EOSERV Forum > EOSERV > compiling (sort of a problem)
Topic is locked.
Page: << 1 >>
compiling (sort of a problem)
Author Message
Post #34089 compiling (sort of a problem)

Ok i know this isn't really much but say i change the stuff like when u say $ban <name> <time> it says Attention!! this player was kicked -<admin name> (jailed) well i found that stuff in talk.cpp and i edited it and it compiled just fine and then it runs eoserv-debug.exe when i kick or ban someone it says what i want it to say then i press exit and i press yes(save) then i shutdown the debugger and run the normal eoserv application(eoserv.exe) i kick or jail someone and it says the normal stuff like this->

Attention!! example has been kicked -character (jailed)

Helllllllp

16 years, 15 weeks ago
Post #34090 Re: compiling (sort of a problem)

Did you compile the main build, or just debug? Cuz you said you ran the debug, and mentioned nothing about the main.

---
May he now rest under aegis of mirage -
As the sands slowly turn to Elysian fields
16 years, 15 weeks ago
Post #34098 Re: compiling (sort of a problem)


If your using one of the newest versions.

The announcments are located at world.cpp.
In those 2 values below are the announcements located.
Then just edit those.

World::Kick

World::Ban

---
"Pineapples and shit."
16 years, 15 weeks ago
Post #34130 Re: compiling (sort of a problem)

Ok thanks ananas but that still doesn't solve it i press build and it compiles then at the end it runs eoserv-debug.exe ....

then i exit eoserv-debug.exe and i exit code blocks and it asks me to save  sometimes so i press yes then i run eoserv.exe i try the command and it comes up as the normal one..

16 years, 15 weeks ago
Post #34131 Re: compiling (sort of a problem)


Press F9 which build it.

Then open the eoserv-debug.exe in your trunk (where your server stuff is located)

If you want to compile as eoserv.exe then define or "SQLITE" or "MYSQL" Depends on which database you use. One you selected on of these 2 (Which are located in codeblocks the drop down box (build target: (Dropdownbox)). Go to your server trunk and run it by double clicking or eoserv.exe or eoserv-debug.exe depends on which build target you choose.

- MYSQL (Eoserv.exe)
- SQLITE (Eoserv.exe)
- DEBUG+MYSQL(eoserv-debug.exe)
- DEBUG+SQLITE(eoserv-debug.exe)

---
"Pineapples and shit."
16 years, 15 weeks ago
Post #34136 Re: compiling (sort of a problem)

Ok its fixed i guess it was only compling it for the eoserv-debug.exe application
thanks again ananas (by the way love your serv)

16 years, 15 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > compiling (sort of a problem)