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!

How to Change your Line.exe to use GM commands

Joined
Jul 2, 2012
Messages
790
Reaction score
125
This will help you change the /setpower command if you want to use the gm command in chat you will need hex editor. Back up your line.exe just in case you mess up hit ctrl+F (make sure the type is string) and search for setpower and look for BotReq..setpower Capture.JPG - How to Change your Line.exe to use GM commands - RaGEZONE Forums then change it to whatever you want what I circle to whatever you want. Example lets say I change it to setgm so now when I launch the server all I need to do is type in /setgm and I get to use whatever commands I want. You can change all of the commands like what LeRaz0r says if you want to.
-----------------------------------------------------------------------------------------------------------
Here is some WoI command I found (Will update if I find any working ones)
Code:
/flytofamilyzone 1 teleport to your domain

/addbattlecredit 1 X  add X amount of glory

/setbuildinglevel X Y set X = building from 1-10, Y= set level 

/addfamilyoffer X (WoI) Add X amount of Contribution to your Legion

/addfamilyvalue 9 X (WoI) - Add X amount of Fund points to your Legion

/addsoul X 1 - Add petsoul(ID)  (petsoul are located in petsoul/petsoul.slk)

/addcredit X Y - X= 0=infamy,1=production,9=expedition union,10=arena,11=bounty fame,12=dragon slayer, 14=God's Descendants,25= wins,26=Duels,32= magic academy,38=Zeal,39=wisdom,40=honor,41=popularity,43=merit, add Y amount on rep/achievement

/addpoint X -add X amount of credit

/addproficiency 1 X -add X amount of proficiency for craft system

These are the command that are from BoI but still work on WoI by LeRaz0r
Code:
/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)

/forceclose - Closes down the server completely & instantly.

/bull Text - Broadcast's a Text Message on the Screen (Does not support Spacing)

/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.

/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.

/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

/calhshero - Instantly updates the Statue-Power Rankings.

/changename Text - Changes your Name.

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

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Oct 16, 2012
Messages
136
Reaction score
46
/creatmonster 'mobid' 'amount' (see monster.slk for mob id's)

/haulplayer 'name' (teleports player to you)

/haulplayerbyid 'id' (teleport a player by their id)

/flytoplayer 'name' (teleport to a player)

/flytoplayerbyid 'id' (teleport to a player by their id)

/createnpc 'npc id' (not 100% sure about this one, it needs a npc id and amount i think, but could be npcid and then amount or amount and then npcid)

/killchar 'name' (force closes the current chars game client and kicks them off the server)

/hide (go in to stealth mode)

/show (go out of stealth)

heres a dump of some referenced commands or actions from line.exe
some can be used as ingame commands, some cant, i have no clue wich ones are commands and wich one are actions executed by the server itself. Never the less if you want to try out some, here you go.
remember to place / in front of commands.

Code:
0047721B   PUSH Line.00C3B424                        ASCII "flytomap"
0047723C   PUSH Line.00C3B430                        ASCII "settaskdone"
0047725B   PUSH Line.00C3B43C                        ASCII "settaskaccept"
0047727A   PUSH Line.00C3B44C                        ASCII "addmonster"
00477299   PUSH Line.00C3B458                        ASCII "adddart"
004772B8   PUSH Line.00C3B460                        ASCII "deldart"
004772D7   PUSH Line.00C3B468                        ASCII "addtaskmonster"
004772F6   PUSH Line.00C3B478                        ASCII "addlevelmonster"
00477315   PUSH Line.00C3B488                        ASCII "summonmonster"
00477334   PUSH Line.00C3B498                        ASCII "placechar"
00477353   PUSH Line.00C3B4A4                        ASCII "addstatus"
00477372   PUSH Line.00C3B4B0                        ASCII "additem"
00477391   PUSH Line.00C3B4B8                        ASCII "addtrump"
004773B0   PUSH Line.00C3B4C4                        ASCII "addrider"
004773CF   PUSH Line.00C3B4D0                        ASCII "addpet"
004773EE   PUSH Line.00C3B4D8                        ASCII "setbattlepet"
0047740D   PUSH Line.00C3B4E8                        ASCII "changepetstate"
0047742C   PUSH Line.00C3B4F8                        ASCII "addexp"
0047744B   PUSH Line.00C3B500                        ASCII "addpetexp"
0047746A   PUSH Line.00C3B50C                        ASCII "loadranklist"
00477489   PUSH Line.00C3B51C                        ASCII "learnskill"
004774A8   PUSH Line.00C3B528                        ASCII "setmoverate"
004774C7   PUSH Line.00C3B534                        ASCII "normalattackreport"
004774D2   PUSH Line.00C3B548                        ASCII "setnormalattackrate"
004774F1   PUSH Line.00C3B55C                        ASCII "setmoney"
00477510   PUSH Line.00C3B568                        ASCII "setgold"
0047752F   PUSH Line.00C3B570                        ASCII "addgive"
0047754E   PUSH Line.00C3B578                        ASCII "guild"
0047756D   PUSH Line.00C3B580                        ASCII "mapmonsterinfo"
0047758C   PUSH Line.00C3B590                        ASCII "relivemapmonster"
004775AB   PUSH Line.00C3B5A4                        ASCII "showintensifyui"
004775CA   PUSH Line.00C3B5B4                        ASCII "showunsoulboundui"
004775E9   PUSH Line.00C3B5C8                        ASCII "pk"
004775F4   PUSH Line.00C3B5CC                        ASCII "showlockintensifyui"
00477613   PUSH Line.00C3B5E0                        ASCII "set"
00477632   PUSH Line.00C3B5E4                        ASCII "show_monster_info"
0047763D   PUSH Line.00C3B5F8                        ASCII "addtitle"
0047765C   PUSH Line.00C3B604                        ASCII "changetitle"
0047767B   PUSH Line.00C3B610                        ASCII "addcredit"
0047769A   PUSH Line.00C3B61C                        ASCII "gpcode"
004776B9   PUSH Line.00C3B624                        ASCII "addskill"
004776D8   PUSH Line.00C3B630                        ASCII "removeskill"
004776F7   PUSH Line.00C3B63C                        ASCII "doskill"
00477716   PUSH Line.00C3B644                        ASCII "addpoint"
00477735   PUSH Line.00C3B650                        ASCII "addscipoint"
00477754   PUSH Line.00C3B65C                        ASCII "setlevel"
00477773   PUSH Line.00C3B668                        ASCII "addstudent"
00477792   PUSH Line.00C3B674                        ASCII "addteacher"
004777B1   PUSH Line.00C3B680                        ASCII "addenemy"
004777D0   PUSH Line.00C3B68C                        ASCII "setdrawpet"
004777EF   PUSH Line.00C3B698                        ASCII "adddrawpet"
0047780E   PUSH Line.00C3B6A4                        ASCII "addpetskill"
0047782D   PUSH Line.00C3B6B0                        ASCII "setpetskill"
0047784C   PUSH Line.00C3B6BC                        ASCII "setpetlevel"
0047786B   PUSH Line.00C3B6C8                        ASCII "setpetgender"
0047788A   PUSH Line.00C3B6D8                        ASCII "setpetgrowthrate"
004778A9   PUSH Line.00C3B6EC                        ASCII "setpetgrowthtype"
004778C8   PUSH Line.00C3B700                        ASCII "setpetquality"
004778E7   PUSH Line.00C3B710                        ASCII "setpetnature"
00477906   PUSH Line.00C3B720                        ASCII "setpetclever"
00477925   PUSH Line.00C3B730                        ASCII "setpetmergeitem"
00477944   PUSH Line.00C3B740                        ASCII "setpetessence"
00477963   PUSH Line.00C3B750                        ASCII "showkillcount"
00477982   PUSH Line.00C3B760                        ASCII "showdbid"
004779A1   PUSH Line.00C3B76C                        ASCII "setdate"
004779C0   PUSH Line.00C3B774                        ASCII "addlastpoint"
004779DF   PUSH Line.00C3B784                        ASCII "setpetexprate"
004779FE   PUSH Line.00C32CD4                        ASCII "exportprofile"
00477A1D   PUSH Line.00C32CE4                        ASCII "beginprofile"
00477A3C   PUSH Line.00C3B794                        ASCII "showmonsterpos"
00477A5B   PUSH Line.00C3B7A4                        ASCII "recover"
00477A7A   PUSH Line.00C3B7AC                        ASCII "droppet"
00477A99   PUSH Line.00C3B7B4                        ASCII "doaddpethole"
00477AB8   PUSH Line.00C3B7C4                        ASCII "domodifypethole"
00477AD7   PUSH Line.00C3B7D4                        ASCII "showpethole"
00477AF6   PUSH Line.00C3B7E0                        ASCII "tflytopos"
00477B15   PUSH Line.00C3B7EC                        ASCII "settirelevel"
00477B34   PUSH Line.00C3B7FC                        ASCII "gettirelevel"
00477B53   PUSH Line.00C3B80C                        ASCII "settirevalue"
00477B72   PUSH Line.00C3B81C                        ASCII "gettirevalue"
00477B91   PUSH Line.00C3B82C                        ASCII "switchline"
00477BB0   PUSH Line.00C3B838                        ASCII "question"
00477BC9   PUSH Line.00C3B844                        ASCII "report"
00477BE2   PUSH Line.00C3B84C                        ASCII "setscilevel"
00477C01   PUSH Line.00C3B858                        ASCII "addfriendvalue"
00477C20   PUSH Line.00C3B868                        ASCII "setpetgeneration"
00477C3F   PUSH Line.00C3B87C                        ASCII "addguildvalue"
00477C5E   PUSH Line.00C3B88C                        ASCII "minusguildvalue"
00477C7D   PUSH Line.00C3B89C                        ASCII "addguildoffer"
00477C9C   PUSH Line.00C3B8AC                        ASCII "addguildpopularity"
00477CBB   PUSH Line.00C3B8C0                        ASCII "addpopularity"
00477CDA   PUSH Line.00C3B8D0                        ASCII "addfamilyvalue"
00477CF9   PUSH Line.00C3B8E0                        ASCII "minusfamilyvalue"
00477D18   PUSH Line.00C3B8F4                        ASCII "addfamilyoffer"
00477D37   PUSH Line.00C3B904                        ASCII "flytofamilyzone"
00477D56   PUSH Line.00C3B914                        ASCII "resetlevel"
00477D75   PUSH Line.00C3B920                        ASCII "resetplayer"
00477D94   PUSH Line.00C3B92C                        ASCII "killtarget"
00477DB3   PUSH Line.00C3B938                        ASCII "setweekliveness"
00477DD2   PUSH Line.00C3B948                        ASCII "doscript"
00477DF1   PUSH Line.00C3B954                        ASCII "reloadskillcfg"
00477E0D   PUSH Line.00C3B964                        ASCII "delecredit"
00477E2C   PUSH Line.00C3B970                        ASCII "setlovelevel"
00477E4B   PUSH Line.00C3B980                        ASCII "setloveexp"
00477E6A   PUSH Line.00C3B98C                        ASCII "setmarriagelevel"
00477E89   PUSH Line.00C3B9A0                        ASCII "setmarriageexp"
00477EA8   PUSH Line.00C3B9B0                        ASCII "incmarriageexp"
00477EC7   PUSH Line.00C3B9C0                        ASCII "incloveexp"
00477EE6   PUSH Line.00C3B9CC                        ASCII "setmarryquestplayer"
00477F05   PUSH Line.00C3B9E0                        ASCII "flytoectype"
00477F24   PUSH Line.00C3B9EC                        ASCII "releaseectype"
00477F43   PUSH Line.00C3B9FC                        ASCII "addemote"
00477F62   PUSH Line.00C3BA08                        ASCII "delemote"
00477F81   PUSH Line.00C3BA14                        ASCII "playemote"
00477FA0   PUSH Line.00C3BA20                        ASCII "stopemote"
00477FBF   PUSH Line.00C32CF4                        ASCII "addbid"
00477FDE   PUSH Line.00C32CFC                        ASCII "createwar"
00477FFC   PUSH Line.00C32D08                        ASCII "resetwar"
0047801A   PUSH Line.00C32D14                        ASCII "frozenfortline"
00478039   PUSH Line.00C3BA2C                        ASCII "addmine"
00478058   PUSH Line.00C3BA34                        ASCII "addfood"
00478077   PUSH Line.00C3BA3C                        ASCII "addbattlecredit"
00478096   PUSH Line.00C3BA4C                        ASCII "openmask"
004780B5   PUSH Line.00C3BA58                        ASCII "closemask"
004780D4   PUSH Line.00C3BA64                        ASCII "changefaction"
004780F3   PUSH Line.00C3BA74                        ASCII "addgodvalue"
00478112   PUSH Line.00C3BA80                        ASCII "addgodpunish"
00478131   PUSH Line.00C3BA90                        ASCII "adddivinegrace"
00478150   PUSH Line.00C3BAA0                        ASCII "addtaskkill"
0047816F   PUSH Line.00C3BAAC                        ASCII "setplayervar"
0047818E   PUSH Line.00C3BABC                        ASCII "sethshero"
004781A8   PUSH Line.00C3BAC8                        ASCII "calhshero"
004781BF   PUSH Line.00C3BAD4                        ASCII "addbattlefieldexp"
004781DE   PUSH Line.00C3BAE8                        ASCII "addbattleteamscore"
004781FD   PUSH Line.00C3BAFC                        ASCII "addpersonalteamscore"
0047821C   PUSH Line.00C3BB14                        ASCII "addpersonalteamwin"
0047823B   PUSH Line.00C3BB28                        ASCII "addpersonalteamlost"
0047825A   PUSH Line.00C3BB3C                        ASCII "addbattleteamlevel"
00478279   PUSH Line.00C3BB50                        ASCII "addbattleteamwin"
00478298   PUSH Line.00C3BB64                        ASCII "addbattleteamlost"
004782B7   PUSH Line.00C3BB78                        ASCII "zonewar"
004782D6   PUSH Line.00C3BB80                        ASCII "resetmarriage"
004782F5   PUSH Line.00C3BB90                        ASCII "resetdiamondvipdate"
00478314   PUSH Line.00C3BBA4                        ASCII "resetperfectrescount"
00478333   PUSH Line.00C3BBBC                        ASCII "adddiamondvipdate"
00478352   PUSH Line.00C3BBD0                        ASCII "addperfectrescount"
00478371   PUSH Line.00C3BBE4                        ASCII "getvipexpdate"
00478388   PUSH Line.00C3BBF4                        ASCII "getmarrystats"
0047839F   PUSH Line.00C3BC04                        ASCII "setmarrytime"
004783BE   PUSH Line.00C3BC14                        ASCII "TestTeamCRMsg"
004783D9   PUSH Line.00C3BC24                        ASCII "createvehicle"
004783F5   PUSH Line.00C3BC34                        ASCII "addprename"
00478414   PUSH Line.00C3BC40                        ASCII "showstageid"
00478433   PUSH Line.00C3BC4C                        ASCII "addsoul"
00478452   PUSH Line.00C3BC54                        ASCII "addghost"
00478471   PUSH Line.00C3BC60                        ASCII "removeallsoul"
00478490   PUSH Line.00C3BC70                        ASCII "addsoulvalue"
004784AF   PUSH Line.00C3BC80                        ASCII "minussoulvalue"
004784CE   PUSH Line.00C3BC90                        ASCII "addsoultirevalue"
004784ED   PUSH Line.00C3BCA4                        ASCII "clearsoultirevalue"
0047850C   PUSH Line.00C3BCB8                        ASCII "setsoulval"
0047852B   PUSH Line.00C3BCC4                        ASCII "addsoulskill"
0047854A   PUSH Line.00C3BCD4                        ASCII "starttdtask"
00478565   PUSH Line.00C3BCE0                        ASCII "setplayerphase"
00478584   PUSH Line.00C3BCF0                        ASCII "getphaseInfo"
004785A3   PUSH Line.00C3BD00                        ASCII "getareaInfo"
004785C2   PUSH Line.00C3BD0C                        ASCII "setbagnum"
004785E1   PUSH Line.00C3BD18                        ASCII "changename"
00478600   PUSH Line.00C3BD24                        ASCII "addproficiency"
0047861F   PUSH Line.00C3BD34                        ASCII "setfemale"
0047866C   PUSH Line.00C3BD40                        ASCII "showtotalkill"
00478683   PUSH Line.00C3BD50                        ASCII "addrankpower"
004786BF   PUSH Line.00C3BD60                        ASCII "addlegionval"
004786F8   PUSH Line.00C3BD70                        ASCII "setserverlevel"
00478742   PUSH Line.00C3BD80                        ASCII "setguildfaction"
00478761   PUSH Line.00C3BD90                        ASCII "setpetfooddegree"
00478780   PUSH Line.00C3BDA4                        ASCII "setpetfeedtimes"
004787C3   PUSH Line.00C3BDB4                        ASCII "setpetfoodtype"
004787DF   PUSH Line.00C3BDC4                        ASCII "setbuildinglevel"
00478815   PUSH Line.00C3BDD8                        ASCII "AskForOneTarget"
00478832   PUSH Line.00C3BDE8                        ASCII "GetItem"
0047884B   PUSH Line.00C35230                        ASCII "FlyToMap"
00478876   PUSH Line.00C3BDF0                        ASCII "LvlUp"
004788A1   PUSH Line.00C3BDF8                        ASCII "FlashToMap"
004788CD   PUSH Line.00C3BE04                        ASCII "DropItem"
004788F0   PUSH Line.00C3BE10                        ASCII "/createmonsterallline"
0047890A   PUSH Line.00C3BE28                        ASCII "/createnpcallline"
00478924   PUSH Line.00C3BE3C                        ASCII "/removenpcallline"
0047893E   PUSH Line.00C3BE50                        ASCII "/removenpc"
0047898C   PUSH Line.00C3BE5C                        ASCII "sendsafepos"
004789E2   PUSH Line.00C3BE68                        ASCII "sendpos"
00478A38   PUSH Line.00C3BE70                        ASCII "killchar"
00478A8E   PUSH Line.00C3BE7C                        ASCII "bull"
00478AE4   PUSH Line.00C3BE84                        ASCII "canchat"
00478B3F   PUSH Line.00C3BE8C                        ASCII "banchat"
00478B95   PUSH Line.00C3BE94                        ASCII "hide"
00478BEF   PUSH Line.00C3BE9C                        ASCII "haulplayer"
00478C49   PUSH Line.00C3BEA8                        ASCII "flytoplayer"
00478CA3   PUSH Line.00C3BEB4                        ASCII "flytopos"
00478CFD   PUSH Line.00C3BEC0                        ASCII "forbidrolein"
00478D57   PUSH Line.00C3BED0                        ASCII "allowrolein"
00478DB1   PUSH Line.00C3BEDC                        ASCII "createmonster"
00478E0C   PUSH Line.00C3BEEC                        ASCII "removemonster"
00478E62   PUSH Line.00C3BEFC                        ASCII "createnpc"
00478EB8   PUSH Line.00C3BF08                        ASCII "removenpc"
00478F0E   PUSH Line.00C3BF14                        ASCII "friendclose"
00478F69   PUSH Line.00C3BF20                        ASCII "forceclose"
00478FBF   PUSH Line.00C3BF2C                        ASCII "createmonsterall"
00479019   PUSH Line.00C3BF40                        ASCII "removemonsterall"
00479073   PUSH Line.00C3BF54                        ASCII "createnpcall"
004790CD   PUSH Line.00C3BF64                        ASCII "removenpcall"
00479127   PUSH Line.00C3BF74                        ASCII "haulplayerbyid"
00479181   PUSH Line.00C3BF84                        ASCII "flytoplayerbyid"
004791DB   PUSH Line.00C3BF94                        ASCII "show"
00479235   PUSH Line.00C3BF9C                        ASCII "gaingrow"
0047928F   PUSH Line.00C3BFA8                        ASCII "opentask"
004792E9   PUSH Line.00C3BFB4                        ASCII "closetask"
00479343   PUSH Line.00C3BFC0                        ASCII "setinvincibility"
0047939D   PUSH Line.00C3BFD4                        ASCII "addforbidlogin"
004793F7   PUSH Line.00C3BFE4                        ASCII "addforbidloginbyid"
00479451   PUSH Line.00C3BFF8                        ASCII "OnAddSpreadGold"
004794AB   PUSH Line.00C3C008                        ASCII "disablephasing"
004794E1   PUSH Line.00C3C018                        ASCII "getranklist"
0047953B   PUSH Line.00C3C024                        ASCII "getplayervar"
00479595   PUSH Line.00C3C034                        ASCII "getservervar"
004795EF   PUSH Line.00C3BAAC                        ASCII "setplayervar"
00479649   PUSH Line.00C3C044                        ASCII "setservervar"
004796A3   PUSH Line.00C3C054                        ASCII "getglobalvar"
004796FD   PUSH Line.00C3C064                        ASCII "setglobalvar"
00479757   PUSH Line.00C3C074                        ASCII "getguildvar"
004797B1   PUSH Line.00C3C080                        ASCII "getfamilyvar"
0047980B   PUSH Line.00C3C090                        ASCII "setfamilyvar"
00479865   PUSH Line.00C3C0A0                        ASCII "getectypevar"
004798BF   PUSH Line.00C3C0B0                        ASCII "setectypevar"
00479919   PUSH Line.00C3C0C0                        ASCII "setmarrydata"
00479973   PUSH Line.00C3C0D0                        ASCII "repairmarrydata"
004799CD   PUSH Line.00C3C0E0                        ASCII "setonvechicle"
 
Last edited:
Banned
Banned
Joined
Feb 19, 2013
Messages
83
Reaction score
7
Does anyone know how i can set server LV2 manualy bcz /setserverlevel doesnt work ?
 
Newbie Spellweaver
Joined
Apr 15, 2013
Messages
50
Reaction score
3
Same problem, how to set server to lv2.
 
Newbie Spellweaver
Joined
Sep 6, 2013
Messages
57
Reaction score
0
NanayaQ, do u know, how to patch Line.exe to use GM commands for GMs only???
 
[B]aSH
Loyal Member
Joined
Apr 2, 2009
Messages
1,138
Reaction score
371
Out of curiosity what is the point in this?

Typing /setpower works I am wondering why you change it?

never mind lol
 
Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
:blushing: /setpower is very popular command so you have to change it to /bla bla... whatever u want. So that normal players won't know and and it is secret you are the only one who know and activate it when u run a live server maybe hehe
 
Experienced Elementalist
Joined
Sep 23, 2008
Messages
274
Reaction score
88
/addcredit X Y - X= 0=infamy,1=production,9=expedition union,10=arena,11=bounty fame,12=dragon slayer, 14=God's Descendants,25= wins,26=Duels,32= magic academy,38=Zeal,39=wisdom,40=honor,41=popularity,43=merit, add Y amount on rep/achievement

or you can find the complete list? thank you
 
Initiate Mage
Joined
Oct 20, 2014
Messages
4
Reaction score
0
Good evening,

I tried several times to modify the setpower on Woi server in line.exe file but hex editor doesn't find it. How do i need to search for it ? Already tried with BotReq from Boi, but doesn't find it.

Thanks for your time.
 
Newbie Spellweaver
Joined
Mar 4, 2021
Messages
5
Reaction score
0
Good evening,

I tried several times to modify the setpower on Woi server in line.exe file but hex editor doesn't find it. How do i need to search for it ? Already tried with BotReq from Boi, but doesn't find it.

Thanks for your time.

I know this is an old post but im having the same issue. When i open the line.exe file it dont show anything like whats in the snapshot at the beginning of the post, mine is awful empty looking
 
Back
Top