Discussion on [RELEASE] Item zerstören 'neuer Dropdialog' (Python, C++) within the Metin2 PServer Guides & Strategies forum part of the Metin2 PServer - Discussions / Questions category.
When I click destroy, the item gets destroyed, but I cant move nor click in any item in the inventory.
I have to click ESC to be able to move or click.
Syserr:
Code:
1027 21:14:28470 :: Traceback (most recent call last):
1027 21:14:28470 :: File "ui.py", line 1020, in CallEvent
1027 21:14:28471 :: File "game.py", line 1444, in <lambda>
1027 21:14:28471 :: File "game.py", line 1524, in RequestDestroyItem
1027 21:14:28471 :: AttributeError
1027 21:14:28471 :: :
1027 21:14:28471 :: 'module' object has no attribute 'SET_ITEM_DROP_QUESTION_DIALOG_STATUS'
1027 21:14:28471 ::
When I click destroy, the item gets destroyed, but I cant move nor click in any item in the inventory.
I have to click ESC to be able to move or click.
Syserr:
Code:
1027 21:14:28470 :: Traceback (most recent call last):
1027 21:14:28470 :: File "ui.py", line 1020, in CallEvent
1027 21:14:28471 :: File "game.py", line 1444, in <lambda>
1027 21:14:28471 :: File "game.py", line 1524, in RequestDestroyItem
1027 21:14:28471 :: AttributeError
1027 21:14:28471 :: :
1027 21:14:28471 :: 'module' object has no attribute 'SET_ITEM_DROP_QUESTION_DIALOG_STATUS'
1027 21:14:28471 ::
When I click destroy, the item gets destroyed, but I cant move nor click in any item in the inventory.
I have to click ESC to be able to move or click.
Syserr:
Code:
1027 21:14:28470 :: Traceback (most recent call last):
1027 21:14:28470 :: File "ui.py", line 1020, in CallEvent
1027 21:14:28471 :: File "game.py", line 1444, in <lambda>
1027 21:14:28471 :: File "game.py", line 1524, in RequestDestroyItem
1027 21:14:28471 :: AttributeError
1027 21:14:28471 :: :
1027 21:14:28471 :: 'module' object has no attribute 'SET_ITEM_DROP_QUESTION_DIALOG_STATUS'
1027 21:14:28471 ::
It have to look like this
If you've done everything correctly, it should work.
Bei mir taucht der Dialog einfach nicht auf.
Ich habe alles so eingefügt, bekomme auch keinen error code:
Also Clientside nicht als auch Serverside.
Und ja ich habe beides auch neu kompiliert
Bei mir taucht der Dialog einfach nicht auf.
Ich habe alles so eingefügt, bekomme auch keinen error code:
Also Clientside nicht als auch Serverside.
Und ja ich habe beides auch neu kompiliert
Eigentlich müsste so alles einwandfrei funktionieren. Hast du wirklich alles 1:1? Auch den Anhang heruntergeladen?
wieso machst du ein typedef ums struct wenn du es nicht nutzst?
wird mal zeit dass ihr nicht diesen uralten coding style von webzen kopiert ohne nachzudenken
und wieso die pascal naming convention (SendPacket.....)
ist in der game nicht die camel case convention genutzt? (sendPaket...)
Item mit Segi Uppen (Python Befehl) 04/08/2015 - Metin2 PServer - Discussions / Questions - 5 Replies Hallo Leute,
ich suche ein Python Befehl welches, ermöglicht Items mit Segi zu uppen.
mal angenommen das Item welches geuppt werden soll liegt auf Slot1
und die Id des Segis beträgt 25043.
Wie müsste dann das Befehl zum Uppen des Items mit nem Segi lauten ?
Mfg
Python Item use Befehl 04/01/2015 - Metin2 PServer - Discussions / Questions - 1 Replies Hallo Leute,
Ich hätte ne frage an euch die sich mit Python Befehlen einigermaßen
auskennen.
Ich brauche einen Befehl, der ein Item benützt , welches auf der ersten Slot
liegt und dessen Id:40542 ist 1x Benützt bzw 1x mit Rechtsklick drauf klickt.
kenne mich leider aber nicht so gut mit der python Sprache aus.
könnte mir einer diesen befehl oder den Script dazu schreiben?
würde mich echt extrem freuen
[Python]Item auf NPC ziehen 09/08/2013 - Metin2 PServer - Discussions / Questions - 3 Replies Gibts ne möglichkeit per Python ein Item auf nen NPC zu ziehen? Wenn ja wie?
Python Item Name 08/04/2013 - Metin2 PServer - Discussions / Questions - 0 Replies Hey,
ist es moeglich per Python den Item Namen zu aendern der als Tooltip angezeigt wird?
Bsp:
Ich habe einen Namen in einer Mysql Tabelle gespeichert und moechte dann das beim druebergehen ueber das Item der normale Item Name erscheint und mein Mysql Eintrag:
Segenschriftrolle <- wobei NummeroUno der tabellen Eintrag ist.
Habe schon ein bisschen rumgeschaut.
Das ganze koennte man ja dann in der uiTooltip verwirklichen, bei mir scheitert es momentan nur daran den mysql Tabellen...
Python item vid ? 01/22/2013 - Metin2 Main - Discussions / Questions - 2 Replies How can i get the VID of dropped items to use in net.SendItemPickUpPacket python function? Is there any function for register visible dropped item? I want to make a pickup filter ...
TKS :D