Jump to content

Zeph

Inactive Member
  • Posts

    122
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Zeph

  1. I have problem with maximum level in source. I made it from this guide: [Hidden Content] I have this problem: [Hidden Content]
  2. When i try add 100 or 1000 points to guild, chat gives me this information. 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 { THIS--------- ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±ćµĺ> °ćÇčġ ĹőŔÚżˇ ˝ÇĆĐÇĎż´˝Ŕ´Ď´Ů.")); } } } return SubPacketLen;
  3. @iBeast I fixed the problem, i add above 99 2100000000 in all const and this is working, but still i can't offer exp to guild, maybe you know what is going on?
  4. I don't have exp_table in my database. This is my constants.cpp, i made max 200 level. [Hidden Content]
  5. I have problem with maximum level in source. I made it from this guide: [Hidden Content] But, i have a little problems: I have negative exp above 99 level. I can't offer exp to guild SS:
  6. @masodikbela Hello, can you help me? My problems: I can't offer exp to guild and make guild war ;c
  7. 1012 22:18:17265 :: Traceback (most recent call last): 1012 22:18:17265 :: File "game.py", line 2124, in BINARY_ServerCommand_Run 1012 22:18:17265 :: File "stringCommander.py", line 63, in Run 1012 22:18:17266 :: File "stringCommander.py", line 31, in __call__ 1012 22:18:17266 :: File "stringCommander.py", line 20, in __call__ 1012 22:18:17266 :: File "game.py", line 2068, in SetIsPrice 1012 22:18:17266 :: File "uiShop.py", line 51, in SetShopPrice 1012 22:18:17266 :: ValueError 1012 22:18:17266 :: : 1012 22:18:17266 :: invalid literal for int() with base 10: '' 1012 22:18:17267 :: 1012 22:18:17267 :: Unknown Server Command SetPrice 10|100|300|500|200|200|150|150|100|100|100|100|50|50| | SetPrice I can't buy item, anybody knows what's going on?
  8. It's working. pc.setqf("achievement_points", aktualne + esem[item.vnum-323]) Thank you!
  9. Items: 324, 325 and 326 don't works. Type 18 and subtype 10 My quest: [Hidden Content]
  10. All items, pls help me. After reboot, items return
  11. That is why my question is how I can change their motion ;p Binary or GR2?
  12. Hi, One mount drives too slowly and the other too fast. How to slow or increase speed mount?
  13. MapOutdoor.cpp [Hidden Content] MapOutdoorQuadtree.cpp [Hidden Content] MapOutdoorUpdate.cpp [Hidden Content] @Whandee
×
×
  • 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.