Author | Message | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ![]() Released v1.1 beta, see top post for details. Download: [link]
|
| ![]() Hey Lewis, I could help with that whn I have access to a compiler. This release is really nice, (Like how your testing everything this time :P) Keep up the good work.
|
| ![]() quests dont seems to work for me. is that rev support apollos quest system? i got some problems with woodcutting too. the server tell me the message: hit the tree but then nothing happens. i know you told on top there will be some bugs, so i just try to help you what is not working. at least for me. mining not working at all. none of my potions work so none pet spawns, none spell learn, no gift boxes for me. :(( effect weapon works great, warps too. thank you for you great job you do. i think you should know untill now what is working (at least for me), or maybe i am setting things wrong... btw.... what is that creator name on config file? what its use for?
|
| ![]()
-skulled
|
| ![]() No, Lewis's rev doesn't have Apollos Quest system, because Apollos Vodka rev is closed source still he hasen't released the final version.
|
| ![]() How would i use this with linux? atm im using linux debian and i wanna use it for a eo server, so im curious on how im gonna go about using this on it, a guide i tried using was https://eoserv.net/forum/topic/2612 except its a bit... outdatedanddoesn't give a good outcome really. Any help will be much appreciated EDIT: after trying i get '' eoserv.exe: permission denied '' even tho im running admin and all ? EDIT2: Fixed the first edit, just now apparently my linux is '' unable to find an interpreter for eoserv.exe ''....
|
| ![]() to make board posts stay u can make it like this and will work add save system like spells 1,hi whats new; simple lol hard part is have to add code to remove the old and replace with new like say last 10 like save up to 10 them when at 10 it would remove 1st and bump them up
|
| ![]() my error [ERR] Socket_BindFailed: Only one usage of each socket address (protocol/network address/port) is normally permitted. --- -.-
|
| ![]() oxyda posted: (26th Sep 2010 05:01 pm)are you running another eoserv or seose server from that router?
|
| ![]() Theres also a few cmds that dont work properly like $gi it doesnt do anything and it makes not be able to write so u gata relog to fix it. Also for the #update cmd u gata relog after u updated ur stats. Besides that its a very nice source to work with. --- Fate-Gaming/Forgotten Memories Owner.
|
| ![]() for the update thing look for this in talk.cpp this->player->character->CalculateStats(); after that put this->player->character->StatSkill(); then recompile --- http://www.torn.com/478456
|
| ![]() Yea i fixed all these lil bugs. Idk for sum wierd reason pots dont work for me. Ill try to fix it after im done adding AOE weps. --- Fate-Gaming/Forgotten Memories Owner.
|
| ![]() the @ command wont work on lvl 2 or 3 admins and its not in the admin.ini
|
| ![]() Yea pots didnt work for me till i removed the locker pot code in Item.cpp also had to fix quest code a bit.
Server still crashed when i make a quest having to pk players still trying to fix that atm.
|
| ![]() lewis999 posted: (15th Sep 2010 06:09 am)That directory is for AngelScript scripts. Hooks weren't ever finished, so scripts are almost useless now.danjakeneal posted: (15th Sep 2010 06:01 am) code posted: (26th Sep 2010 09:01 am) Maybe because Linux doesn't support *.exe files natively? You can use Wine to run exe file, but some apps running on wine are getting buggy, so that *may* make your computer fall into a rage, rape your cat and run away with your money (just kidding). I suggest compiling it natively. If I remember correctly you need to install mysql-dev package and compile AngelScript with addons and install it. Then compile your server by using 'make eoserv MYSQL=1' command. |