Jump to content

anonim55

Member
  • Posts

    68
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by anonim55

  1. Solved. There was an int in warp packets and it needed to be BYTE. Thank you all for your interesting!
  2. Standard maps which aren't repeating. What infos? I don't have new maps, only the standard ones.
  3. I don't use pf or ipfw... I use it only on official server, but this problem occurs on 2-3 test servers without pf or ipfw
  4. Nothing, It only disconnects me and then I can relog without any problem. Sometimes it tells me in syslog "success to 255.255.255.255:3514" (3514 random port, I don't know why) and I can't log in, only if I do a reboot
  5. I tried that too, I even added more GB Rams, I tested with more VPS and dedicated server too, no luck...
  6. Did you check owner and permissions for safebox table in db/mysql/player/ ? Owner must be mysql and you need to give it permissions.
  7. Hi everyone, I have a little problem. If I have only one core per channel there's no problem, but if I use 2 or more cores with 15/15 maps for example, if I teleport from core1 to core2 there's no problem. If I teleport from core2 to core1 it kicks me out and I can relog without problems. This happens only in descending order (core3 to core2, core2 to core1 for example). I checked every map index, there are no index that repeats. Also, I checked every port and they're open in pf.conf and ipfw.rules. What can I do? Thank you in advance.
  8. Bump Edit: it only happens in an offline shop. In the normal private shop I can put what price I want and there's no problem. Edit2: problem solved.
  9. Hello everyone, I have a little problem. I just implemented Offline shop by Great and the only problem I have is that if I put an item in the shop with price above 2.000.000.000 gold it will have or a random signed number or 0 gold. If I try to edit the price for that item after I opened the shop I can set the price I want without any problem. I think (but I'm not sure) the problem is in uicommon.py. Every answer will be appreciated ?
  10. Oh, I checked it out now and I realized that I had % instead of %u. Thank you!!
  11. Hi all, I have a little problem. When I donate exp to guild, it shows me in chat "You offered 0x64 exp to guild.". 0x64 when donating 100 exp. When I donate more exp, hex changes. What is the problem? I didn't touch input_main for that function. I searched on internet for that function and they are all same. Would it be a client problem? But I don't think... My input_main GUILD_SUBHEADER_CG_OFFER function: case GUILD_SUBHEADER_CG_OFFER: { DWORD offer = *reinterpret_cast<const DWORD*>(c_pData); if (pGuild->GetLevel() >= GUILD_MAX_LEVEL && LC_IsHongKong() == false) { ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> ±ćµĺ°ˇ ŔĚąĚ ĂÖ°í ·ąş§ŔÔ´Ď´Ů.")); } else { offer /= 100; offer *= 100; if (pGuild->OfferExp(ch, offer)) { ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> %uŔÇ °ćÇčġ¸¦ ĹőŔÚÇĎż´˝Ŕ´Ď´Ů."), offer); } else { ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> °ćÇčġ ĹőŔÚżˇ ˝ÇĆĐÇĎż´˝Ŕ´Ď´Ů.")); } } } return SubPacketLen;
  12. Solved! I took battle.cpp from another source. Thank you for your interest!
  13. Nope, ninja with bow doesn't have bug. Mage also hasn't got bug. It works very well with fan or bell.
  14. battle.cpp char_battle.cpp I tried to set max attack speed to 170 and nothing changes. I have check_multihack and check_speedhack set to 0 (disabled).
  15. Bump... I really need help for this...
×
×
  • 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.