Jump to content

ATAG

Inactive Member
  • Posts

    237
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

ATAG last won the day on June 27 2014

ATAG had the most liked content!

3 Followers

About ATAG

  • Birthday 05/03/1980

Informations

  • Gender
    Male
  • Country
    Hungary
  • Nationality
    Hungarian

Recent Profile Visitors

4982 profile views

ATAG's Achievements

Rising Star

Rising Star (9/16)

  • Dedicated
  • Reacting Well
  • Very Popular Rare
  • Conversation Starter
  • First Post

Recent Badges

430

Reputation

  1. Idk how to fix it in source, the quest “event handling” is too chaotic to me Mining is a coroutine if i’m right, kind of child process, there’s no “pc is mining” in other quests… you can only trigger something before/after it
  2. For example ishop doesn't have a strict session handler, you can buy items unlimited times... (you can log in multiple times from different browsers, and voila...)
  3. Yep, i also got it from mcncc i guess... Took weeks to find and download it ? Also contained web files of longju (maybe?)
  4. [Hidden Content]
  5. You must change the quesst's state to 'run': /set_quest_state main_quest_lv12 run
  6. Did you changed the path to locale/en/quest ?
  7. Look at the first post. + if you wanna add the 'expermential' stuff, you need this system too: [Hidden Content]
  8. It seems like you missed some python parts or you forgot to rebuild eterpythonlib?
  9. In intrologin.py look for: self.stream.SetConnectInfo(serverInfo.SRV1["host"], self.ChannelButtons[channel][1], serverInfo.SRV1["host"], serverInfo.SRV1["auth1"]) Andd add below: try: print("serverinfo: %s/%s\n" % (serverInfo.SRV1["name"], serverInfo.SERVER1_CHANNEL_DICT[channel]["name"])) self.__SetServerInfo("%s, %s " % (serverInfo.SRV1["name"], serverInfo.SERVER1_CHANNEL_DICT[channel]["name"])) except: print("serverinfo: NONE\n") I'm not 100% sure, since my serverinfo.py and logininfo.py are modified. I hope it works. I also had to modify the fuction like this: def __SetServerInfo(self, name): net.SetServerInfo(name.strip()) #self.serverInfo.SetText(name) print("__SetServerInfo: %s/%s" % name, name.strip() or name)
  10. Ok i got it, I changed the intrologin.py ? There's a missing 'self.__SetServerInfo("%s, %s " % (serverName, channelName))' or something like tat before 'self.Connect(id, pwd)'. You have to implement it...
  11. To be honest I can’t remember what did I change, but it definitely was not in src
  12. Csak találgatok (just guessing): root/uiminimap.py if constInfo.MINIMAP_POSITIONINFO_ENABLE==0: self.positionInfo.Hide() self.serverInfo.SetText(net.GetServerInfo()) #---> #self.serverInfo.Show() self.ScaleUpButton.SetEvent(ui.__mem_func__(self.ScaleUp)) This line is commented i guess, i dont have the untouched root anymore ?
  13. You have to call the quest event BEFORE you start the mining process in src
  14. Did you change it in client proto too?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.