Jump to content

amosth

Inactive Member
  • Posts

    163
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by amosth

  1. Example in source code bool battle_is_attackable(LPCHARACTER ch, LPCHARACTER victim) { if (victim->IsDead()) return false; switch(ch->GetMapIndex()) { case 4: case 113: case 351: case 352: { if (victim->IsPC()) return false; } } // ¾ÈÀüÁö´ë¸é Áß´Ü { SECTREE *sectree = NULL; sectree = ch->GetSectree(); if (sectree && sectree->IsAttr(ch->GetX(), ch->GetY(), ATTR_BANPK)) return false; sectree = victim->GetSectree(); if (sectree && sectree->IsAttr(victim->GetX(), victim->GetY(), ATTR_BANPK)) return false; } #ifdef NEW_ICEDAMAGE_SYSTEM if (!battle_is_icedamage(ch, victim)) return false; #endif // ³»°¡ Á×¾úÀ¸¸é Áß´ÜÇÑ´Ù. if (ch->IsStun() || ch->IsDead()) return false; if (ch->IsPC() && victim->IsPC()) { CGuild* g1 = ch->GetGuild(); CGuild* g2 = victim->GetGuild(); if (g1 && g2) { if (g1->UnderWar(g2->GetID())) return true; } } if (IS_CASTLE_MAP(ch->GetMapIndex()) && false==castle_can_attack(ch, victim)) return false; if (CArenaManager::instance().CanAttack(ch, victim) == true) return true; return CPVPManager::instance().CanAttack(ch, victim); } Function bloq duel switch(ch->GetMapIndex()) { case 4: case 113: case 351: case 352: { if (victim->IsPC()) return false; } } is correct?
  2. Hi gui I would like to know how to block on the map?: DUEL PVP MODE ALL MODE EXAMPLE EVENT OX
  3. Can anyone help me do this? SCRIPT AUTOPOTION >> [Hidden Content] PRINT: [Hidden Content]
  4. Hello friends, how are you? What am I doing wrong? when 11111.chat."PET" begin pet.unsummon() end
  5. I decided to change the offline shop thank you very much. #closed
  6. Question Mark? Well the mistake happens when I take the item out of the store (Close store, buy item or remove)
  7. Hi guys. could you help me with this error? BUG GIF: [Hidden Content] This error happens when I close the shop offline
  8. Hi guys Help me please.. I'm installing this new price system: http:// [Hidden Content] Movie: error initiating my client: line 614: localeinfo.py complete: [Hidden Content]
  9. Hi guys help me please Is my error syserr: locale_find: LOCALE_ERROR: "%dÃÊ ³²¾Ò½À´Ï´Ù.";
  10. Hi guys help me please ^^ Is my error:
  11. Thank you very much. Now it shows this error in syserr: 0606 23:41:18845 :: cannot find " in shaman_w.msm:1612 0606 23:41:20692 :: invalid idx 0 0606 23:41:03044 :: Failed to load script file : locale/it/ui/InventoryWindow.py 0606 23:41:03048 :: ui.py(line:2763) LoadScriptFile system.py(line:192) execfile system.py(line:163) Run locale/it/ui/InventoryWindow.py(line:131) <module> LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'TASKBAR_OFFLINE_SHOP' 0606 23:41:03048 :: ============================================================================================================ 0606 23:41:03048 :: Abort!!!! 0606 23:41:03051 :: uiInventory.py(line:295) __LoadWindow ui.py(line:2780) LoadScriptFile exception.py(line:36) Abort InventoryWindow.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>: 0606 23:41:03051 :: ============================================================================================================ 0606 23:41:03051 :: Abort!!!! My inventorywindow.py [Hidden Content]
  12. Hi guys Can you help me? Show my error: My file input_main.cpp [Hidden Content]
  13. Hi, When I try to equip the armor (costume) it becomes invisible. Helpe me please ^^
  14. push I have no sysser bug error =/ There is no connection to the database.
×
×
  • 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.