Jump to content

Tallywa

Member
  • Posts

    307
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Tallywa

  1. Thanks is good i am same probleme with blend potions with time ;(
  2. Hello, i have quest and map of nemere, and i have search post in forum for c++ part but i dont fnd. I would like to know if any of you will be kind enough to send me the c ++ code
  3. Hello, I have a problem, here is when my auto potions are stacked and I activate one, once the potion is emptied, it disappears, but make the entire stack disappear. How to fix the problem?
  4. how did you solve the problem for the background red?
  5. Version of Files : XXX Hello, i use this fonction for switch channel void CHARACTER::ChangeChannel(DWORD channelId){ long lAddr; long lMapIndex; WORD wPort; long x = this->GetX(); long y = this->GetY(); if (!CMapLocation::instance().Get(x, y, lMapIndex, lAddr, wPort)) { sys_err("cannot find map location index %d x %d y %d name %s", lMapIndex, x, y, GetName()); return; } if(lMapIndex >= 10000){ this->ChatPacket(CHAT_TYPE_INFO, ("You can't change channel in private map.")); return; } //this->ChatPacket(CHAT_TYPE_COMMAND, "RefreshChannel %d", channelId); Stop(); Save(); if(GetSectree()){ GetSectree()->RemoveEntity(this); ViewCleanup(); EncodeRemovePacket(this); } TPacketGCWarp p; p.bHeader = HEADER_GC_WARP; p.lX = x; p.lY = y; p.lAddr = lAddr; p.wPort = (wPort - 100*(g_bChannel-1) + 100*(channelId-1)); GetDesc()->Packet(&p, sizeof(TPacketGCWarp)); } but i cant switch channel, i have timer when if i click, but, after, i retourn in page of login my port channel 1 16002 my port channel 2 16102 and core 2 of channel 1 16003 core 2 of channel 2 16103 i dont know why and thank you for reply
  6. Hello in your files Meyelair.ccp ligne 289, remplace __LASER_EFFECT_ON_75HP__ with __LASER_EFFECT_ON_50HP__
  7. Version of Files : XXX Hello, I would like to know if there is a way to block a python item or function on a specific map in python and how to do it.
  8. @xXIntelXx I think is good, but, in compile i have this error mob_drop_manager.cpp:478: error: return-statement with no value, in function returning 'int' for this function if(!pkChar || !pkKiller) return; i have remplace with if(!pkChar || !pkKiller) return 0; for try compile and this good, but i dont know when modif is good or bad
  9. compatible with drop item in db?
  10. I also recommend, to use its free system it's a good job
  11. Hello, i have probleme when converter, i cant convert common_drop_item, o have error lign 2 phase 6 and i dont know why, because i havent modified this fichier
  12. Hello, i have upgrade my devil lib with version 1.8 but, i have one bug with this, the guildmark icon have bug, and icon appear is not complete
  13. Exactly, I don't have a syserr, but it came from my cube.txt which contained an error
  14. Hello, i have problem, when i use scrollbar in cube window my client crash with this client close inopined and in dont know why
  15. no i have this bug if i switch armor without bonus HP but i have solved probleme ?
  16. Hello i have error/bug on HP, eg use armor with 3,000 HP, use the item 71027 there if I change the equipment to an HP without my maximum HP is normal over HP is greater than the maximum HP, how to fix this error? bug ->
  17. Hello, i have remplaced all my fonction for dynamic python but now i have this error 0113 23:56:17572 :: File " 0113 23:56:17572 :: game.py 0113 23:56:17572 :: ", line 0113 23:56:17572 :: 3055 0113 23:56:17572 :: 0113 23:56:17572 :: 0113 23:56:17572 :: player = __import__(pythonApi.GetModuleName("player")) as ch
  18. Hello, i have problem with this system, after open shop battle zone, I have a display bug, which displays the price in combat points in all the other shops, as well as the area with the points that I can use
×
×
  • 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.