| Author | Message | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| 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 and why does it say that?
|
| 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.
|
| Re: Talk.cpp
so the commands are already in there and i dont need to compile them into it ?
|
| Re: Talk.cpp
Every command needs to be added. How can a pet command work with no pets.
|
| 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
|
| Re: Talk.cpp
Hack posted: (3rd Sep 2010 08:54 pm)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...
|
| 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
|
| Re: Talk.cpp
Hack posted: (3rd Sep 2010 09:40 pm)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? |
