EOSERV Forum > EOSERV > lewis999's EOserv rev 189
Topic is locked.
Page: << 1 2 ... 13 14 15 16 17 ... 28 29 >>
lewis999's EOserv rev 189
Author Message
Post #48407 Re: EOserv rev 189 Compiled
judess69er posted: (5th Sep 2010 10:51 am)

lewis999 posted: (5th Sep 2010 10:40 am)

judess69er posted: (5th Sep 2010 10:21 am)

lewis999 posted: (5th Sep 2010 08:52 am)

Finished version 0.7

I haven't tested everything but I'm pretty confident it works.

Look at the first post for details


i get this error with all of ur builds
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Logic Error: basic_string::_S_construct NULL not valid

Sorry but I can't help you much with this.
All i know is it's something to do with quest.cpp Check here for a fix

@badboystar I'll start working on this now
looks easy enough to fix for somone who has coding knowledge (aka) not me :(

Fixed,
Replase character.cpp with this http://pastebin.com/M7eJMz7H

14 years, 35 weeks ago
Post #48409 Re: EOserv rev 189 Compiled
judess69er posted: (5th Sep 2010 10:21 am)

lewis999 posted: (5th Sep 2010 08:52 am)

Finished version 0.7

I haven't tested everything but I'm pretty confident it works.

Look at the first post for details


i get this error with all of ur builds
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Logic Error: basic_string::_S_construct NULL not valid

It has to do that you use MySQL, I had same problem. I switched to sqlite database and it worked just fine.
14 years, 35 weeks ago
Post #48414 Re: EOserv rev 189 Compiled

Your skin command is long...


   if(arguments[0] == "white" || arguments[0] == "w" || arguments[0] == "1")


is better than:


If(arguments[0] == "white")

else if(arguments[0] == "w")


Here is skin command what I use (Again can't remember where I got it but I added those || arguments[0] stuff there easier and it gets shorter)


http://pastebin.com/08vmCXAZ

---
Eoserv classes: Forum ghost, test player, ex-server owner, TOP 50, mapper & an
oldbie
14 years, 35 weeks ago
Post #48416 Re: EOserv rev 189 Compiled
sephiroth posted: (5th Sep 2010 12:48 pm)

Your skin command is long...


   if(arguments[0] == "white" || arguments[0] == "w" || arguments[0] == "1")


is better than:


If(arguments[0] == "white")

else if(arguments[0] == "w")


Here is skin command what I use (Again can't remember where I got it but I added those || arguments[0] stuff there easier and it gets shorter)


http://pastebin.com/08vmCXAZ

Thanks for this :)
Added

14 years, 35 weeks ago
Post #48418 Re: EOserv rev 189 Compiled
lewis999 posted: (5th Sep 2010 11:17 am)

judess69er posted: (5th Sep 2010 10:51 am)

lewis999 posted: (5th Sep 2010 10:40 am)

judess69er posted: (5th Sep 2010 10:21 am)

lewis999 posted: (5th Sep 2010 08:52 am)

Finished version 0.7

I haven't tested everything but I'm pretty confident it works.

Look at the first post for details


i get this error with all of ur builds
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Logic Error: basic_string::_S_construct NULL not valid

Sorry but I can't help you much with this.
All i know is it's something to do with quest.cpp Check here for a fix

@badboystar I'll start working on this now
looks easy enough to fix for somone who has coding knowledge (aka) not me :(

Fixed,
Replase character.cpp with this http://pastebin.com/M7eJMz7H

ur gunna add that in ur newest version right?

14 years, 35 weeks ago
Post #48419 Re: EOserv rev 189 Compiled
judess69er posted: (5th Sep 2010 01:56 pm)

lewis999 posted: (5th Sep 2010 11:17 am)

judess69er posted: (5th Sep 2010 10:51 am)

lewis999 posted: (5th Sep 2010 10:40 am)

judess69er posted: (5th Sep 2010 10:21 am)

lewis999 posted: (5th Sep 2010 08:52 am)

Finished version 0.7

I haven't tested everything but I'm pretty confident it works.

Look at the first post for details


i get this error with all of ur builds
[ERR] Client caused an exception and was closed: 127.0.0.1.
[ERR] Logic Error: basic_string::_S_construct NULL not valid

Sorry but I can't help you much with this.
All i know is it's something to do with quest.cpp Check here for a fix

@badboystar I'll start working on this now
looks easy enough to fix for somone who has coding knowledge (aka) not me :(

Fixed,
Replase character.cpp with this http://pastebin.com/M7eJMz7H

ur gunna add that in ur newest version right?


Yes, v0.7.1 is uploading now
14 years, 35 weeks ago
Post #48428 Re: EOserv rev 189 Compiled

dude can u add a commands list instead of looking in the talk.cpp file it would be easier to get the commands

14 years, 35 weeks ago
Post #48429 Re: EOserv rev 189 Compiled
agenttubs posted: (5th Sep 2010 03:42 pm)

dude can u add a commands list instead of looking in the talk.cpp file it would be easier to get the commands


Don't be lazy... >_> Dude can you just open the code::blocks and open talk.cpp OR JUST open the talk.CPP with notepad :OOO its not that hard, takes about 1 minute to check the commands... >_>


Commands: http://pastebin.com/FK5ZccWK


copy/paste to notepad, and save... >_>

---
Eoserv classes: Forum ghost, test player, ex-server owner, TOP 50, mapper & an
oldbie
14 years, 35 weeks ago
Post #48430 Re: EOserv rev 189 Compiled
sephiroth posted: (5th Sep 2010 03:48 pm)

agenttubs posted: (5th Sep 2010 03:42 pm)

dude can u add a commands list instead of looking in the talk.cpp file it would be easier to get the commands


Don't be lazy... >_> Dude can you just open the code::blocks and open talk.cpp OR JUST open the talk.CPP with notepad :OOO its not that hard, takes about 1 minute to check the commands... >_>


Commands: http://pastebin.com/FK5ZccWK


copy/paste to notepad, and save... >_>

Thanks for this :D
Do you mind if I neaten this up and add it to the next version?

14 years, 35 weeks ago
Post #48431 Re: EOserv rev 189 Compiled
lewis999 posted: (5th Sep 2010 04:07 pm)

sephiroth posted: (5th Sep 2010 03:48 pm)

agenttubs posted: (5th Sep 2010 03:42 pm)

dude can u add a commands list instead of looking in the talk.cpp file it would be easier to get the commands


Don't be lazy... >_> Dude can you just open the code::blocks and open talk.cpp OR JUST open the talk.CPP with notepad :OOO its not that hard, takes about 1 minute to check the commands... >_>


Commands: http://pastebin.com/FK5ZccWK


copy/paste to notepad, and save... >_>

Thanks for this :D
Do you mind if I neaten this up and add it to the next version?


Whatever, I just wrote them up.. nothing else, go ahead... =D
---
Eoserv classes: Forum ghost, test player, ex-server owner, TOP 50, mapper & an
oldbie
14 years, 35 weeks ago
Post #48437 Re: EOserv rev 189 Compiled

still getting the same error bra
[ERR] Logic Error: basic_string::_S_construct NULL not valid

No Shoes
No Shirts
No Dice

Read it
Learn it
Live it


14 years, 35 weeks ago
Post #48438 Re: EOserv rev 189 Compiled
sephiroth posted: (5th Sep 2010 03:48 pm)

agenttubs posted: (5th Sep 2010 03:42 pm)

dude can u add a commands list instead of looking in the talk.cpp file it would be easier to get the commands


Don't be lazy... >_> Dude can you just open the code::blocks and open talk.cpp OR JUST open the talk.CPP with notepad :OOO its not that hard, takes about 1 minute to check the commands... >_>


Commands: http://pastebin.com/FK5ZccWK


copy/paste to notepad, and save... >_>

You should remove $mute as an admin command, because you don't have the things to declare it (Character.cpp/hpp) and make sure you add Statskill aswell if you want to use Reborn or Update (anything to do with stats.)

EDIT: @
14 years, 35 weeks ago
Post #48441 Re: EOserv rev 189 Compiled
xIFearlessIxx posted: (5th Sep 2010 04:58 pm)

sephiroth posted: (5th Sep 2010 03:48 pm)

agenttubs posted: (5th Sep 2010 03:42 pm)

dude can u add a commands list instead of looking in the talk.cpp file it would be easier to get the commands


Don't be lazy... >_> Dude can you just open the code::blocks and open talk.cpp OR JUST open the talk.CPP with notepad :OOO its not that hard, takes about 1 minute to check the commands... >_>


Commands: http://pastebin.com/FK5ZccWK


copy/paste to notepad, and save... >_>

You should remove $mute as an admin command, because you don't have the things to declare it (Character.cpp/hpp) and make sure you add Statskill aswell if you want to use Reborn or Update (anything to do with stats.)

EDIT: @

Huh? I don't understand now, I should remove them from where? there is $mute, $update, $reborn & $reset on source as you may know, I checked commands from talk.cpp...


I can compile it fine so it does work on his source...

---
Eoserv classes: Forum ghost, test player, ex-server owner, TOP 50, mapper & an
oldbie
14 years, 35 weeks ago
Post #48444 Re: EOserv rev 189 Compiled

Oh, Okay nevermind Lol, I thought you where releasing these commands. Sorry I didn't read that very clearly.

14 years, 35 weeks ago
Post #48458 Re: EOserv rev 189 Compiled

yeah the pets dont work u click on the item and it just does nothing or it is  a potion so the pet.ini dont spawn the pets and also the $sp command dont work

14 years, 35 weeks ago
Page: << 1 2 ... 13 14 15 16 17 ... 28 29 >>
Topic is locked.
EOSERV Forum > EOSERV > lewis999's EOserv rev 189