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

Darxlek

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

Darxlek's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Darxlek

    How do I fix this?

    For anyone who had the same problem that me, escfoe2 helped me to solve it. Step1 : Open the server side and below : ``` Public Const QUEST_COMPLETED_BUT As Byte = 3 ``` paste this ``` Public Quest_Changed(1 To MAX_QUESTS) As Boolean ``` Step1 : Always in the server side, find : ``` RequiredQuest As Long ``` And paste this below ``` RequiredSwitch As Long ``` And it's all, it works pretty good, no quests bug anymore :) !!
  2. Darxlek

    How do I fix this?

    ![](http://i272.photobucket.com/albums/jj184/befje/smileys/th_bf-HELP.gif) Nobody knows how to fix this ? :( … i've all tried but i've not found..
  3. Darxlek

    How do I fix this?

    Hi Richy and thanks a lot for you reply I've tried to replace the SendPlayerQuests and HandlePlayerQuest subs, there was no compilation error and the pieces of code was effectively not the sames compared to mine but the quests don't wants to save and load correctly anyway… :'( But thanks you very much for your reply.. The creator of the custom version of eclipse called "Eclipse-the final frontier" had found the issue at this problem and i've sent to him a private message to know that issue but he don't have reply.. :( Thanks to anybody who'll can help me !..
  4. Darxlek

    How do I fix this?

    Up please i really need to fix this, it makes me unable to continue my game :( nobody had the same problem and fixed it ?.. I can't change my version of eclipse, i've translated it and modified it a lot for my game :(..
  5. Darxlek

    How do I fix this?

    Hello Frankenstein and thank you for your response. I've compared the sources of "Eclipse Mega" and "Eclipse the final frontier" (a custom version of Eclipse Mega where this bug was removed) and I have noticed that in the module called "modGameEditors" like you said, there was a difference on the sub nammed "EventListCommands" : in the EventListCommands of Eclipse the final frontier, this codes are not in Eclipse mega : Case 8 'Quest status If tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(i).ConditionalBranch.data1 > 0 Then Select Case tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(i).ConditionalBranch.Data2 Case 0 frmEditor_Events.lstCommands.AddItem indent & "@>" & "Conditional Branch: Player Quest (" & Trim$(Quest(tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(i).ConditionalBranch.data1).Name) & ") is [Open]" Case 1 frmEditor_Events.lstCommands.AddItem indent & "@>" & "Conditional Branch: Player Quest (" & Trim$(Quest(tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(i).ConditionalBranch.data1).Name) & ") is [Started]" Case 2 frmEditor_Events.lstCommands.AddItem indent & "@>" & "Conditional Branch: Player Quest (" & Trim$(Quest(tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(i).ConditionalBranch.data1).Name) & ") is [Completed]" End Select End If And Case 8 'Quest Status tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(curslot).ConditionalBranch.Condition = 8 tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(curslot).ConditionalBranch.data1 = frmEditor_Events.cmbCondition_Quest.ListIndex + 1 tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(curslot).ConditionalBranch.Data2 = frmEditor_Events.cmbCondition_Status.ListIndex[/vb] I've added this code where it should was in Eclipse Mega, but the bug is always here :(
  6. Darxlek

    How do I fix this?

    Hello, i've got the same problem with the load of the quests with Eclipse Mega and it makes me unable to continue my project.. The quests looks saved succesfully (when i look in the quests folder of the server, the "quest1.dat" file contains all data of the quest) but i think that the problem is for the loading of this file in the lstindex… I've tried to do the way that Matthew said but without succes :( Does anyone else had this problem ? If someone can help me a little bit i would be happy :) Sorry for my bad english, i'm french Thanks for any response !
×
×
  • Create New...