Jump to content

myenglishisbad

Inactive Member
  • Posts

    26
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by myenglishisbad

  1. anyone can help me clossing 1 empire, i only wuant do put red empire and blue kingdom , but my serveres have 3 red,blue, yellow can any help pls ps : i have source
  2. can any share tutorial of how to add switchbot in one server?
  3. Thank you guys i have resolved the quest, the quest stayed that : quest drop begin state start begin when kill begin local cav = pc.get_level() - npc.get_level() if cav > 20 then return else local number = number(1,100) if number <= 8 then game.drop_item_with_ownership(25040,1) syschat(string.format("Level do Mob %d",npc.get_level())) end end end end end
  4. yes you are right, hadn´t thought about that, but how I fix
  5. this is my quest quest drop begin state start begin when kill begin local cav = npc.get_level() - pc.get_level() if cav > 20 then return else local number = number(1,100) if number <= 8 then game.drop_item_with_ownership(25040,1) syschat(string.format("Level do Mob %d",npc.get_level())) end end end end end this should explain, better, but when i kill moob with lv 120 and moob´s lv is 1 he drops
  6. how to do if mob level is + 20 then player, and not drop
  7. i Still dont unterstand why we should add ENABLE_ANNOUNCEMENT_LEVELUP in service.h can any explain pls?
  8. Try verifi in SOurce yu maybe do something wrong off topic Olha o Mano karbust
  9. How i can resolve internal ip in Game 2089
  10. when i compile gives this error anyone can help me
  11. DWORD g_start_position[7][2] = { {0, 0}, {469300, 964200}, {55700, 157900}, {969600, 278400}, {768000, 896000}, {819200, 896000}, {870400, 896000} Where i change?
  12. and if i want use this system with all arrow I only need to int iPercent = 100 - (iGap * 5); Replace to int iPercent = 100; ?
  13. xd i dont want moobs drop 0 gold but when player drop gold of inventory they can´t
  14. i dont want players drop gold so what i need to do is delete : bool CHARACTER::DropGold(int gold) { return false; if (!CanHandleItem()) return false; if (0 != g_GoldDropTimeLimitValue) { if (get_dword_time() < m_dwLastGoldDropTime+g_GoldDropTimeLimitValue) { ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¾ÆÁ÷ °ñµå¸¦ ¹ö¸± ¼ö ¾ø½À´Ï´Ù.")); return false; } } Right?
×
×
  • 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.