EOSERV Forum > EOSERV > Talk.cpp
Topic is locked.
Page: << 1 >>
Talk.cpp
Author Message
Post #48076 Talk.cpp

i still dont get it how u add commands into > EOserv rev 189 compiled v0.5

are they already compiled into it ?

if so how do i recognize the code and edit/add them


or do i need to puth them manually?

if so how and where exactly


thnx in advance :)


±0 Don't create separate topics about someone's release, please. --kenobi13

and why does it say that?

15 years, 43 weeks ago
Post #48089 Re: Talk.cpp

src>handlers>Talk.cpp, search for:

if (message[0] == '#')

or:

if (this->player->character->admin && message[0] == '$')

Top one is for player commands and the bottom one is for admin commands.

15 years, 43 weeks ago
Post #48111 Re: Talk.cpp

so the commands are already in there and i dont need to compile them into it ?
and what are the commands for each code like spawn pet update str,int,con .

15 years, 43 weeks ago
Post #48119 Re: Talk.cpp

Every command needs to be added. How can a pet command work with no pets.

15 years, 43 weeks ago
Post #48182 Re: Talk.cpp

i tried and failed :(

i did read some tuts on how to do it , add some things and tried it but nothing works

can someone add a talk.cpp copy with all the working commands ?


for warping i only need 1 warp command directing to 'estaq' coordinates map 1. x. 25 y. 26



highly appreciated

15 years, 43 weeks ago
Post #48184 Re: Talk.cpp
Hack posted: (3rd Sep 2010 08:54 pm)

i tried and failed :(

i did read some tuts on how to do it , add some things and tried it but nothing works

can someone add a talk.cpp copy with all the working commands ?


highly appreciated

I have already added all the commands I could find to my rev.

Admin commands:

$item id
$npc id
$spell id
$class id
$info character
$uptime
$objects
$kick character
$skick character
$jail character
$sjail character
$ban character time
$sban character time
$warp map x y
$warptome character
$warpmeto character
$hide
$evacuate
$remap
$arena
$board [id]
$shutdown
$rehash
$repub
$sitem id [amount]
$ditem id [amount [x y]]
$snpc id
$learn id [skilllevel]
$quake [strength]
$strip character
$setX character value
$spet name npcID
$dpet name



And the list goes on.........................................

I'm not writing out all the player commands now, I might finish this off and do them some other time...

15 years, 43 weeks ago
Post #48191 Re: Talk.cpp

thnx dude :) i tried 0.6 and it works fine

i tried the add str command , it only adds 100 point to str nothing more ,

i typed  : $pstr <name> 100


pets work :) 


but some commands dont work maybe i type them wrong



15 years, 43 weeks ago
Post #52849 Re: Talk.cpp
Hack posted: (3rd Sep 2010 09:40 pm)

thnx dude :) i tried 0.6 and it works fine

i tried the add str command , it only adds 100 point to str nothing more ,

i typed  : $pstr <name> 100


pets work :) 


but some commands dont work maybe i type them wrong



would this work with the warp list command so when a player types #warplist it brings up a window of places a player can warp too?

15 years, 33 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > Talk.cpp