Issue information

Issue ID
#7510
Status
Fixed
Severity
None
Started
ToiletMaster
Jul 12, 2013 12:17
Last Post
Joseph
Jul 28, 2013 10:15
Confirmation
N/A

ToiletMaster - Jul 12, 2013 12:17

[url="http://irowiki.org/wiki/Dewata_Legend_Quest"]http://irowiki.org/wiki/Dewata_Legend_Quest[/url]

Hi there, this quest can't be completed. I faced 2 issues.

One is the dialouge doesn't appear,

second is even if the dialouge does appear (don't ask me how), the portal doesn't appear as well.

It's kind of random as the dialouge came out before but doesn't come out again anymore.

Please confirm thanks!

ToiletMaster - Jul 27, 2013 10:34

follow up on this.

seeing the current script it's stated here like this.[code=auto:0] dew_fild01,57,274,0 script #hideout_legend 111,6,6,{ OnTouch: if (BaseLevel > 59 && dew_legend < 1) { mes "- You hear a faint conversation going on inside. -"; next; mes "[Tribal Chief Paiko]"; mes "Once again, I have failed to"; mes "make the ^8B4513Jaty Crown^000000..."; mes "I was sure that I could do it this time."; mes "Why won't it work?"; next; mes "[Sage Kasyapa]"; mes "The ^006400Jaty Crown^000000 has been known to have miraculous power since the time of the ancients."; mes "But it's been said only those who've earned a tribal honor"; mes "would be able to use it."; next; mes "[Tribal Chief Paiko]"; mes "^0000FFKasyapa^000000!!"; mes "Are you saying that even though I am the leader of our tribe, I have not yet received that honor?"; next; mes "[Sage Kasyapa]"; mes "Calm down ^0000FFChief Paiko^000000..."; mes "As the Great and Powerful Chief, you should be more than enough to qualify."; next; mes "[Sage Kasyapa]"; mes "In my younger years I could have easily solved the problem but this old man's mind cannot figure out what's missing."; next; mes "The conversation trails off and you don't hear any more."; set dew_legend,1; close; } end; } [/code]

no warps appear at all isn't there somtehing that should be enabled?

Joseph - Jul 27, 2013 23:59

It is commented out for some reason. You just need to enable them.

re\warps\cities\dewata.txt:[code=:0] // dew_fild01,57,273,0 warp dewata0003 1,1,dew_in01,15,33 // dew_in01,16,31,0 warp dewata0004 1,1,dew_fild01,59,273 [/code]

Thanks!

ToiletMaster - Jul 28, 2013 8:47

oh okay! i din't know that was there.

Thanks Joseph!

Joseph - Jul 28, 2013 10:15

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/3e9103253389f391249167614feb0e1214e8c9d6"]https://github.com/HerculesWS/Hercules/commit/3e9103253389f391249167614feb0e1214e8c9d6[/url].