Jump to content

IonutRO

Member
  • Posts

    191
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    0%

Everything posted by IonutRO

  1. 1.You don`t have offline_shop_npc table in your database (player.offline_shop_npc)
  2. " open shop give me random gold value " -> gold limit problem
  3. gamelib/actorinstancedata.cpp Search: SetModelInstance(CRaceData::PART_ACCE, CRaceData::PART_ACCE, 0, CRaceData::PART_MAIN); Replace with: SetModelInstance(CRaceData::PART_ACCE, CRaceData::PART_ACCE, 0); AttachModelInstance(0, "Bip01 Spine2", CRaceData::PART_ACCE);
  4. You are stupid or idiot ? You select a string value (%s) and call with decimal (%d)
  5. Problem of fix sql injection fix with ban by ken.
  6. Your problem is in mysql . Check item_proto /player /guild /version of mysql ...
  7. Is sql-injection for shop offline by ken which is free .
  8. Search in char.cpp : if (CBanwordManager::instance().CheckString(m_stShopSign.c_str(), m_stShopSign.length())){ChatPacket(CHAT_TYPE_INFO, LC_TEXT("비속어나 은어가 포함된 상점 이름으로 상점을 열 수 없습니다."));return;} Add : if (CBanwordManager::instance().CheckString(m_stOfflineShopSign.c_str(), m_stOfflineShopSign.length())){ChatPacket(CHAT_TYPE_INFO, ("Doar litere si cifre in numele shop-ului."));return;} Now open player->banwords and add characters % & .... (Who wants to buy the best solution to ken )
  9. Add in playersettingmodule.py chrmgr.RegisterCacheEffect(chrmgr.EFFECT_ACCE_SUCCEDED_1, "", "d:/ymir work/effect/etc/buff/buff_item6.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_EQUIP_ACCE_1, "", "d:/ymir work/effect/etc/buff/buff_item7.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_EQUIP_ACCE_2, "", "d:/ymir work/effect/etc/buff/buff_item7.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_EQUIP_ACCE_3, "", "d:/ymir work/effect/etc/buff/buff_item7.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_EQUIP_ACCE_4, "", "d:/ymir work/effect/etc/buff/buff_item7.mse")
  10. Mob proto switch function is problem (Txt-Sql) .
  11. Search packet with number 52 and verify declaration variabiles .
  12. EN:Armor texture is encrypted or shapeindex is to hight. Shapeindex 43k+ is for costumes. RO:Textura armuri este cryptata sau shapeindex-ul este prea mare. Din cate stiu eu shapeindex 43k+ este pentru costume.
×
×
  • 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.