←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

Diablo Mod 5.9l - pytanko

Locked

missfan's Photo missfan 23.02.2010

Witam.
Mam na serwerze:
Diablo Mod 5.9l - 411 lvl

jak mozna zmienic moce tzn to sila,zwinnosc itp - bo mam tylko MAX 50 - a chcialbym miec max z 200 lub cos takiego :>
Quote

  • +
  • -
jakowskiuki's Photo jakowskiuki 23.02.2010

case 0: 
		{	
			if (player_intelligence[id]<200){
				player_point[id]-=1
				player_intelligence[id]+=1
			}
			else client_print(id,print_center,"Maxymalny poziom inteligencji osiagniety")
			
		}
		case 1: 
		{	
			if (player_strength[id]<200){
				player_point[id]-=1	
				player_strength[id]+=1
			}
			else client_print(id,print_center,"Maxymalny poziom sily osiagniety")
		}
		case 2: 
		{	
			if (player_agility[id]<200){
				player_point[id]-=1
				player_agility[id]+=1
				player_damreduction[id] = (47.3057*(1.0-floatpower( 2.7182, -0.06798*float(player_agility[id])))/100)
			}
			else client_print(id,print_center,"Maxymalny poziom zrecznosci osiagniety")
			
		}
		case 3: 
		{	
			if (player_dextery[id]<200){
				player_point[id]-=1
				player_dextery[id]+=1
				set_speedchange(id)
			}
			else client_print(id,print_center,"Maxymalny poziom zwinnosci osiagniety")
		}
	}
Zamien na to :)
Quote

missfan's Photo missfan 23.02.2010

dobra zmien na to ? ale co i jak hehehe bo nie kumam opcji :D
Quote

  • +
  • -
Miczu's Photo Miczu 23.02.2010

jakowskiuki pamietaj odpisac mu za jakis czas jak zwalczyc bugi nieumiejetnego zwiekszania statow ;>
Quote

missfan's Photo missfan 23.02.2010

dobra pomzoe ktos w tym czy nie ? :]
Quote

GoldeN's Photo GoldeN 23.02.2010

W *.sma pliku musisz to pozamieniać, a następnie skompilować lokalnie i wrzucić na serwer.
Quote

missfan's Photo missfan 23.02.2010

Nie udało się skompilować pluginu.
Przeczytaj poniższy bład:

Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright © 1997-2006 ITB CompuPhase, AMX Mod X Team

/home/groups/amxmodx/compiler3/core(0) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(2) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(3) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(4) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(5) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(6) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(7) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(9) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(10) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(11) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(12) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(13) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(14) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(15) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(16) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(17) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(18) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(19) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(21) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(22) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(23) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(24) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(25) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(26) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(27) : error 075: input line too long (after substitutions)
/home/groups/amxmodx/compiler3/core(28) : error 075: input line too long (after substitutions)

Compilation aborted.
26 Errors.

Quote

  • +
  • -
jakowskiuki's Photo jakowskiuki 23.02.2010

Wrzuc .sma to ci to zrobie :)
Quote

missfan's Photo missfan 23.02.2010

jak chcialem sam zrobic - do 200 max poziom - nie dalo rady wiec dalem 150 - i OK bylo ale takie cos w csie bylo:

Posted Image









masz sma w zalaczniku czyste :-) [ zrobilem kopie plikow czystych z serwera ]

Attached Files


Edited by missfan, 23.02.2010 22:25.
Quote

  • +
  • -
jakowskiuki's Photo jakowskiuki 23.02.2010

Miales teraz max 150 na kazdym.
Quote

missfan's Photo missfan 23.02.2010

ten plik SMA co ci dalem to jest czysty nie edytowany tylko on ma nbiy 411 lvl - a max poziom 50 :/

a ten co mi dales to ile ma ???


edytowales tylko max poziom tak ?? :-)
Edited by missfan, 23.02.2010 22:34.
Quote
Locked