dracarys auto hunt v2

  • Konuyu açan Konuyu açan Baldwin
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 57
  • Gösterim Gösterim 2K
Konuda çözümünü belirttim zaten çözemezsen özelden anydesk at.

Maalesef daha TM üye olamadim
 
Maalesef daha TM üye olamadim
Arat:
Char.cpp:
Genişlet Daralt Kopyala
             std::vector<std::string> vecArgsEx;
            split_argument(vecArgs[2].c_str(), vecArgsEx, "?");

Değiştir:
Char.cpp:
Genişlet Daralt Kopyala
           std::vector<std::string> vecArgsEx;
            std::stringstream ss(vecArgs[2]);
            std::string token;
            while (std::getline(ss, token, '?')) {
                vecArgsEx.push_back(token);
}
 
Arat:
Char.cpp:
Genişlet Daralt Kopyala
             std::vector<std::string> vecArgsEx;
            split_argument(vecArgs[2].c_str(), vecArgsEx, "?");

Değiştir:
Char.cpp:
Genişlet Daralt Kopyala
           std::vector<std::string> vecArgsEx;
            std::stringstream ss(vecArgs[2]);
            std::string token;
            while (std::getline(ss, token, '?')) {
                vecArgsEx.push_back(token);
}
CHAR EFFECT KISMINI YAPAMADIM Bİ KONTROL EDERMİSİN HOCAM
 

Dosya Eklentileri

merhaba ekledim fakat eksikler var sanırım hata alıyorum



Kod:
Genişlet Daralt Kopyala
0531 19:05:29086 ::   File "ui.py", line 1305, in OnMouseOverIn

0531 19:05:29087 :: TypeError
0531 19:05:29087 :: :
0531 19:05:29087 :: __OverInItem() takes exactly 2 arguments (1 given)
0531 19:05:29087 ::

0531 19:05:29153 :: Traceback (most recent call last):

0531 19:05:29153 ::   File "ui.py", line 1314, in OnMouseOverOut

0531 19:05:29153 ::   File "ui.py", line 99, in __call__

0531 19:05:29153 ::   File "ui.py", line 81, in __call__

0531 19:05:29153 ::   File "uiAutoHunt.py", line 335, in __OverOut

0531 19:05:29153 :: AttributeError
0531 19:05:29153 :: :
0531 19:05:29153 :: 'module' object has no attribute 'GetInterfaceInstance'
0531 19:05:29153 ::

0531 19:05:30686 :: Traceback (most recent call last):

0531 19:05:30686 ::   File "ui.py", line 1305, in OnMouseOverIn

0531 19:05:30687 :: TypeError
0531 19:05:30687 :: :
0531 19:05:30687 :: __OverInItem() takes exactly 2 arguments (1 given)
0531 19:05:30687 ::

0531 19:05:30719 :: Traceback (most recent call last):

0531 19:05:30719 ::   File "ui.py", line 1314, in OnMouseOverOut

0531 19:05:30720 ::   File "ui.py", line 99, in __call__

0531 19:05:30720 ::   File "ui.py", line 81, in __call__

0531 19:05:30720 ::   File "uiAutoHunt.py", line 335, in __OverOut

0531 19:05:30720 :: AttributeError
0531 19:05:30720 :: :
0531 19:05:30720 :: 'module' object has no attribute 'GetInterfaceInstance'
0531 19:05:30720 ::

0531 19:05:31925 :: Traceback (most recent call last):

0531 19:05:31925 ::   File "ui.py", line 1305, in OnMouseOverIn

0531 19:05:31926 :: TypeError
0531 19:05:31926 :: :
0531 19:05:31926 :: __OverInItem() takes exactly 2 arguments (1 given)
0531 19:05:31926 ::

0531 19:05:31942 :: Traceback (most recent call last):

0531 19:05:31942 ::   File "ui.py", line 1314, in OnMouseOverOut

0531 19:05:31942 ::   File "ui.py", line 99, in __call__

0531 19:05:31942 ::   File "ui.py", line 81, in __call__

0531 19:05:31942 ::   File "uiAutoHunt.py", line 335, in __OverOut

0531 19:05:31942 :: AttributeError
0531 19:05:31942 :: :
0531 19:05:31942 :: 'module' object has no attribute 'GetInterfaceInstance'
0531 19:05:31942 ::

0531 19:05:32072 :: Traceback (most recent call last):

0531 19:05:32072 ::   File "ui.py", line 1305, in OnMouseOverIn

0531 19:05:32073 :: TypeError
0531 19:05:32073 :: :
0531 19:05:32073 :: __OverInItem() takes exactly 2 arguments (1 given)
0531 19:05:32073 ::

0531 19:05:32172 :: Traceback (most recent call last):

0531 19:05:32172 ::   File "ui.py", line 1314, in OnMouseOverOut

0531 19:05:32173 ::   File "ui.py", line 99, in __call__

0531 19:05:32173 ::   File "ui.py", line 81, in __call__

0531 19:05:32173 ::   File "uiAutoHunt.py", line 335, in __OverOut

0531 19:05:32173 :: AttributeError
0531 19:05:32173 :: :
0531 19:05:32173 :: 'module' object has no attribute 'GetInterfaceInstance'
0531 19:05:32173 ::

0531 19:05:33769 :: Unknown Server Command AutoHuntStatus 1 1 0 | AutoHuntStatus
 
merhaba ekledim fakat eksikler var sanırım hata alıyorum



Kod:
Genişlet Daralt Kopyala
0531 19:05:29086 ::   File "ui.py", line 1305, in OnMouseOverIn

0531 19:05:29087 :: TypeError
0531 19:05:29087 :: :
0531 19:05:29087 :: __OverInItem() takes exactly 2 arguments (1 given)
0531 19:05:29087 ::

0531 19:05:29153 :: Traceback (most recent call last):

0531 19:05:29153 ::   File "ui.py", line 1314, in OnMouseOverOut

0531 19:05:29153 ::   File "ui.py", line 99, in __call__

0531 19:05:29153 ::   File "ui.py", line 81, in __call__

0531 19:05:29153 ::   File "uiAutoHunt.py", line 335, in __OverOut

0531 19:05:29153 :: AttributeError
0531 19:05:29153 :: :
0531 19:05:29153 :: 'module' object has no attribute 'GetInterfaceInstance'
0531 19:05:29153 ::

0531 19:05:30686 :: Traceback (most recent call last):

0531 19:05:30686 ::   File "ui.py", line 1305, in OnMouseOverIn

0531 19:05:30687 :: TypeError
0531 19:05:30687 :: :
0531 19:05:30687 :: __OverInItem() takes exactly 2 arguments (1 given)
0531 19:05:30687 ::

0531 19:05:30719 :: Traceback (most recent call last):

0531 19:05:30719 ::   File "ui.py", line 1314, in OnMouseOverOut

0531 19:05:30720 ::   File "ui.py", line 99, in __call__

0531 19:05:30720 ::   File "ui.py", line 81, in __call__

0531 19:05:30720 ::   File "uiAutoHunt.py", line 335, in __OverOut

0531 19:05:30720 :: AttributeError
0531 19:05:30720 :: :
0531 19:05:30720 :: 'module' object has no attribute 'GetInterfaceInstance'
0531 19:05:30720 ::

0531 19:05:31925 :: Traceback (most recent call last):

0531 19:05:31925 ::   File "ui.py", line 1305, in OnMouseOverIn

0531 19:05:31926 :: TypeError
0531 19:05:31926 :: :
0531 19:05:31926 :: __OverInItem() takes exactly 2 arguments (1 given)
0531 19:05:31926 ::

0531 19:05:31942 :: Traceback (most recent call last):

0531 19:05:31942 ::   File "ui.py", line 1314, in OnMouseOverOut

0531 19:05:31942 ::   File "ui.py", line 99, in __call__

0531 19:05:31942 ::   File "ui.py", line 81, in __call__

0531 19:05:31942 ::   File "uiAutoHunt.py", line 335, in __OverOut

0531 19:05:31942 :: AttributeError
0531 19:05:31942 :: :
0531 19:05:31942 :: 'module' object has no attribute 'GetInterfaceInstance'
0531 19:05:31942 ::

0531 19:05:32072 :: Traceback (most recent call last):

0531 19:05:32072 ::   File "ui.py", line 1305, in OnMouseOverIn

0531 19:05:32073 :: TypeError
0531 19:05:32073 :: :
0531 19:05:32073 :: __OverInItem() takes exactly 2 arguments (1 given)
0531 19:05:32073 ::

0531 19:05:32172 :: Traceback (most recent call last):

0531 19:05:32172 ::   File "ui.py", line 1314, in OnMouseOverOut

0531 19:05:32173 ::   File "ui.py", line 99, in __call__

0531 19:05:32173 ::   File "ui.py", line 81, in __call__

0531 19:05:32173 ::   File "uiAutoHunt.py", line 335, in __OverOut

0531 19:05:32173 :: AttributeError
0531 19:05:32173 :: :
0531 19:05:32173 :: 'module' object has no attribute 'GetInterfaceInstance'
0531 19:05:32173 ::

0531 19:05:33769 :: Unknown Server Command AutoHuntStatus 1 1 0 | AutoHuntStatus
GetInterfaceInstance bu kodu kontrol et src ve pack taraflı sorun bundan kaynaklı
 
Merhaba

sistemi ekledim fakat otomatik avı başlatığımda karakterin üzerinde locale\common\effect\auto_hunt.mse çalıştıramadım yapan varsa atabilir mi rica etsem ?
 
Merhaba

sistemi ekledim fakat otomatik avı başlatığımda karakterin üzerinde locale\common\effect\auto_hunt.mse çalıştıramadım yapan varsa atabilir mi rica etsem ?
Valla bende de çalışmıyor kardeşim o kadar ufak tefek şeylere de gerek yok şuan +350 onlineli sunucuda sorunsuz şekilde kullanıyoruz.
 
hata alıyorum stop butonu basılı kalıyor

1749244037017.webp


Python:
Genişlet Daralt Kopyala
0607 00:06:36165 :: Traceback (most recent call last):

0607 00:06:36165 ::   File "game.py", line 2047, in BINARY_ServerCommand_Run

0607 00:06:36165 ::   File "stringCommander.py", line 69, in Run

0607 00:06:36165 ::   File "stringCommander.py", line 35, in __call__

0607 00:06:36165 ::   File "stringCommander.py", line 21, in __call__

0607 00:06:36165 :: TypeError
0607 00:06:36165 :: :
0607 00:06:36165 :: AutoHuntStatus() takes exactly 2 arguments (4 given)
0607 00:06:36165 ::

0607 00:06:36165 :: Unknown Server Command AutoHuntStatus 1 1 0 | AutoHuntStatus
0607 00:06:36990 :: Traceback (most recent call last):

0607 00:06:36990 ::   File "game.py", line 2047, in BINARY_ServerCommand_Run

0607 00:06:36990 ::   File "stringCommander.py", line 69, in Run

0607 00:06:36990 ::   File "stringCommander.py", line 35, in __call__

0607 00:06:36990 ::   File "stringCommander.py", line 21, in __call__

0607 00:06:36990 :: TypeError
0607 00:06:36990 :: :
0607 00:06:36990 :: AutoHuntStatus() takes exactly 2 arguments (4 given)
0607 00:06:36990 ::

0607 00:06:36990 :: Unknown Server Command AutoHuntStatus 1 1 0 | AutoHuntStatus
 
hata alıyorum stop butonu basılı kalıyor

23820 eklentisini görüntüle

Python:
Genişlet Daralt Kopyala
0607 00:06:36165 :: Traceback (most recent call last):

0607 00:06:36165 ::   File "game.py", line 2047, in BINARY_ServerCommand_Run

0607 00:06:36165 ::   File "stringCommander.py", line 69, in Run

0607 00:06:36165 ::   File "stringCommander.py", line 35, in __call__

0607 00:06:36165 ::   File "stringCommander.py", line 21, in __call__

0607 00:06:36165 :: TypeError
0607 00:06:36165 :: :
0607 00:06:36165 :: AutoHuntStatus() takes exactly 2 arguments (4 given)
0607 00:06:36165 ::

0607 00:06:36165 :: Unknown Server Command AutoHuntStatus 1 1 0 | AutoHuntStatus
0607 00:06:36990 :: Traceback (most recent call last):

0607 00:06:36990 ::   File "game.py", line 2047, in BINARY_ServerCommand_Run

0607 00:06:36990 ::   File "stringCommander.py", line 69, in Run

0607 00:06:36990 ::   File "stringCommander.py", line 35, in __call__

0607 00:06:36990 ::   File "stringCommander.py", line 21, in __call__

0607 00:06:36990 :: TypeError
0607 00:06:36990 :: :
0607 00:06:36990 :: AutoHuntStatus() takes exactly 2 arguments (4 given)
0607 00:06:36990 ::

0607 00:06:36990 :: Unknown Server Command AutoHuntStatus 1 1 0 | AutoHuntStatus
bu sistemi eklediğine emin misin oto login vesaire gözükmüyor?
 
Process stopped at line 6652:
Item: Vnum 38014, LocaleName Auto-Hunt
Reason: getItemSubTypeValue not found Type:18 Subtype:QUEST_NONE
Press any key to continue . . . dump protoda bu hatayı alıyorum sebebı ne olabılır yardımcı olabılecek bırı warmı ıtemlsız bı sekılde calısıyor sıkıntı yok ama ıtemlı bı sekılde calıstırmak ıcın protoyu halletmem gerekıo çözemedım yardımcı olursanız sevınırım
 
Geri
Üst