Can someone tell me how i can change max level on 5095 zf server??
/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..Quote:
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
try to kill a monster and look for the action number that holds the e_money += 150.Quote:
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?
(id', 'next_id', 'id_fail', 'param', '0', 'e_money += 150');
('28362836', '28362837', '0000', '1001', '0', 'e_money += 999999999');
(28362837', '0000', '0000', '1010', '2005', 'You have been received 999,999,999 cps.')
UPDATE `zf`.`cq_monstertype` SET `drop_money` = 'YOUR AMOUNT';
Okey thenks men that helped :)Quote:
try to kill a monster and look for the action number that holds the e_money += 150.
something like
and find the id number on cq_action and change the 150 to the amount you wish.Code:(id', 'next_id', 'id_fail', 'param', '0', 'e_money += 150');
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';