|
You last visited: Today at 00:24
Advertisement
5095 zfserver commands
Discussion on 5095 zfserver commands within the CO2 Private Server forum part of the Conquer Online 2 category.
12/30/2010, 18:27
|
#1
|
elite*gold: 0
Join Date: Dec 2008
Posts: 21
Received Thanks: 1
|
Change max level
Can someone tell me how i can change max level on 5095 zf server??
|
|
|
12/30/2010, 19:06
|
#2
|
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 925
|
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 **** 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
|
#3
|
elite*gold: 0
Join Date: Dec 2008
Posts: 21
Received Thanks: 1
|
Quote:
Originally Posted by Kiyono
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 **** 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
|
#4
|
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 925
|
There is no CP command.
/awardmoney = gold
/uplev = levels
/xp = xp skill
|
|
|
12/31/2010, 11:13
|
#5
|
elite*gold: 0
Join Date: Dec 2008
Posts: 21
Received Thanks: 1
|
Quote:
Originally Posted by Kiyono
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
|
#6
|
elite*gold: 0
Join Date: Aug 2009
Posts: 560
Received Thanks: 774
|
Quote:
Originally Posted by Predricted
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
|
#7
|
elite*gold: 0
Join Date: Dec 2008
Posts: 21
Received Thanks: 1
|
Quote:
Originally Posted by zhalyn
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
|
#8
|
elite*gold: 0
Join Date: Dec 2008
Posts: 21
Received Thanks: 1
|
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
|
#9
|
elite*gold: 0
Join Date: Aug 2009
Posts: 560
Received Thanks: 774
|
Quote:
Originally Posted by Predricted
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
|
|
|
 |
Similar Threads
|
[Help] 5095 Item Buying/Selling/Commands
07/05/2011 - CO2 Private Server - 2 Replies
alright sorry for posting a thread again but I have this BIG problem in my source...here they are:
1: ItemBuying: when I try to buy an item it discounts the money from me but doesn't give me the item, wtf? I fixed the ItemBuy.cs but still nothing.
2: ItemSelling: same for item buying just that I can't get any item or sell it lol...
3: Commands: my commands for 5095 do not want to work somehow...I do
/item ConquestArmor Super 12 7 255 13 13(yes, that's the correct way) and it says...
|
{help} 5095/zfserver working but server freezing msgserver
12/14/2010 - CO2 Private Server - 4 Replies
yo i need help with msgserver am running win7 64bit i kno that is the problem can anyone tell me how to fix it do i need libeay which runs 64 bit please anyone help
|
[REQUEST] 5095 commands, please!
05/02/2010 - CO2 Private Server - 6 Replies
I need patch 5095 commands, can someone release them?
|
zfserver
08/17/2009 - CO2 Private Server - 0 Replies
I have read every guide here, and have a friend helping me code. I am using a 2wire gateway from uverse, when we go to portforward, everything opens up, but when I get to the loading the server from the run.exe. It says over and over again "connecting to account server" over nad over and over, can someone please help me figure out how to get around this problem?
|
All times are GMT +1. The time now is 00:24.
|
|