Jump to content

LykosRuleZ

Member
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

About LykosRuleZ

Informations

  • Gender
    Male

Recent Profile Visitors

920 profile views

LykosRuleZ's Achievements

Contributor

Contributor (5/16)

  • Dedicated
  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

3

Reputation

  1. Missing warp on object, this works on old clients? 0915 00:42:02365 :: system.py(line:316) RunMainScript system.py(line:233) execfile prototype.py(line:70) <module> prototype.py(line:61) RunApp networkmodule.py(line:180) SetLoginPhase networkmodule.py(line:137) SetPhaseWindow networkmodule.py(line:149) __ChangePhaseWindow intrologin.py(line:195) Open intrologin.py(line:220) LoadMap Run - <type 'exceptions.AttributeError'>:'module' object has no attribute 'Warp'
  2. This is so funny, i was developing this one me too lmao! Also is cool to see i was doing that correctly. Good job!
  3. Hi! I want to edit the arrow effect when a NPC calls you for a quest. Someone knows the path of the arrow effect? Thanks!
  4. Good idea! Thanks for the release :D. I'm gonna try this
  5. Regards to all metin2dev community. I'm searching the SF of Metin2 + Client for that SF. The last server i've created was 7 year ago.. So i don't know how to start a new server. Don't know what is 71k rev, 40k or 34... nosense name lol. Hope someone can help me.. thanks!
  6. Hello everyone. I have an idea for a script to my server but now I am blocked in one place and do not know how to continue the quest. The idea is: Unlock the function of collecting flowers to level 30 and receive a letter that warns the deblocking. (Already written) Use the target vid to indicate where the flower garden. (Already written) Use the target vid whenever you can pick some flowers (so when the timer above) (To Do) When gathering flowers, the player will receive an item (that will bag of flowers and I'll put id) (To Do) Insert a timer when gathering flowers. (To do) Can someone please help me? quest fiori begin state start begin when login or levelup with pc.get_level() >= 30 begin set_state("flowers") end end state raccoglifiori begin when letter begin local v = find_npc_by_vnum(20358) if v !=0 then target.vid("flowers", v, "Flowers Garden") end send_letter("Flowers garden") end when button or info begin say_title("Flowers garden") say("Good Soldiers, now you are level 30") say("Now you can drop flowers from the Flowers Garden") say("When you get level 40 you can get more random flowers!") say_reward("Go to Flowers garden for drop some flowers!") end when flowers.target.click or 20358.chat."Raccolta fiori" begin if pc.getqf("flowers") == 0 then target.delete("flowers") say_title("Flowers Garden") say(" ".. pc . get_name() .. " : Mmh some flowers.. ") wait() say_reward("I found some flowers!") timer("fiori, 20") --- put 20 second on timer just for try the script fast pc.setqf("flowers", 1 ) elseif pc.getqf("flowers") == 1 then say(" ".. pc . get_name() .. " : Mmh.. some flowers ") wait() say_reward("I didn't find some flowers.. Try again more late.") end end when flowers.timer with pc.getqf("flowers") == 1 begin send_letter("Flowers avaiable") elseif send_letter("Flowers unavaiable") return end
  7. for dbcore1667 open player database, then look at the right side and change : monarch_candidicy replace that table name to monarch_candid all will works Thanks man Now it's fix ^^ #rep
×
×
  • 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.