Author | Message | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ![]() 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
|
| ![]() Ok i did wut u said but still it wont load the quest --- Fate-Gaming/Forgotten Memories Owner.
|
| ![]() 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
|
| ![]() yea i fixed the loging in part it was on port 8079 lol but the loading quest still havent fixed it
|
| ![]() 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?
|
| ![]() 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
|
| ![]() I'm looking through the code now, gonna try to add some new features to it xD.
|
| ![]() 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)
|
| ![]() Xsitsu posted: (3rd Aug 2010 12:19 am) 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
|
| ![]() 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?
|
| ![]() Xsitsu posted: (3rd Aug 2010 01:22 am) Not sure, but you do know it displays any quest errors in error.log? --- http://www.addipop.com
|
| ![]() Xsitsu posted: (3rd Aug 2010 01:22 am) 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.
|
| ![]() 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
|
| ![]() 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.
|
| ![]() 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. |