Jump to content

Traceur3RUN

Inactive Member
  • Posts

    408
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Traceur3RUN

  1. yes something like this if getClientVersion(12345) then --todo end
  2. hello my quest doesn't work anyone can help me? all functions like npc.get_race etc return null and the same result in syser quest test begin state test begin when 2018.chat."shop " begin npc.open_shop(5) setskin(NOWINDOW) end end syser: SYSERR: Jul 16 12:01:49 :: RunState: LUA_ERROR: [string "test"]:5: attempt to call field `open_shop' (a nil value) SYSERR: Jul 16 12:01:49 :: WriteRunningStateToSyserr: LUA_ERROR: quest test.start click
  3. What you don't understand? Stop kidding me..... I want wait() as [WAIT] in locale.lua
  4. i know about it but i think at 90% this must be made in c++ bump
  5. what you have a problem to understand? please stop spam shit post. example quest.quest you use something like this quest kurwa begin state start begin when login or levelup begin send_letter("kurwa") say("kurwa") wait() say("kurwa") end now example move it to locale.lua quest.quest you use something like this quest kurwa begin state start begin when login or levelup begin send_letter("kurwa") say(locale.kurwa) end locale.lua example locale.kurwa = "kurwa [WAIT] kurwa " go learn english and then post there.
  6. Hello, how i can create wait() = [WAIT] in locale.lua?
  7. doesn't work i trying unpack official metin2 item_proto and mob_proto
  8. AUTH, DB, CHANNEL doesnt checking ip i mean PLAYER_SQL: localhost mt2 mt2!@# account you can easily change it to: PLAYER_SQL: . mt2 mt2!@# account will be working too, there anyone fixed it?
  9. hello, i need program to decompile and compile item_proto, mob_proto thanks.
  10. Ok now no error but this doesnt work. Do you test it? Maybe you have it on questlib.
  11. how to create now function to get? function pc.get_test() local test = mysql.direct_query("select test from account.account where id = 1") return test end doesn't work someone can help?
  12. im weak on lua... i don't know how create it why im asking there lol
  13. i need item_proto and mob_proto, item_names,mob_names TURKEY i need item_proto and mob_proto, item_names,mob_names ENGLISH
  14. Hey, how i can get monsters stats from metin2? i mean wil dog = health, maxdamage etc there is some way to get it?
×
×
  • 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.