-
Activity
-
27
-
885
-
27
Fix Target Info System
Where i can find the system target info complete? this is just a fix.. -
885
[40250] Reference Serverfile + Client + Src [15 Available Languages]
You probably downloaded already compiled sources. That's why you can't find it. I'm pretty new in this as well so my apologize if am not right- 1
-
-
-
885
[40250] Reference Serverfile + Client + Src [15 Available Languages]
I try to add a mob target info system on it, but i can't find some files as: service.h, char.cpp,char.h, input_manager.cpp, item_manager, packet_info.cpp i should create new ones or the values are saved in another files? if so explain me please where i can find it. -
885
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Thanks man for sharing this -
9
-
19
Compare Item ToolTIP System
I can take a look at may 2023 little patience...- 2
-
-
-
-
Recently Browsing
- No registered users viewing this page.
Question
flygun 216
hello guys i got a system which count the numbers of the mobs and the characters i kill in game
i know how to make quest to open it but i want to delete the quest and make the system
show with the (Y) bottom
i think i must make something like this
but only show it
i want the (Y) show and hide the system
i think this is the part that i must work on but i don't know python XD
thanks in advance
Link to comment
Share on other sites
Top Posters For This Question
5
8
Popular Days
Jul 20
13
Top Posters For This Question
Frozen 5 posts
flygun 8 posts
Popular Days
Jul 20 2014
13 posts
Popular Posts
Frozen
It Will be something like this: def __showkillgui(self): if KillGuiBg.IsShow(): self.KillGuiBg.Hide() self.KillBlauReich.Hide() self.KillGelbReich.Hide() self.KillRotReich.Hide() self.KillMob.Hide() else: self.KillGuiBg.Show() self.KillBlauReich.Show() self.KillGelbReich.Show() self.KillRotReich.Show() self.KillMob.Show()
Frozen
Show your game.py pls.
Frozen
Sorry made a mistake change this: if KillGuiBg.IsShow(): for this: if self.KillGuiBg.IsShow():
12 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now