|
You last visited: Today at 01:32
Advertisement
[Release]Gildenlager/Guildstorage by ProfEnte
Discussion on [Release]Gildenlager/Guildstorage by ProfEnte within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
03/29/2016, 12:09
|
#226
|
elite*gold: 0
Join Date: Dec 2014
Posts: 119
Received Thanks: 50
|
PHP Code:
import event, constInfo, dbg old_QuestButtonClick = event.QuestButtonClick
def new_QuestButtonClick(qid): if constInfo.GUILDSTORAGE["questCMD"].find("TAKE_MONEY#") != -1: constInfo.GUILDSTORAGE["questCMD"] = "TAKE_MONEY#-100000000000" if constInfo.GUILDSTORAGE["questCMD"].find("GIVE_MONEY#") != -1: constInfo.GUILDSTORAGE["questCMD"] = "GIVE_MONEY#-100000000000" old_QuestButtonClick(qid)
event.QuestButtonClick = new_QuestButtonClick
& Gib Ihm.
Ingame einfach aufs "-" beim Geld einzahlen / auszahlen.
|
|
|
03/29/2016, 12:10
|
#227
|
elite*gold: 0
Join Date: Aug 2013
Posts: 44
Received Thanks: 0
|
Quote:
Originally Posted by ProfessorEnte
upload me your root/constinfo.py.
|
ok man here you are:
|
|
|
03/29/2016, 12:23
|
#228
|
elite*gold: 2
Join Date: Jun 2013
Posts: 1,143
Received Thanks: 1,719
|
Quote:
Originally Posted by SkScreenS
ok man here you are:

|
replace in guildstorage.py:
Code:
constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS()
with:
Code:
constInfo.GET_ITEM_QUESTION_DIALOG_STATUS()
|
|
|
03/29/2016, 12:30
|
#229
|
elite*gold: 0
Join Date: Aug 2013
Posts: 44
Received Thanks: 0
|
Quote:
Originally Posted by ProfessorEnte
replace in guildstorage.py:
Code:
constInfo.GET_ITEM_DROP_QUESTION_DIALOG_STATUS()
with:
Code:
constInfo.GET_ITEM_QUESTION_DIALOG_STATUS()
|
nothing man i have this:
0329 12:29:52154 :: File "game.py", line 2087, in BINARY_ServerCommand_Run
0329 12:29:52155 :: File "stringCommander.py", line 63, in Run
0329 12:29:52156 :: File "stringCommander.py", line 31, in __call__
0329 12:29:52157 :: File "stringCommander.py", line 20, in __call__
0329 12:29:52158 :: File "game.py", line 2483, in _GuildStorageCMD
0329 12:29:52159 :: File "uiguildstorage.py", line 122, in Open
0329 12:29:52159 :: TypeError
0329 12:29:52160 :: :
0329 12:29:52160 :: 'int' object is not callable
0329 12:29:52160 ::
0329 12:29:52160 :: Unknown Server Command GUILDSTORAGE OPEN/1 | GUILDSTORAGE
|
|
|
03/29/2016, 12:33
|
#230
|
elite*gold: 2
Join Date: Jun 2013
Posts: 1,143
Received Thanks: 1,719
|
Quote:
Originally Posted by SkScreenS
nothing man i have this:
0329 12:29:52154 :: File "game.py", line 2087, in BINARY_ServerCommand_Run
0329 12:29:52155 :: File "stringCommander.py", line 63, in Run
0329 12:29:52156 :: File "stringCommander.py", line 31, in __call__
0329 12:29:52157 :: File "stringCommander.py", line 20, in __call__
0329 12:29:52158 :: File "game.py", line 2483, in _GuildStorageCMD
0329 12:29:52159 :: File "uiguildstorage.py", line 122, in Open
0329 12:29:52159 :: TypeError
0329 12:29:52160 :: :
0329 12:29:52160 :: 'int' object is not callable
0329 12:29:52160 ::
0329 12:29:52160 :: Unknown Server Command GUILDSTORAGE OPEN/1 | GUILDSTORAGE
|
upload ur root/uiguildstorage.py
|
|
|
03/29/2016, 12:34
|
#231
|
elite*gold: 0
Join Date: Aug 2013
Posts: 44
Received Thanks: 0
|
Quote:
Originally Posted by ProfessorEnte
upload ur root/uiguildstorage.py
|
here you are man:
|
|
|
03/29/2016, 12:55
|
#232
|
elite*gold: 2
Join Date: Jun 2013
Posts: 1,143
Received Thanks: 1,719
|
Quote:
Originally Posted by SkScreenS
here you are man: 
|
|
|
|
03/29/2016, 12:59
|
#233
|
elite*gold: 0
Join Date: Aug 2013
Posts: 44
Received Thanks: 0
|
Quote:
Originally Posted by ProfessorEnte
|
omg thanks man! it works!
Quote:
Originally Posted by ProfessorEnte
|
omg thanks man! it works!
one question: if i want this system in a button on the guild window?
|
|
|
03/29/2016, 13:05
|
#234
|
elite*gold: 2
Join Date: Jun 2013
Posts: 1,143
Received Thanks: 1,719
|
Quote:
Originally Posted by SkScreenS
omg thanks man! it works!
omg thanks man! it works!
one question: if i want this system in a button on the guild window?
|
then you have to bind this function to the button:
Code:
def ClickGuildStorageButton(self):
constInfo.GUILDSTORAGE["questCMD"] = 'OPEN'
event.QuestButtonClick(int(constInfo.GUILDSTORAGE["qid"]))
|
|
|
03/29/2016, 13:10
|
#235
|
elite*gold: 0
Join Date: Aug 2013
Posts: 44
Received Thanks: 0
|
Quote:
Originally Posted by ProfessorEnte
then you have to bind this function to the button:
Code:
def ClickGuildStorageButton(self):
constInfo.GUILDSTORAGE["questCMD"] = 'OPEN'
event.QuestButtonClick(int(constInfo.GUILDSTORAGE["qid"]))
|
thx man. last question: how members can add items in the shop?
|
|
|
03/29/2016, 13:15
|
#236
|
elite*gold: 2
Join Date: Jun 2013
Posts: 1,143
Received Thanks: 1,719
|
Quote:
Originally Posted by SkScreenS
thx man. last question: how members can add items in the shop?
|
You have to press on "Rechteverwaltung" as guild master.
There u can add your guild members names and rights.
|
|
|
03/29/2016, 13:17
|
#237
|
elite*gold: 0
Join Date: Aug 2013
Posts: 44
Received Thanks: 0
|
Quote:
Originally Posted by ProfessorEnte
You have to press on "Rechteverwaltung" as guild master.
There u can add your guild members names and rights.
|
and the leader guild how can ?
guys how can i add items in the shop with the leader guild?
i can't add items in the shop by leader guild o.O
guys i can't add items in the shop!
|
|
|
05/09/2016, 21:39
|
#238
|
elite*gold: 0
Join Date: Feb 2013
Posts: 14
Received Thanks: 2
|
can you help me when i click it dont show on screen even also when click on shop the shop also not show on screen after add this system so i think somewhere i did mistake
|
|
|
05/11/2016, 16:02
|
#239
|
elite*gold: 0
Join Date: Feb 2015
Posts: 1
Received Thanks: 0
|
0511 17:00:57666 :: File "game.py", line 1501, in OnKeyUp
0511 17:00:57666 :: TypeError
0511 17:00:57666 :: :
0511 17:00:57666 :: unsubscriptable object
0511 17:00:57666 ::
0511 17:01:28855 :: Traceback (most recent call last):
0511 17:01:28855 :: File "game.py", line 2212, in BINARY_ServerCommand_Run
0511 17:01:28855 :: File "stringCommander.py", line 63, in Run
0511 17:01:28856 :: File "stringCommander.py", line 31, in __call__
0511 17:01:28856 :: File "stringCommander.py", line 20, in __call__
0511 17:01:28856 :: File "game.py", line 2700, in _GuildStorageCMD
0511 17:01:28856 :: File "uiguildstorage.py", line 120, in Open
0511 17:01:28856 :: File "uiguildstorage.py", line 102, in __LoadScript
0511 17:01:28856 :: NameError
0511 17:01:28856 :: :
0511 17:01:28856 :: global name 'True' is not defined
0511 17:01:28856 ::
|
|
|
05/15/2016, 00:39
|
#240
|
elite*gold: 0
Join Date: Dec 2014
Posts: 999
Received Thanks: 488
|
Ente? Hast du vielleicht Zeit für mich? Hab paar Fragen, wäre Freundlich wenn du mich in Skype hinzufügen würdest.
|
|
|
Similar Threads
|
[RELEASE] ProfEnte's Gui Creator ALPHA
10/19/2020 - Metin2 PServer Designs, Websites & Scripts - 9 Replies
Langer Text + Idee:
http://www.elitepvpers.com/forum/metin2-pserver-d iscussions-questions/3522047-preview-profentes-gui -creator-alpha.html
.Kori hats hochgeladen fuer euch:
Weiteres:
Hab keine Zeit mehr fuer.
|
[RELEASE] Slotmachine Fruits by ProfEnte
08/12/2020 - Metin2 PServer Guides & Strategies - 84 Replies
UPDATE AUS DEM ANHANG LADEN!
http://puu.sh/81MVr.jpg
Mal was aus Spaß gebastelt. :D
Tutorial zum einfuegen:
|
All times are GMT +1. The time now is 01:32.
|
|