Jump to content

Seryov

Member
  • Posts

    89
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Seryov

  1. Im sarching this offshop to buy, send me a pm message.
  2. THIS IS YOU TRYING TO FIX YOUR PROBLEMS: Please man.....
  3. Hi I'm finding oficial client function wndMgr.SetRenderingRectWithScale pseudo code I can pay for it, thanks.
  4. it's here def SetPercentage(self, curValue, maxValue): if maxValue: self.SetRenderingRect(0.0, 0.0, -1.0 + float(curValue) / float(maxValue), 0.0) else: self.SetRenderingRect(0.0, 0.0, 0.0, 0.0)
  5. I'm using that, but dont work success, self.petlifeg.SetPercentage(50, 100) The progress bar it's set to 50% but show +/- 10%...
  6. Hi, I have problem to set progressbar for pet system: Python Code: self.petlifeg.SetPercentage(50, 100) Result: In the oficial code is: SetPercentageScale Someone know what I can do to fix the progressbar? Thank you so much.
  7. Hi Guys, I'v problem with my server with this sysser: Handshake: Invalid Handshake on 28 Someone know how I can analyze and know what it's causing it? Thanks!
  8. Hi Guys! I have a problem with my game. Screenshots: Line Errors: Line 484: sys_log(1, "ITEM_SAVE %s:%d in %s window %d", item->GetName(), item->GetID(), item->GetOwner()->GetName(), item->GetWindow()); Does anyone know what can cause this problem? Thank you guys.
  9. Hi Metin2Dev, I have problem using COSTUME_MOUNT, the time of the item dont show in tooltip... This is the proto: 71198 ºÎÈ°Àý º´¾Æ¸® ¼ÒȯÆÐ(r) ITEM_COSTUME COSTUME_MOUNT 1 ANTI_DROP | ANTI_SELL | ANTI_GIVE | ANTI_STACK | ANTI_MYSHOP QUEST_USE_MULTIPLE | LOG WEAR_SHIELD NONE 0 0 0 0 0 LIMIT_NONE 0 LIMIT_NONE 0 APPLY_NONE 0 APPLY_NONE 0 APPLY_NONE 0 1440 0 0 0 0 0 0 0 0 Help me please, thank u guys. Suryov
  10. Hi Guys, someone can help me with this problem? Thank you so much guys. First Debug: #0 CHARACTER::GetName (this=0x3) at basic_string.h:280 280 { return _M_dataplus._M_p; } Using bt: (gdb) bt #0 CHARACTER::GetName (this=0x3) at basic_string.h:280 #1 0x081736cd in ITEM_MANAGER::SaveSingleItem (this=0xffffa280, item=0x31a8f1a0) at item_manager.cpp:484 #2 0x081758a4 in ITEM_MANAGER::Update (this=0xffffa280) at item_manager.cpp:544 #3 0x08293cd3 in heartbeat (ht=0x29129580, pulse=171577) at main.cpp:344 #4 0x08293e24 in idle () at main.cpp:943 #5 0x08295665 in main (argc=742211464, argv=0x365e3308) at main.cpp:591 Line: 484 of item_manager.cpp: sys_log(1, "ITEM_SAVE %s:%d in %s window %d", item->GetName(), item->GetID(), item->GetOwner()->GetName(), item->GetWindow()); Line 544 of item_manager.cpp: in function: void ITEM_MANAGER::Update(): Line 544: SaveSingleItem(item); Line 344 of main.cpp: in function idle() line 344: heartbeat(thecore_heart, ++thecore_heart->pulse); Line 591 of file main.cpp: function: int main(int argc, char **argv) Line 591: while (idle()); Help me please!!!!!!!!!!!!!
  11. Hello Guys, someone know how to fix this bug, Sometime when i enter in my server if have existente shop of OTHER character, sometimes the title of shop spawn in my head or head mobs Someone know how to fix it?
  12. Hi Guys, Someone can help me how i can get my offline shop position X, Y coordinates using python or vid or other thing.... Thank you guys.
  13. do not say that the system does not work, use your brain and think.... just change: int pListPet[2] = {34001, 34016}; to int pListPet[3] = {34001, 34016, 34004};
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.