Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

E.O 2.6 Modification S-Bug on Quest System


marceloteen
 Share

Recommended Posts

Hi guys,i followed all the steps of this quest system -> [http://www.eclipseorigins.com/community/index.php?/topic/124848-eo-2030-guilds/](http://www.eclipseorigins.com/community/index.php?/topic/124848-eo-2030-guilds/)

I compiled the server and the client without problems.But,when i try to create a guild,the server crashes with runtime-error 9.If i choose the debug command,the visual basic shows me this line of code -> Player(index).NPCQuestProgress(npcNum) = Int(QuestProgress)

  (in modHandleData,HandleSpeechWindow)

Any idea?
Link to comment
Share on other sites

some value not correctly maybe that value is 0 or higher than max value

Player(index).NPCQuestProgress(npcNum) = Int(QuestProgress)

check on

Index, npcNum and QuestProgress

if there number have invalid value you must check why the value can be invalid :p
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...