RawrMS unqiue Server
Would you like to react to this message? Create an account in a few clicks or log in to continue.

iXerie's GM Application

2 posters

Go down

iXerie's GM Application Empty iXerie's GM Application

Post by iXerie Thu Apr 22, 2010 1:41 pm

Full Name : Edwin

IGN : iXerie (Will be after I've created an account as the server is down currently.)

Can You Code? : Yes .

What Servers Have you been a GM in? : SoraAoiStory , HankStory , LiteStory

Experience? : I've been a GM on SoraAoiStory , a HeadCoder on HankStory & HeadDev of LiteStory . I've also had created my own server named xFactorMS few years back, but was closed down due to lacking of players as I didn't had enough funds to buy a Dedi to maintain the server & keep it 24/7 online.

What Can You Do? : I can code NPCs , Commands , Event scripts .
Other than that , I also have little experience on .WZ edits , editing CMS & creating forums

Any Other information? : I thing that being a GM means the power to help people. I don't be a GM just to feel in charge or "cool". I do not beg for GM spots. It means that I can help people when the other GMs / Admins are off. A person that people / players can look for whenever they have problems or doubt about the server.


If You Do Code, Demonstrate Any Coding :


All-In-One teleporter coded for LiteStory .


Code:
var bossmaps = Array(100000005, 105070002, 105090900, 230040420, 280030000, 220080001, 240020402, 240020101, 801040100, 240060200, 610010005, 610010012, 610010013, 610010100, 610010101, 610010102, 610010103, 610010104);
var monstermaps = Array(100040001, 101010100, 104040000, 103000101, 103000105, 101030110, 106000002, 101030103, 101040001, 101040003, 101030001, 104010001, 105070001, 105090300, 105040306, 230020000, 230010400, 211041400, 222010000, 220080000, 220070301, 220070201, 220050300, 220010500, 250020000, 251010000, 200040000, 200010301, 240020100, 240040500, 240040000, 600020300, 801040004, 800020130);
var townmaps = Array(1010000, 680000000, 230000000, 101000000, 211000000, 100000000, 251000000, 103000000, 222000000, 104000000, 240000000, 220000000, 250000000, 800000000, 600000000, 221000000, 200000000, 102000000, 801000000, 105040300, 60000, 610010004, 260000000, 540010000, 120000000);
var chosenMap = -1;
var monsters = 0;
var towns = 0;
var bosses = 0;

importPackage(net.sf.odinms.client);

function start() {
  status = -1;
  action(1, 0, 0);
}

function action(mode, type, selection) {
  if (mode == -1) {
      cm.dispose();
  }
  else {
      if (status >= 3 && mode == 0) {
          cm.sendOk("#rI'll see #gyou some #bother time#r!");
          cm.dispose();
          return;   
      }
      if (mode == 1) {
          status++;
      }
      else {
          status--;
      }
      if (status == 0) {
          cm.sendNext("#gHey I'm the Literature Express' Taxi =)");
      }
      if (status == 1) {
          cm.sendSimple("#fUI/UIWindow.img/QuestIcon/3/0#\r\n#b#L0#Location#l\r\n#r#L1#Leave Now#l");
      }
      else if (status == 2) {
          if (selection == 0) {
              cm.sendSimple("#fUI/UIWindow.img/QuestIcon/3/0#\r\n#b#L0#Cities#l\r\n#g#L1#Monster Maps#l\r\n#r#L2#Boss Maps#l");
          }
          else if (selection == 1) {
              cm.dispose();
          }
      }
      else if (status == 3) {
          if (selection == 0) {
              var selStr = "#rWhat City Would You Like To Go Today ? It'll Be Free!#b";
              for (var i = 0; i < townmaps.length; i++) {
                  selStr += "\r\n#L" + i + "##m" + townmaps[i] + "#";
              }
              cm.sendSimple(selStr);
              towns = 1;
          }
          if (selection == 1) {
              var selStr = "#rWhat Monster Map Would You Like To Go Today ?#b";
              for (var i = 0; i < monstermaps.length; i++) {
                  selStr += "\r\n#L" + i + "##m" + monstermaps[i] + "#";
              }
              cm.sendSimple(selStr);
              monsters = 1;
          }
          if (selection == 2) {
              var selStr = "#rWhat Boss Map Would You Like To Go Today ?#b";
              for (var i = 0; i < bossmaps.length; i++) {
                  selStr += "\r\n#L" + i + "##m" + bossmaps[i] + "#";
              }
              cm.sendSimple(selStr);
              bosses = 1;
          }
      }
      else if (status == 4) {
          if (towns == 1) {
              cm.sendYesNo("#b-Are you sure you really want to go to  #g#m" + townmaps[selection] + "# ?- #bIf nott then click #rNO~");
              chosenMap = selection;
              towns = 2;
          }
          else if (monsters == 1) {
              cm.sendYesNo("#b-Are you sure you really want to go to  #g#m" + monstermaps[selection] + "# ?- #bIf nott then click #rNO~");
              chosenMap = selection;
              monsters = 2;
          }
          else if (bosses == 1) {
              cm.sendYesNo("#b-Are you sure you really want to go to  #g#m" + bossmaps[selection] + "# ?- #bIf nott then click #rNO~");
              chosenMap = selection;
              bosses = 2;
          }
      }
      else if (status == 5) {
          if (towns == 2) {
              cm.warp(townmaps[chosenMap], 0);
              cm.dispose();
          }
          else if (monsters == 2) {
              cm.warp(monstermaps[chosenMap], 0);
              cm.dispose();
          }
          else if (bosses == 2) {
              cm.warp(bossmaps[chosenMap], 0);
              cm.dispose();
          }
      }
           
  }
}

iXerie
Special Players
Special Players

Posts : 4
Rawr Points : 52308
Rawr Reputation : 0
Join date : 2010-04-22

Back to top Go down

iXerie's GM Application Empty Re: iXerie's GM Application

Post by Mr.Rawr Thu Apr 22, 2010 2:09 pm

Accepted As GM/Coder Add me on msn at gu-nz-123@hotmail.com
Mr.Rawr
Mr.Rawr
King Of RawrMS(Rawr)
King Of RawrMS(Rawr)

Posts : 291
Rawr Points : 2147535077
Rawr Reputation : 20006
Join date : 2010-04-09
Age : 30
Location : In Your Fridge :)

http://rawrms.no-ip.org

Back to top Go down

iXerie's GM Application Empty Re: iXerie's GM Application

Post by iXerie Thu Apr 22, 2010 3:44 pm

OhMyGod wrote:Accepted As GM/Coder Add me on msn at gu-nz-123@hotmail.com
Added you.

iXerie
Special Players
Special Players

Posts : 4
Rawr Points : 52308
Rawr Reputation : 0
Join date : 2010-04-22

Back to top Go down

iXerie's GM Application Empty Re: iXerie's GM Application

Post by Mr.Rawr Thu Apr 22, 2010 3:49 pm

i accepted it but ur not on LOL
Mr.Rawr
Mr.Rawr
King Of RawrMS(Rawr)
King Of RawrMS(Rawr)

Posts : 291
Rawr Points : 2147535077
Rawr Reputation : 20006
Join date : 2010-04-09
Age : 30
Location : In Your Fridge :)

http://rawrms.no-ip.org

Back to top Go down

iXerie's GM Application Empty Re: iXerie's GM Application

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum