Jump to content

Lycawn

Active+ Member
  • Posts

    92
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Lycawn

  1. Thanks for info will look forward updating it soon
  2. Download Alternative download links → Mega Easy , simple presentation page made for oldgodsmt2 server, you can modify it as you want.
  3. Maybe used NAT connection instead of bridge
  4. Download Alternative download links → Mega or Github Hello everyone , i am happy to announce you the release of a simple project that creates a random daily quest , with values you choose to give on MAX_HP etc . Resets on daily basis
  5. you most defendly need to open ports some way.. There;'s a full guide on TMP4's release for 40k
  6. Never heard about no ports on local tbh ,maybe some other program used ?
  7. Ports need to be open it's same as opening tmp4 SF nothing new
  8. You can follow the same guide as tmp4 for ports and configs please check it and make sure you do everything right
  9. Seems like you already running tmp4 SF somewhere ?
  10. I am working on 2 jobs and other project , no real time tbh there is db
  11. state kon0037 begin when login or levelup or enter begin target.pos("__TARGET1__", 614, 118, 21, "los", 0) end when __TARGET1__.target.arrive begin target.delete("__TARGET1__") say_title("Głos zza portalu:") say("") say_reward(pc.get_name() .. " słyszysz mnie?") say_reward("Halo, " .. pc.get_name() .. "!") say_reward("Jeśli mnie słyszysz, uważaj na strażnika!") say_reward("Nie jest tym za kogo się podaje!") wait() -- Ensure the player reads the messages before warping say_reward("Ale...") pc.warp_local(21, 55200, 61400) -- set_state(kon0038) -- Uncomment this line if you want to transition to another state end end
  12. quest select_skill begin state start begin when login or levelup with pc.level >= 5 and pc.skillgroup == 0 begin set_state(run) end end state run begin when login or levelup with pc.get_level() >= 5 and pc.get_skill_group() == 0 begin send_letter("Choose your path"); end when button or info with pc.get_level() >= 5 and pc.get_skill_group() == 0 begin command("selectskill_open"); end when login with pc.get_skill_group() != 0 begin restart_quest() end end end quest skill_reset2 begin state start begin when 9006.chat.gameforge.skill_reset2._10_npcChat begin if pc.get_level() < 5 then say_title(gameforge.couple_ring._20_sayTitle) say(gameforge.skill_reset2._20_say) return end if pc.get_level() > 30 then say_title(gameforge.couple_ring._20_sayTitle) say(string.format(gameforge.skill_reset2._30_say, pc.get_level())) return end if pc.get_skill_group() == 0 then say_title(gameforge.couple_ring._20_sayTitle) say(gameforge.skill_reset2._40_say) return end local cost = 10000 + pc.get_level() * 2000 local s = 0 if not pc.has_master_skill() then say_title(gameforge.couple_ring._20_sayTitle) say(string.format(gameforge.skill_reset2._50_say, cost)) s = select(gameforge.skill_reset2._10_npcChat, gameforge.skill_reset2._60_select) else say_title(gameforge.couple_ring._20_sayTitle) say(gameforge.skill_reset2._70_say) wait() say(string.format(gameforge.skill_reset2._80_say, cost)) s = select(gameforge.skill_reset2._90_select, gameforge.locale.cancel) end if 2 == s then say_title(gameforge.couple_ring._20_sayTitle) say(gameforge.skill_reset2._110_say) return end if pc.get_money() < cost then say_title(gameforge.couple_ring._20_sayTitle) say(gameforge.skill_reset2._120_say) return end pc.change_money(-cost) pc.clear_skill() pc.set_skill_group(0) set_quest_state("select_skill", "run") end end end try these
  13. it tells you exactly where the error is , go check these lines also looks like afxres.h doesnt exist or its not located in correct file
  14. Copy paste original code & then changes you made.
  15. Seems like this function is trying to create a new table in db ? is this mob u trying to spawn already an NPC In mob db ?
  16. share mob_drop screens , also is this the vnum for random sb?
  17. cant really see big difference if not in game but top is filtered bot is not
  18. Its a little bit outdated some of the content is missing
  19. Download Alternative download links → Mega Customized overlay filter for client just unzip in your main Client folder and run , in case you wanna optimize run m2Graphic.ini.
  20. What doesnt show , the Accessory it self or the bonus of the accessory ?
  21. Sorry atm my connection is bad , will try another time maybe when i have better connection to upload it to drive
×
×
  • 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.