Jump to content

HisaoShou

Inactive Member
  • Posts

    70
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by HisaoShou

  1. Ok, thank you very much. It works. But... if I make multiple quests like set_quest_state("quest3", "run") , set_quest_state("quest4", "run") at the end, the run state from that quest wont work. EDIT: It works... but..... not really. I mean, this command is bugging the second quest. First quest is almost the same like first one, but when wait() happens, when i press Continue on the quest, the quest gets bugged, the black bars remain and does not continue the quest as it was supposed to. Only the black bars (up and down) remain from the quest, but nothing happens.
  2. And how my second quest should start? It starts like this fro now: quest quest2 begin state quest1to2 begin when login or levelup with pc.get_level() >= 1 begin set_state(runThis2) end end (for second quest) Don't I have to use "letter" state to run letter then send the second quest?
  3. Can you please show me an example please? Like... state __complete__ end set_quest_state("quest2name", "run") Or something like this
  4. I'd like to know how to make progressive quests... When a quest is completed, I want it to unlock another quest. The condition for the second quest to appear, to be first quest's completion. How can I do that? I need it because I'm going to have lots of quests and I cannot store them just in a single quest.
  5. So this mean that eveyone who is having a little issue should learn a whole language just for it? I will pass. I'm just doing what everyone else is doing here, asking for help for what we don't know
  6. Bump. Seriously guys is it that hard to do this?
  7. NPC features from where? All I know is to edit some things in database and make quests. How can I make kingdoms unable to attack each other even if they're on other's territory?
  8. Bump. I'm pretty sure that there are servers that already has this function (like Alaska Metin2) but I don't know how to do it.
  9. I'd like to disable the attack of other empires. Like, players from an empire to not be able to attack you or those from a different empire. I want all empires to be peaceful.
  10. Hi. Request 1: I need to know how could I remove some buttons in game options. (Example: removing GPU and CPU buttons from game options menu) Request 2: I want to (for example) that when clicking on player, on the top options (whisper, trade, and so on) that the button Emotion to launch a certain quest instead of emotion. (i will make the quest but i need the way how could i do that). How could I do this?
×
×
  • 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.