[Release]Petgui + Quest [Levelbar]

12/22/2012 13:23 Mr. 'Avenue™#31
Quote:
Originally Posted by [Patrick] View Post
Wenn ich das Pet rufe erscheint zwar das GUI, aber das Pet erscheint nicht.
Hat jemand eine Idee?
Hab meine alte Pet.quest schon gelöscht..
  • Clientside die Pets fail
  • oder Dif' nicht gepatcht
12/22/2012 13:46 XtremeZocker#32
funktioniert das nur für 1 pet?

bräuchte es für die 7 pets.

Weiß jemand was man abändern müsste?
12/22/2012 13:47 MrGanja#33
I don't know who tricked you with this gui. How does gui sistem?
1) If you wan't maybe anny new icon for horse just add new grade horse lv 22-30 in affect shower.

or

2)So if you make a new command in game.py (ex.: pet_start and at line finish you must add affect image and position.)

For quest:

when xxx.use begin
cmdchat("pet_start")
end

Your script is bad. If you must first have horse level 12, after you use pet your horse increase level 21.

Only children appreciate it.

I appreciate that you posted, but like all comments type (wow, good) do not understand anything.
12/22/2012 14:06 Mr. 'Avenue™#34
Quote:
Originally Posted by XtremeZocker View Post
funktioniert das nur für 1 pet?

bräuchte es für die 7 pets.

Weiß jemand was man abändern müsste?
Bei jedem petlevel kommt ein neues Pet.
12/22/2012 14:10 MrHackuss#35
Quote:
1222 14:08:04936 ::
networkModule.py(line:194) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:22) ?
system.py(line:130) __pack_import

networkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 524)

1222 14:08:04936 :: ================================================== ================================================== ========
1222 14:08:04936 :: Abort!!!!

Help?
12/22/2012 14:14 MrGanja#36
error comes from the last modified file line string 524
12/22/2012 14:19 MrHackuss#37
Quote:
Originally Posted by MrHackuss View Post
Help?
FIXED

Now:

12/22/2012 14:23 MrGanja#38
error line 2145 from the last modified file. Your implamented is wrong.
Take it from the beginning you better jump too many steps in implamented game.py .
12/22/2012 14:29 Mr. 'Avenue™#39
Quote:
Originally Posted by MrHackuss View Post
FIXED

Now:

Make an Enter in the last line.
12/22/2012 14:30 MrHackuss#40
i know where is error but why it is? its syntax error so its problem with code

@Edit I add and its the same problem

Quote:
1222 14:21:05417 :: invalid idx 0
1222 14:21:11513 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
1222 14:21:11974 :: CEffectManager::RegisterEffect - LoadScript(locale/pl/effect/gm.mse) Error
1222 14:21:11974 :: CInstanceBase::RegisterEffect(eEftType=27, c_szEftAttachBone=Bip01, c_szEftName=locale/pl/effect/gm.mse, isCache=0) - Error
1222 14:22:16807 :: Traceback (most recent call last):

1222 14:22:16808 :: File "networkModule.py", line 231, in SetGamePhase

1222 14:22:16808 :: File "system.py", line 130, in __pack_import

1222 14:22:16808 :: File "
1222 14:22:16808 :: <string>
1222 14:22:16808 :: ", line
1222 14:22:16808 :: 2146
1222 14:22:16808 ::

1222 14:22:16808 ::
1222 14:22:16808 ::
1222 14:22:16808 ::

1222 14:22:16808 :: SyntaxError
1222 14:22:16808 :: :
1222 14:22:16808 :: invalid syntax
1222 14:22:16808 ::
12/22/2012 14:31 Mr. 'Avenue™#41
Quote:
Originally Posted by MrHackuss View Post
i know where is error but why it is? its syntax error so its problem with code
Open the game.py, then make an enter in the very last line.
12/22/2012 14:31 MrHackuss#42
look at edit ;p
12/22/2012 14:33 MrGanja#43
your error is at line 231 from the last modified file (i think game.py)

Show me this line
12/22/2012 14:38 MrHackuss#44
my game.py

[Only registered and activated users can see links. Click Here To Register...]

password: game
12/22/2012 14:42 MrGanja#45
Quote:
Originally Posted by MrHackuss View Post
my game.py

[Only registered and activated users can see links. Click Here To Register...]

password: game
Add this:

Code:
# PET_GUI_END
after this

Code:
		self.PetExpBar.SetPercentage(PetProcentExp, 100)
Quote:
self.PetExpBar.SetPercentage(PetProcentExp, 100)
# PET_GUI_END
cancel line 2133 - 2146 and press 2x enter, save and run.