Jump to content
  • 0

Eye of Hellion


Aurora

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   8
  • Joined:  11/28/11
  • Last Seen:  

So, I'm getting kind of frustrated, as I have no idea what's going on with this quest.

As I've seen in brAthena, eA Mod, rAthena, 3CeaM and even eAthena, all of the Eye of Hellion quests look exactly the same, but when you get to the point of speaking to yourself on the bottom right hand corner of Prontera, the NPC script function freezes when it tries to call on the input function.

The only thing I can assume is that there's something wrong with the function itself, and if so, I've never had to directly deal with editing script commands. Any suggestions on where or how I would go about checking that?

Thanks in advance!

Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   47
  • Joined:  11/18/11
  • Last Seen:  

Could you post the script you're currently using? and also what's the name of the NPC that you have to speak with?

is it this?

prontera,45,67,0    script     #prt_key-1-1    139,1,1,{

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

If it's an official script, you should file a bug report so it can be applied to everyone.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   47
  • Joined:  11/18/11
  • Last Seen:  

I don't know what's the problem, I just tested it and it worked JUST fine ^^;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   8
  • Joined:  11/28/11
  • Last Seen:  

Yeah, it works fine for other's as well, which is why I asked if anyone knew where to find the script command file. :

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   47
  • Joined:  11/18/11
  • Last Seen:  

eathena/rathena > doc > scripting_commands.txt

I used this to test, maybe you should try it too:

prontera,50,68,4    script    eyehelion    735,{

dispbottom HELLIONQ;
   input .@hell;

set HELLIONQ,.@hell;

dispbottom HELLIONQ;
close;

}

You can add it in the same script file.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   8
  • Joined:  11/28/11
  • Last Seen:  

Thank you! I'll try this out and let y'all know if it works~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   8
  • Joined:  11/28/11
  • Last Seen:  

Unfortunately, that didn't do anything. :

I can't seem to fathom why it's working for people I've asked to test it, and not here. I know the input function is working, 'cause it's working for other quests.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

Uhm...far fetched solution but try deleting the file you have and downloading a new one from the SVN?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   47
  • Joined:  11/18/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   8
  • Joined:  11/28/11
  • Last Seen:  

Oho! It worked!

Thanks a lot, everyone. <3

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...