Jump to content

Natsu Dragneel

Inactive Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Natsu Dragneel's Achievements

Apprentice

Apprentice (3/16)

  • Conversation Starter
  • Dedicated
  • First Post
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. hello mates, a quick question, i remember that you used to be able to do it like this: quest NAME begin state start begin when. ... mainmenu() function mainmenu() locale headmenu == select("Page 1","Page 2","Page 3", "Next Page") if headmenu == 1 then page1() elseif headmenu == 2 then page2() elseif headmenu == 3 then page3() elseif headmenu == 4 then nextmenu() end end function page1() locale page1 == select ("Test","Back", "Cancel") if page1 == 1 then ansdfasdfnoapsdfpoasfd elseif page1 == 2 then mainmenu() elseif page1 == 3 then return end end function page2() locale page2 == select ("Test","Back", "Cancel") if page2 == 1 then ansdfasdfnoapsdfpoasfd elseif page2 == 2 then mainmenu() .... Like to make some functions for each pages, to have a "Back"-Button, but it doesnt work anymore?
  2. can anyone explain why there is a quest with (6)? i mean, 6 is i think the number of the quests which is active, but cant i show the quests as a normal roll anymore?
  3. Hi friends, yeah, im not the best in this place and have some problems, i just done everything in the "quest renewal" folder and now I have followed error: 0709 18:16:03376 :: networkModule.py(line:195) SetSelectCharacterPhase system.py(line:131) __pack_import system.py(line:110) _process_result introSelect.py(line:20) <module> system.py(line:131) __pack_import system.py(line:110) _process_result uiCharacter.py(line:18) <module> system.py(line:131) __pack_import system.py(line:110) _process_result uiCharacterDetails.py(line:8) <module> system.py(line:131) __pack_import system.py(line:110) _process_result interfaceModule.py(line:1) <module> networkModule.SetSelectCharacterPhase - <type 'exceptions.NameError'>:name 'app' is not defined 0709 18:16:03376 :: ============================================================================================================ 0709 18:16:03376 :: Abort!!!! in networkModule.py is a "import app", in interfacemodule.y(line:1) is a if app.ENABLE_QUEST_RENEWAL: import quest". I cant remember that i edited uiCharacter or uiCharacterdetails for quest renewal. Can anyone tell me a solution?
  4. hi, sorry for the late message here, if its a problem, forgive me, but i have a problem with the fliege v3 client/files, after i add all the code and the "winreg" file in root.eix/epk i got following error: 0624 00:26:00478 :: Failed to load script file : locale/de/ui/LoginWindow.py 0624 00:26:00479 :: ui.py(line:3690) LoadScriptFile system.py(line:193) execfile system.py(line:164) Run locale/de/ui/LoginWindow.py(line:645) <module> LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.NameError'>:name 'uiScriptLocale' is not defined 0624 00:26:00479 :: ============================================================================================================ 0624 00:26:00479 :: Abort!!!! 0624 00:26:00479 :: introLogin.py(line:468) __LoadScript ui.py(line:3707) LoadScriptFile exception.py(line:36) Abort LoginWindow.__LoadScript.LoadObject - <type 'exceptions.SystemExit'>: 0624 00:26:00479 :: ============================================================================================================ 0624 00:26:00479 :: Abort!!!! 0624 00:26:00489 :: ============================================================================================================ 0624 00:26:00489 :: Abort!!!! here are my changed files intrologin.py: loginwindow.py locale_interface.txt please, can you help me? or did you have any other interface that works with this client?
×
×
  • 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.