Conversation Between xAlan and Lapje

8 Visitor Messages

  1. Alright? I'm not familiar with the actual GPQ in GMS, I've never done it myself lol.

    Here's a basic outline of how an NPC could look like. It basically checks first which map you're on, they which item you're holding to check if you've cleared the previous stage. It congratulates you and gives you your awarding GP, then warps you to the next stage.

    You'll have to edit the values in the array yourself. THe ones put in are just dummy ones.

    If you're looking for the actual GuildNPC, I don't have it. I'm also not going to make it for you lol. This should help you enough to get a similar guildPQ working which functions just as fine as the original one.

    If you want to set another requirement in order to let them pass, just edit the check and the values in the Array.


    Send you the NPC via PM. Visitor Messages only allow 1000 character per message.
  2. Ya , Multiple maps ,& Multiple Stage Like GMS LIKE Guild PQ . Just make the Guild PQ Npc thn can leh , Other i can do it myself . Thanks anyways .
    MapleStory Guild PQ: Complexity - YouTube
  3. I guess I could make you one? But I would need more info on the NPC. Does it need to have multiple stages? Does it need to be in multiple maps? What is it supposed to do/say?
  4. Thanks anyways :D
    Btw , You can realease a GP POint NPC ? Example Like Full Of Guild PQ ?

    1st Stage = 5 GP
    2nd Stage = 10 GP
    3rd Stage = 15 GP
    4th Stage = 20 GP
    Final Stage = 25 GP
  5. Alright, then use this instead of the original command:
    Code:
         } else if (sub[0].equalsIgnoreCase("hideout")) {
                 if (c.getPlayer().getGuildId() == 0) {
                     chr.dropMessage("You are currently not in a guild.");
                 } else {
                     int guildId = c.getPlayer().getGuildId();
                     int map = c.getPlayer().getGuild().getHideout();
                     chr.changeMap(cserv.getMapFactory().getMap(map), cserv.getMapFactory().getMap(map).getPortal(0));
    c.getPlayer().getGuild().gainGP(5); // change 5 to the amount of GP you want them to gain.
                 }
  6. Ya ,
    i Want to add someone to enters the hideout ?
  7. Nope, it doesn't add GP Points in it, but it's easy to add.
    Would you want to add GP the moment they create the hideout? or whenever someone enters the hideout?
  8. Your realease can get GP POint ? http://forum.ragezone.com/f427/guild-hideouts-759362/

    Post at my Vistor Messages .
Showing Visitor Messages 1 to 8 of 8

Advertisement