Tab Content
No Recent Activity

11 Visitor Messages

  1. Leave a visitor Message me when you're online.
  2. hai alan u there..??
  3. Yes I think so. It might be client sided though, I don't know.
  4. Thanks for telling me yep all done
  5. 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.
  6. Like I said, it's working perfectly fine.
    !reloadmap <mapid>
  7. It's working perfectly fine.
  8. 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?
  9. 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.
                 }
  10. 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?
  11. Done :)
Showing Visitor Messages 1 to 11 of 11
About xAlan

Basic Information

Date of Birth
February 1, 1991 (32)
About xAlan
Location:
Kota Kinabalu
Reason For Joining:
Fun :)
Favorite MMO:
MapleStory
About Yourself:
Slowly learning java. :P

Signature


Nothing're Special :(

Contact


This Page
https://forum.ragezone.com/members/1333389836.html
Instant Messaging

Send an Instant Message to xAlan Using...

Statistics


Total Posts
Total Posts
130
Posts Per Day
0.03
Visitor Messages
Total Messages
11
Most Recent Message
30-01-12
General Information
Last Activity
25-09-12
Join Date
05-01-12
Referrals
0
No results to display...
No results to display...
No results to show...

Advertisement