EOSERV Forum > EOSERV > Quests[Release]
Topic is locked.
Page: << 1 2 3 4 5 6 >>
Quests[Release]
Author Message
Post #45693 Re: Quests[Release]

You've made a simple mistake. Make sure you have 'quests', make sure that s is there, directory. And make sure there is 5digits total.

---
http://www.addipop.com
14 years, 40 weeks ago
Post #45694 Re: Quests[Release]

Ok i did wut u said but still it wont load the quest

---
Fate-Gaming/Forgotten Memories Owner.
14 years, 40 weeks ago
Post #45695 Re: Quests[Release]

No clue why you can't login to the game. Didn't even touch anything relevant to that. And, I know loading the quests works fine. It goes along with how you can't login to the game.

---
http://www.addipop.com
14 years, 40 weeks ago
Post #45697 Re: Quests[Release]

yea i fixed the loging in part it was on port 8079 lol but the loading quest still havent fixed it

14 years, 40 weeks ago
Post #45743 Re: Quests[Release]

I went and added my quest for wise man and saved it and everything it wont let me start the quest by clicking on him what did i do wrong?

14 years, 39 weeks ago
Post #45744 Re: Quests[Release]

Post your quest in pastebin and check if error.txt gives some errors...

---
Eoserv classes: Forum ghost, test player, ex-server owner, TOP 50, mapper & an
oldbie
14 years, 39 weeks ago
Post #45746 Re: Quests[Release]

I'm looking through the code now, gonna try to add some new features to it xD.

14 years, 39 weeks ago
Post #45765 Re: Quests[Release]

k you see anything i did wrong?

http://pastebin.com/0NBX4vEN

edit: I should probably let u know that i modified my classes so there is no priest summoner or high priest (only modified teh pub file)

14 years, 39 weeks ago
Post #45768 Re: Quests[Release]
Xsitsu posted: (3rd Aug 2010 12:19 am)

k you see anything i did wrong?

http://pastebin.com/0NBX4vEN

edit: I should probably let u know that i modified my classes so there is no priest summoner or high priest (only modified teh pub file)


Every action requires a semi-colon. I saw a few without it. Remember that.
Rules require goto's, no semi-colons.
---
http://www.addipop.com
14 years, 39 weeks ago
Post #45775 Re: Quests[Release]

Ok i fixed what i could find and i still cant click on him this is my new quest file


http://pastebin.com/CibzvxSm

whatd i not fix?

14 years, 39 weeks ago
Post #45778 Re: Quests[Release]
Xsitsu posted: (3rd Aug 2010 01:22 am)

Ok i fixed what i could find and i still cant click on him this is my new quest file


http://pastebin.com/CibzvxSm

whatd i not fix?


Not sure, but you do know it displays any quest errors in error.log?
---
http://www.addipop.com
14 years, 39 weeks ago
Post #45779 Re: Quests[Release]
Xsitsu posted: (3rd Aug 2010 01:22 am)

Ok i fixed what i could find and i still cant click on him this is my new quest file


http://pastebin.com/CibzvxSm

whatd i not fix?


I would check your database. Your quest script seems ok, but the fact the quest is terminal because of the End() action could be a reason you can't click the quest npc. I would use a Reset() at the end of quests until debugged for errors.
14 years, 39 weeks ago
Post #45784 Re: Quests[Release]

I changed it to Reset and it still wont work :(


edit: Ok I know what went wrong now XD I didn't add in the config.ini file to load the quests and that was what was wrong I didn't even think to do that lol I found this out by downloading the already made rev with quests included and changing the config file thanks for all your helps with this :D

14 years, 39 weeks ago
Post #45800 Re: Quests[Release]

Has anyone successfully added to madao's rev 189 with spells?

I'm trying to add quests to madao's rev 189 with spells.  i've also got pets,fishing,law/marriage. It compiles fine Iget these warnings.

C:\Documents and Settings\Jake\Desktop\R189\trunk\src\quest.hpp:324: warning: 's' may be used uninitialized in this function
C:\Documents and Settings\Jake\Desktop\R189\trunk\src\quest.hpp:1803: warning: comparison between signed and unsigned integer expressions
C:\Documents and Settings\Jake\Desktop\R189\trunk\src\handlers\Quest.cpp:156: warning: unused variable 'input_type'

The server loads 1/26 quests , error log  here. I added wiseman quest  and it doesnt work when you click on him.
I added quests to clean rev 189 source and it worked fine.

can i get some help on this 1 please?
14 years, 39 weeks ago
Post #45812 Re: Quests[Release]

Addison, there is a fix needed for the Reset() state. When a quest is "Reset" it should be removed from the quest book progress as it should be restarted to begin the quest anew. What happens is that this causes the Quest Book to become cluttered. Add a function to delete quest if reset from the character's data. Also, there is a looping mechanism that happens with the Karma Quest. After class select > Reset, it returns to the Begin state dialog. Needs a way to close the dialog window during a Reset case so that the dialog is not contiuously looped.

14 years, 39 weeks ago
Page: << 1 2 3 4 5 6 >>
Topic is locked.
EOSERV Forum > EOSERV > Quests[Release]