Jump to content

MrLibya

Premium
  • Posts

    378
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by MrLibya

  1. For Make It For All Mobs when kill with not npc.is_pc() begin
  2. quest drob begin state start begin when xxx.kill begin local s = number(1, 100) if s <= 10 then game.drop_item(item)--item end end end end
  3. Hallo All That's My First Time To Compile Game SO Get This : And We Finsh It With
  4. This Problem Not Just For Me Too Many Pepole The Same Problem i Think It's The Lilmlt Time , But I Add TimeBomb Dif I WIll Try To Compile Game Maybe Will Work . !
  5. Hallo I Was Work On 34k For Test , so i am now want install 40ki have my file's with 40k was work 100% , so when i start the server he stop like that [Hidden Content] then give me starting complte but can't log in the client note : i unpack the game agien and install the 3 dif's and same problem !
  6. Not Work ! + i Make Test Quest : quest tester begin state start begin when login begin say_title("Test") say(" Test ") wait() say_title("Test") say(" New Test ") end end end The Same Stop On wait() I Work On 34k For Test Thing ! I Will Install 40k And Try
  7. Hallo See This Quest : -- Quest Creat By MrLibya quest PRO begin state start begin function setting() return { ["wepon_warror"] = {189,704}, ["wepon_ninje"] = {289,704}, ["wepon_sure"] = {4039,704}, ["wepon_shamen"] = {7199,704}, ["armor_warror"] = {11209,704}, ["armor_ninje"] = {11409,704}, ["armor_sure"] = {11609,704}, ["armor_shmen"] = {11819,704}, } end when login begin if pc.getqf("PRO_User_P1") == 0 then pc.setqf("Plyer_Is_Normal", 1) else return end end -------------------------------- P1 ------------------------------------ when login or levelup with pc.get_level() >= 120 and pc.getqf("Plyer_Is_Normal") == 1 begin say_title("PRO") say(" txt ") say(" txt ") say("txt ") say(" txt ") say(" txt ") say_reward(" txt ") say(" txt ") local prs = select("weapon", "armor") if prs == 1 then if pc.job == 0 then pc.give_item2(setting.wepon_warror, setting.wepon_warror[1], 1) elseif pc.job == 1 then pc.give_item2(setting.wepon_ninje, setting.wepon_ninje[1], 1) elseif pc.job == 2 then pc.give_item2(setting.wepon_sure, setting.wepon_sure[1], 1) elseif pc.job == 3 then pc.give_item2(setting.wepon_shamen, setting.wepon_shamen[1], 1) end else if pc.job == 0 then pc.give_item2(setting.armor_warror, setting.armor_warror[1], 1) elseif pc.job == 1 then pc.give_item2(setting.armor_ninje, setting.armor_ninje[1], 1) elseif pc.job == 2 then pc.give_item2(setting.armor_sure, setting.armor_sure[1], 1) elseif pc.job == 3 then pc.give_item2(setting.armor_shmen, setting.armor_shmen[1], 1) end end wait() say_title("PRO") say(" txt ") pc.setqf("PRO_User_P1", 1) pc.setqf("Plyer_Is_Normal", 0) notice_all(" txt "..pc.get_name().." txt ") end end end In This Line : local prs = select("weapon", "armor") if i chose weapon or armor he not give me any thing + close the windos ! without do this function : pc.setqf("PRO_User_P1", 1) pc.setqf("Plyer_Is_Normal", 0) notice_all(" txt "..pc.get_name().." txt ") sry for my bed eng
  8. Hallo I See This Topic [Hidden Content] But I See It's Not Full System , Then i See This [Hidden Content] So I Add In Shop.cpp , But In exchange.cpp Didn't Understand What He Mean By : // Vor der Schleife: GetOwner()->CreateFly(6,victim);
  9. Hallo I Was Asking abot give_empire_priv there 4 type : - item_drop_pct - gold_drop_pct - tengold_drop_pct - - i try to use this command for other thing like RESIST_SWORD ... etc But Didn't work can any one help me ? sry for my bed eng
  10. Hallo I Have Download The mainline_released and see this TUT But 1 Thing ! From libdevil/ copy all .a files into /usr/lib in my libdevil folder don't have ant .a file's can any one upload it to me ?
  11. yes it's gcc49-4.9.2.s20140917 and now it's download 67m file ! i hope it's work
  12. No I try To Install + i install new freebsd 9.3 so this is the first gcc want to install
  13. Hallo When I Want Install gcc49 get this + get this in virtalbox so how to solv the problem in install gcc ?
  14. i still not work on the src still on my40k file's
  15. Hallo I Was Work On My Server ( online server ) Then i download the file's on my computer . ! then i unpack the file's on freebsd 9.2 + i am install the src so i can make my own game so when i do the start command dor ch1 or any ch it's stop like that [Hidden Content]
×
×
  • 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.