Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Useful OW commands

Joined
Feb 26, 2010
Messages
1,388
Reaction score
784
using setfieldlevel doesn't give skill points so make sure you update your skill points manually in DB if u want to add skills

Code:
UPDATE `basetab_sg` SET `FieldSP`='90' WHERE (`Name`='xxxxxxxx')
for mysql
 
Initiate Mage
Joined
Apr 14, 2014
Messages
36
Reaction score
8
~All commands are written in the Chat~


/setpower - The Activation Command that nobody seemed to find. It's the Command to Auth yourself to use the rest of the Developer Commands. Must use this before using any other commands.


/addpet X 1 Y - Adding a Pet to your Character, where X is the PetID, and Y is the PetGeneration(Goes up to around 200). You can find a list of Pets in Pet.slk.


/setpetquality X - Changing your Pet's Quality (Must be summoned), where X is between 0-4 (4 = Perfect)


/setpetgrowthrate X - Changing your Pet's Growth, where X is the growth to set. 65500~ is the max. (Must be summoned)


/setpetnature X - Changing your Pet's Nature/Emo/Passive where X is between 0-7. Excited = 3, Strength = 6, Forthright = 7, Calm = 5, etc. (Must be summoned)


/setpetclever X - Changing your Pet's fortification Level, where X is the level. Fifteen is the max you can go unless you know how to increase it. (Must be summoned)


/setpetgeneration X - Changing your Pet's geneation, where X is the Generation Value. (Must be summoned)


/setpetskill X Y - Change your Pet's Skill slot (0-8) to the SkillID specified as Y. (Must be summoned)


/setpetgender X - Change your Pet's Gender (0/1 - Male/Female)


/addpetexp X - Add X amount of EXP to your pet.


/setpetlevel X - Change your pet's level to the value of X.


/setserverlevel X - Changes the ServerLevel to the value of X. (Requires a Full reboot of the Server)


/friendclose X - X being the amount of time in seconds to shut down the server.


/forceclose - Closes down the server completely & instantly.


/additem X Y - Adding an item to your Character, where X is the itemID, and Y is the quantity. You can find a list of Items in Item.Slk / Gem.Slk / Armour.Slk / Weapon.Slk. (Developer Gear starts at 39000 and onwards)


/addexp X - Add EXP to your Character.


/setlevel X - Set the level of your Character to the value of X.


/setfieldlevel X - Set char to X being exalted level.


/setmoney X - Add X amount of Money/Coins to your character.


/setgold X - Add X amount of ZEN to your character.


/addgive X - Add X amount of Salary to your Character.


/addrider X - Add Mount to your Character where X is the MountID. A list of MountIDs can be found in Rider.Slk


/addlastpoint X - Add X amount of Attribute Points to your character.


/addskill X Y - Add Skill to your Character where X is the SkillID and Y is the Level of the skill.


/addguildoffer X - Add X amount of Contribution to your Character in your Guild.


/addguildvalue 2 X - Add X amount of Development points to your Guild.


/addguildvalue 6 X - Add X amount of Fund points to your Guild.


/addstatus X - Add a Status to your Character where X is StatusID.


/addtitle X - Add a Title to your Character where X is TitleID


/resetplayer - Instantly refreshes your HP/MP/XP.


/resetlevel 1 X - Downgrade your Level to the value of X


/addgodvalue X - Adds X amount of Deity to your character.


/calhshero - Instantly updates the Statue-Power Rankings.


/changename Text - Changes your Name.


/killtarget - Instantly kills the Targeted Unit/Player/Monster


/addappoint X - Adds X amount of Cosmos Points to your Character. (GoF+)


/addbuildvalue X - Adds X amount of Resources to your Guild's Building. (GoF+)

If you want to send a sever wide message in Red Text across the top of the screen, you can use /bull but you have to use SHIFT+6

EG: /bull Server^will^be^restarting^in^ten^minutes!

These are the same commands posted on different forums. Credit goes to Menoz as I think he originally posted them.
 
Initiate Mage
Joined
Nov 7, 2013
Messages
16
Reaction score
1
nice thanks didn't know /friendclose
Is there a way to put enough funds/develop into a guild to the point where you can manually get it LV6 btw? I tried adding funds/develop but It only added it once and with a limit >_<



also for some reason /addtrump doesn't work, anyone knows why? trying to add a relic but lv4 which was said before worked but I tried various times and nothing (tried many relic ids but nope)
 
Back
Top