Jump to content

Saud bin abdullah

Inactive Member
  • Posts

    27
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Saud bin abdullah

  1. try to run game without vrunner if mysql_query is works .. that's mean mysql_query function not works with vrunner here is solution mysql_direct_query
  2. when xx.chat."auto events" begin s=select("A",D",E") if s==1 then server_loop_timer("auto_events_start", 1) server_loop_timer("auto_events_end", 1) syschat("A") elseif s == 2 then clear_server_timer("auto_events_start") clear_server_timer("auto_events_end") syschat("D") end when auto_events_start.server_timer begin events_time_begin = os.date("%H") if events_time == 19 then game.set_event_flag("xx", x ) end when auto_events_end begin events_time_end = os.date("%H") if events_time == 22 then game.set_event_flag("xx", x ) notice_all("") end or table for all events will be better events = { [1] = {x, x,................} [2] = {x, x,................ } put what you need [3] = {x, x,................} } as well make sure you make flag check so as don't repeat activation that's all I hope this is what you ask for ^ all of this is example only
  3. i can't see what target from this map may farm ? but look good
  4. the inventory show you names of items from item_proto Client but the dialogue show you names of items from item_proto table open player table first then run query UPDATE item_proto SET shop_buy_price = gold / 2 WHERE shop_buy_price > gold; or UPDATE player.item_proto SET shop_buy_price = gold / 2 WHERE shop_buy_price > gold;
  5. quest awards_day begin state start begin when xx.chat."award" with game.get_event_flag("awards_day") == 1 begin -- you can use `when xx.use` also, you have to edit item type to ITEM_QUEST from txt or 18 from table local items = {1, 2, 3, 4, 5, 6, 7} -- put vnum items local award = number(1,table.getn(items)) if pc.getqf("award_time") < get_time() then say("") pc.give_item2(award, 1) pc.setqf("award_time", get_time()+60*60*24) -- 24h else say("") end -- if end -- when end -- state end -- quest i think it's same idea but in short way
  6. the best ever anime for me is death note because you'll never know what will happen, but his problem the episodes a few
  7. root -> npclist.txt 92929 scythe_girl try to change vnum it's so long nothing
  8. quest Information begin state start begin when login begin send_letter("Information") end when button or info begin say_title("Information") say("") say("") send_letter("Information") end end end i think this is what you mean
  9. when login with pc.getqf("ADMIN") == 1 begin now everyone will be professional thx for share
  10. Yours is not working When npc 9010 take the Item, that error comes.. The first version is working, thank you really? I did not try it, I'll try it now # Edit it works you have to change name or write with pc.is_gm() if you want Yes, normaly when i want edit equip for test i do on safebox too, and the 34k have the full_set command too, and give the same default itens than the 40k.
  11. ------------------------------------------------------------------ -- Quest: Perfect Item -- -- By: Prof-Stof -- -- Skype: XProfStof -- -- This quest is created by Prof-Stof on his server Fechkel MT2 -- -- Thank you not to delete this comment -- ------------------------------------------------------------------ quest itembonus2 begin state start begin when 9010.take with pc.get_name() == "[SA]Admin" begin if item.get_type() == ITEM_WEAPON or item.get_type() == ITEM_ARMOR or item.get_sub_type() == ARMOR_EAR then local b1,vb1,b2,vb2,b3,vb3,b4,vb4,b5,vb5 say("1: Enter the Bonus ID:") b1 = tonumber(input()) say("1: Enter the Bonus value:") vb1 = tonumber(input()) say("2: Enter the Bonus ID:") b2 = tonumber(input()) say("2: Enter the Bonus value:") vb2 = tonumber(input()) say("3: Enter the Bonus ID:") b3 = tonumber(input()) say("3: Enter the Bonus value:") vb3 = tonumber(input()) say("4: Enter the Bonus ID:") b4 = tonumber(input()) say("4:Enter the Bonus value") vb4 = tonumber(input()) say("5:Enter the Bonus ID:") b5 = tonumber(input()) say("5:Enter the Bonus value") vb5 = tonumber(input()) say("Bonus have been Switched successfully") item.set_value(0, b1, vb1) item.set_value(1, b2, vb2) item.set_value(2, b3, vb3) item.set_value(3, b4, vb4) item.set_value(4, b5, vb5) else syschat("You Cannot Switch Bonus this ITEM") end end end end I think this better
  12. SYSERR: Jul 18 13:27:44.509610 :: GetMotionFileName: Motion: spider_egg have not motlist.txt vnum(2095) folder(spider_egg) unpack client search for spider_egg upload folder to " /usr/home/game/share/data/monster " without gr2 & dds files make sure there is motlist.txt in folder of course
  13. Hello I am looking for someone 3D designer can make new models for costumes, buildings and other stuff as i want please leave reply or add me on Skype Best Regards
  14. good idea but you write it in bad way but still good
×
×
  • 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.