5095 zfserver commands

12/30/2010 18:27 Predricted#1
Can someone tell me how i can change max level on 5095 zf server??
12/30/2010 19:06 Kiyono#2
Code:
/awarditem <itemid>
/awardmoney <amount>
/awardmagic <magicid> <skill level>
/awardskill <skill id> <skill level>
/superman
/kickoutall
/chgmap <mapid> <x> <y>
/fly <x> <y>
/broadcast <message>
/life
/mana
/xp
/reloadaction <id>
/uplev <amount>
/find <player_name>
/kickoutcheat <name>
/punish <bool>
/cmd broadcast Shit you wanna broadcast
/sp
/reloadmagictype
/pro <profession id>
/lockname <name>
/unlockname <name>
/lock
/unlock
/cheatwnd <string> <string>
/arrest <id or name>
/arrestname
/client
/queryid <id>
/mapdata
/showaction
/pos
/player
/setmaxplayer
/lotterytest
/¦º+n¦½-
/QueryRole <id>
/+¦¦+
/¦
/-µ+
/web
/newbiemap
/statuslist
/action
12/30/2010 19:09 Predricted#3
Quote:
Originally Posted by Kiyono View Post
Code:
/awarditem <itemid>
/awardmoney <amount>
/awardmagic <magicid> <skill level>
/awardskill <skill id> <skill level>
/superman
/kickoutall
/chgmap <mapid> <x> <y>
/fly <x> <y>
/broadcast <message>
/life
/mana
/xp
/reloadaction <id>
/uplev <amount>
/find <player_name>
/kickoutcheat <name>
/punish <bool>
/cmd broadcast Shit you wanna broadcast
/sp
/reloadmagictype
/pro <profession id>
/lockname <name>
/unlockname <name>
/lock
/unlock
/cheatwnd <string> <string>
/arrest <id or name>
/arrestname
/client
/queryid <id>
/mapdata
/showaction
/pos
/player
/setmaxplayer
/lotterytest
/¦º+n¦½-
/QueryRole <id>
/+¦¦+
/¦
/-µ+
/web
/newbiemap
/statuslist
/action
Thanks and which are the commands for money,cps and xp..
/xp
is for xp right??
12/31/2010 01:24 Kiyono#4
There is no CP command.
/awardmoney = gold
/uplev = levels
/xp = xp skill
12/31/2010 11:13 Predricted#5
Quote:
Originally Posted by Kiyono View Post
There is no CP command.
/awardmoney = gold
/uplev = levels
/xp = xp skill
Hmmm okey but where can i control this cp drop.
Now each monster drops 100-150 cp i want to make it higher how do i do that?
12/31/2010 12:27 zhalyn#6
Quote:
Originally Posted by Predricted View Post
Hmmm okey but where can i control this cp drop.
Now each monster drops 100-150 cp i want to make it higher how do i do that?
try to kill a monster and look for the action number that holds the e_money += 150.

something like

Code:
(id', 'next_id', 'id_fail', 'param', '0', 'e_money += 150');
and find the id number on cq_action and change the 150 to the amount you wish.

about cp command, you can try or make your own command:

example:

Code:
('28362836', '28362837', '0000', '1001', '0', 'e_money += 999999999');
(28362837', '0000', '0000', '1010', '2005', 'You have been received 999,999,999 cps.')

About exp rate go to cq_levexp and edit the values or your own.
Gold drop can be found also at cq_monstertype and look for the drop_money

or you can execute this on your db
Code:
UPDATE `zf`.`cq_monstertype` SET `drop_money` = 'YOUR AMOUNT';
01/01/2011 00:41 Predricted#7
Quote:
Originally Posted by zhalyn View Post
try to kill a monster and look for the action number that holds the e_money += 150.

something like

Code:
(id', 'next_id', 'id_fail', 'param', '0', 'e_money += 150');
and find the id number on cq_action and change the 150 to the amount you wish.

about cp command, you can try or make your own command:

example:

Code:
('28362836', '28362837', '0000', '1001', '0', 'e_money += 999999999');
(28362837', '0000', '0000', '1010', '2005', 'You have been received 999,999,999 cps.')

About exp rate go to cq_levexp and edit the values or your own.
Gold drop can be found also at cq_monstertype and look for the drop_money

or you can execute this on your db
Code:
UPDATE `zf`.`cq_monstertype` SET `drop_money` = 'YOUR AMOUNT';
Okey thenks men that helped :)
01/01/2011 02:13 Predricted#8
Hi i got another question how can i change max level at zf server?? my maxlevel atm is 150 i want to change it to 255.
01/01/2011 11:13 zhalyn#9
Quote:
Originally Posted by Predricted View Post
Hi i got another question how can i change max level at zf server?? my maxlevel atm is 150 i want to change it to 255.
cq_levexp ? and add level from 137 to 255