Jump to content

I am Bored

Member
  • Posts

    706
  • Joined

  • Last visited

  • Days Won

    7

Reputation Activity

  1. Upvote
    I am Bored got a reaction from Ackshan Bemunah in Should This Topic Be Changed Into A Topic For The More Useless Scripts?   
    here is a code that will apear as a test of persistance:
    Content:
    [code]<!-- content separator -->
    This is a test of persistence, meaning you must keep clicking till the end.
    <form method="post" action="">


    <input type="submit" name="1" value="Click here"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="2" value="Click here 2"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="3" value="Click here 3"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="4" value="Click here 4"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="5" value="Click here 5"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="6" value="Click here 6"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="7" value="Click here 7"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="8" value="Click here 8"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="9" value="Click here 9"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="10" value="Click here 10"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="11" value="Click here 11"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="12" value="Click here 12"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="13" value="Click here 13"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="14" value="Click here 14"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="15" value="Click here 15"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="16" value="Click here 16"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="17" value="Click here 17"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="18" value="Click here 18"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="19" value="Click here 19"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="20" value="Click here 20"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="21" value="Click here 21"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="22" value="Click here 22"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="23" value="Click here 23"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="24" value="Click here 24"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="25" value="Click here 25"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="26" value="Click here 26"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="27" value="Click here 27"/>
    </form>
    <!-- content separator -->
    <form method="post" action="">


    <input type="submit" name="28" value="Click here 28"/>
    </form>
    [/code]

    Script:
    [code]@vz = "i am bored";
    if(isset(@input['1'])){
    mds_give_rpcq_keys(@vz . "1");
    echo @content[2];
    }
    else if(isset(@input['2'])){
    mds_give_rpcq_keys(@vz . "2");
    mds_take_rpcq_keys(@vz . "1");
    echo @content[3];
    }
    else if(isset(@input['3'])){
    mds_give_rpcq_keys(@vz . "3");
    mds_take_rpcq_keys(@vz . "2");
    echo @content[4];
    }
    else if(isset(@input['4'])){
    mds_give_rpcq_keys(@vz . "4");
    mds_take_rpcq_keys(@vz . "3");
    echo @content[5];
    }
    else if(isset(@input['5'])){
    mds_give_rpcq_keys(@vz . "5");
    mds_take_rpcq_keys(@vz . "4");
    echo @content[6];
    }
    else if(isset(@input['6'])){
    mds_give_rpcq_keys(@vz . "6");
    mds_take_rpcq_keys(@vz . "5");
    echo @content[7];
    }
    else if(isset(@input['7'])){
    mds_give_rpcq_keys(@vz . "7");
    mds_take_rpcq_keys(@vz . "6");
    echo @content[8];
    }
    else if(isset(@input['8'])){
    mds_give_rpcq_keys(@vz . "8");
    mds_take_rpcq_keys(@vz . "7");
    echo @content[9];
    }
    else if(isset(@input['9'])){
    mds_give_rpcq_keys(@vz . "9");
    mds_take_rpcq_keys(@vz . "8");
    echo @content[10];
    }
    else if(isset(@input['10'])){
    mds_give_rpcq_keys(@vz . "10");
    mds_take_rpcq_keys(@vz . "9");
    echo @content[11];
    }
    else if(isset(@input['11'])){
    mds_give_rpcq_keys(@vz . "11");
    mds_take_rpcq_keys(@vz . "10");
    echo @content[12];
    }
    else if(isset(@input['12'])){
    mds_give_rpcq_keys(@vz . "12");
    mds_take_rpcq_keys(@vz . "11");
    echo @content[13];
    }
    else if(isset(@input['13'])){
    mds_give_rpcq_keys(@vz . "13");
    mds_take_rpcq_keys(@vz . "12");
    echo @content[14];
    }
    else if(isset(@input['14'])){
    mds_give_rpcq_keys(@vz . "14");
    mds_take_rpcq_keys(@vz . "13");
    echo @content[15];
    }
    else if(isset(@input['15'])){
    mds_give_rpcq_keys(@vz . "15");
    mds_take_rpcq_keys(@vz . "14");
    echo @content[16];
    }
    else if(isset(@input['16'])){
    mds_give_rpcq_keys(@vz . "16");
    mds_take_rpcq_keys(@vz . "15");
    echo @content[17];
    }
    else if(isset(@input['17'])){
    mds_give_rpcq_keys(@vz . "17");
    mds_take_rpcq_keys(@vz . "16");
    echo @content[18];
    }
    else if(isset(@input['18'])){
    mds_give_rpcq_keys(@vz . "18");
    mds_take_rpcq_keys(@vz . "17");
    echo @content[19];
    }
    else if(isset(@input['19'])){
    mds_give_rpcq_keys(@vz . "19");
    mds_take_rpcq_keys(@vz . "18");
    echo @content[20];
    }
    else if(isset(@input['20'])){
    mds_give_rpcq_keys(@vz . "20");
    mds_take_rpcq_keys(@vz . "19");
    echo @content[21];
    }
    else if(isset(@input['21'])){
    mds_give_rpcq_keys(@vz . "21");
    mds_take_rpcq_keys(@vz . "20");
    echo @content[22];
    }
    else if(isset(@input['22'])){
    mds_give_rpcq_keys(@vz . "22");
    mds_take_rpcq_keys(@vz . "21");
    echo @content[23];
    }
    else if(isset(@input['23'])){
    mds_give_rpcq_keys(@vz . "23");
    mds_take_rpcq_keys(@vz . "22");
    echo @content[24];
    }
    else if(isset(@input['24'])){
    mds_give_rpcq_keys(@vz . "24");
    mds_take_rpcq_keys(@vz . "23");
    echo @content[25];
    }
    else if(isset(@input['25'])){
    mds_give_rpcq_keys(@vz . "25");
    mds_take_rpcq_keys(@vz . "24");
    echo @content[26];
    }
    else if(isset(@input['26'])){
    mds_give_rpcq_keys(@vz . "26");
    mds_take_rpcq_keys(@vz . "25");
    echo @content[27];
    }
    else if(isset(@input['27'])){
    mds_give_rpcq_keys(@vz . "27");
    mds_take_rpcq_keys(@vz . "26");
    echo @content[28];
    }
    else if(isset(@input['28'])){
    mds_give_rpcq_keys(@vz . "28");
    mds_take_rpcq_keys(@vz . "27");
    echo @content[29];
    }
    else{
    echo @content[1];
    }[/code]
  2. Upvote
    I am Bored got a reaction from Ackshan Bemunah in Should This Topic Be Changed Into A Topic For The More Useless Scripts?   
    This would show all of the current variable values, except for storage.

    content:
    [code]<!-- content separator -->
    The variables specific to each user: <br /> <br>

    <!-- content separator -->
    The variables current values in your script: <br /> <br>
    [/code]

    code:
    [code]echo @content[1];
    echo "player id: ".uv('id')." <br />";
    echo "vitality: ".uv('ve')." <br />";
    echo "vp: ".uv('vp')." <br />";
    echo "exploring points: ".uv('xpl')." <br />";
    echo "maximum vitality: ".uv('maxve')." <br />";
    echo "maximum vp: ".uv('maxvp')." <br />";
    echo "land id: ".uv('land')." <br />";
    echo "alliance id: ".uv('alliance')." <br />";
    echo "active days: ".uv('age')." <br />";
    echo "loyalty points: ".uv('loyalty')." <br />";
    echo "honor: ".uv('honor')." <br />";
    echo "player name: ".uv('name')." <br />";
    echo "mind power: ".uv('mp')." <br />";
    echo "heads: ".uv('heads')." <br />";
    echo "won fights: ".uv('won')." <br />";
    echo "lost fights: ".uv('lost')." <br />";
    echo "avatar level: ".uv('avatar_level')." <br />";
    echo "avatar id: ".uv('avatar')." <br />";
    echo "experience points: ".uv('xp')." <br />";
    echo "kills during the torch competition: ".uv('kills')." <br />";
    echo "illusion: ".uv('illusion')." <br />";
    echo "and today is day ".date('z')." <br />";
    echo @content[2];
    echo "setting a: ".@va." <br />";
    echo "setting b: ".@vb." <br />";
    echo "setting c: ".@vc." <br />";
    echo "setting d: ".@vd." <br />";
    echo "setting e: ".@ve." <br />";
    echo "setting f: ".@vf." <br />";
    echo "setting g: ".@vg." <br />";
    echo "setting h: ".@vh." <br />";
    echo "setting i: ".@vi." <br />";
    echo "setting j: ".@vj." <br />";
    echo "setting k: ".@vk." <br />";
    echo "setting l: ".@vl." <br />";
    echo "setting m: ".@vm." <br />";
    echo "setting n: ".@vn." <br />";
    echo "setting o: ".@vo." <br />";
    echo "setting p: ".@vp." <br />";
    echo "setting q: ".@vq." <br />";
    echo "setting r: ".@vr." <br />";
    echo "setting s: ".@vs." <br />";
    echo "setting t: ".@vt." <br />";
    echo "setting u: ".@vu." <br />";
    echo "setting v: ".@vv." <br />";
    echo "setting w: ".@vw." <br />";
    echo "setting x: ".@vx." <br />";
    echo "setting y: ".@vy." <br />";
    echo "setting z, usually credit to creator: ".@vz." <br />";
    echo "template replacement setting: ".@tpl." <br />";
    echo "log setting: ".@log." <br />";
    echo "temporary setting: ".@temp." <br />";
    echo "input setting: ".@input." <br />";
    echo "content: ".@content." <br />";
    echo "storage: ".@storage." <br />";
    [/code]
  3. Upvote
    I am Bored got a reaction from Ackshan Bemunah in Help With Pl   
    na, i just now read the topic
  4. Upvote
    I am Bored got a reaction from Zyrxae in Plains of Liberty turned into Plains of Everlasting Stench   
    As a note to all, if nobody can give a good reason for it having it's current name within a week, I'll spend a wishpoint and change it back.
  5. Upvote
    I am Bored reacted to Ackshan Bemunah in Forum Death Quest   
    [color=#282828][font=Times]Premise:[/font][/color]

    [color=#282828][font=Times]Remove yourself from the magicduel forums, then post on the forum proving for the rest of us how painful the experience was.[/font][/color]

    [color=#282828][font=Times]You may remove yourself whenever and for as long as you feel appropriate, making whatever preparations you consider appropriate to insure that you instigate pain.[/font][/color]

    [color=#282828][font=Times]However, at some time after the experience, you must post your proof of pain on the forum. (Include this in your entry.)[/font][/color]

    [color=#282828][font=Times]----------------------------------------------------[/font][/color]


    [color=#282828][font=Times]Judgement:[/font][/color]

    [color=#282828][font=Times]Will be based on polls and public response:[/font][/color]

    [color=#282828][font=Times]Opinion polls -- Unusual scores will receive additional prizes.[/font][/color]

    [color=#282828][font=Times]Categories: sympathy and schadenfreude. [/font][/color]

    [color=#282828][font=Times]Verification -- [/font][/color]

    [color=#282828][font=Times]Various measures are being taken against hoaxes. Contestants found to be lying in their entry will probably not be rewarded.[font=Helvetica] If you wish to assist me in this part of judgement, send a forum PM.[/font][/font][/color]


    [color=#282828][font=Times]----------------------------------------------------[/font][/color]
    [color=#282828][font=Times]Entry:[/font][/color]

    [color=#282828][font=Times]Post in this thread after your "death" is over.[/font][/color]

    [color=#282828][font=Times]Entries should take the following form:[/font][/color]
    [color=#282828][font=Times]--[/font][/color]

    [color=#282828][font=Times]Player Name to receive reward:[/font][/color]
    [color=#282828][font=Times]Period of Trial: (date of initiation) - (date of conclusion)[/font][/color]
    [color=#282828][font=Times]Proof of Pain:[/font][/color]

    [color=#282828][font=Times](attach files as needed.)[/font][/color]
    [color=#282828][font=Times]----------------------------------------------------[/font][/color]

    [color=#282828][font=Times]Rewards:[/font][/color]

    [color=#282828][font=Times]Mallos is sponsoring a wishpoint for first place.[/font][/color]

    [color=#282828][font=Times]I will provide a bloodpact archer and a tokeny pimped grasan as alternate prizes.[/font][/color]

    [color=#282828][font=Times]Falronn will sponsor 30 memory stones to this contest. These will be distributed among successful participants.[/font][/color]
    [color=#282828][font=Times]--------------------------------------------------[/font][/color]
    [color=#282828][font=Times][color=#4B0082]No proofs related to absence later than June 14 may be included in submission, except in unusual circumstances.[/color][/font][/color]
    [color=#282828][font=Times][color=#4B0082]Submission deadline: June 21[/color][/font][/color]

    [font="Helvetica"][size="1"][color="#ff2500"]main post has been update to reflect reality.[/color][/size][/font]
  6. Upvote
    I am Bored got a reaction from Ackshan Bemunah in The Cure For Insomnia   
    but i do all my thinking at at least 11:00 pm at night!
  7. Upvote
    I am Bored got a reaction from No one in Plains of Liberty turned into Plains of Everlasting Stench   
    As a note to all, if nobody can give a good reason for it having it's current name within a week, I'll spend a wishpoint and change it back.
  8. Upvote
    I am Bored got a reaction from Chewett in Plains of Liberty turned into Plains of Everlasting Stench   
    As a note to all, if nobody can give a good reason for it having it's current name within a week, I'll spend a wishpoint and change it back.
  9. Downvote
    I am Bored got a reaction from Watcher in Plains of Liberty turned into Plains of Everlasting Stench   
    As a note to all, if nobody can give a good reason for it having it's current name within a week, I'll spend a wishpoint and change it back.
  10. Upvote
    I am Bored got a reaction from John Constantine in Plains of Liberty turned into Plains of Everlasting Stench   
    As a note to all, if nobody can give a good reason for it having it's current name within a week, I'll spend a wishpoint and change it back.
  11. Upvote
    I am Bored got a reaction from Kaya in Plains of Liberty turned into Plains of Everlasting Stench   
    As a note to all, if nobody can give a good reason for it having it's current name within a week, I'll spend a wishpoint and change it back.
  12. Upvote
    I am Bored got a reaction from dst in Plains of Liberty turned into Plains of Everlasting Stench   
    As a note to all, if nobody can give a good reason for it having it's current name within a week, I'll spend a wishpoint and change it back.
  13. Upvote
    I am Bored got a reaction from Liberty4life in Plains of Liberty turned into Plains of Everlasting Stench   
    As a note to all, if nobody can give a good reason for it having it's current name within a week, I'll spend a wishpoint and change it back.
  14. Upvote
    I am Bored got a reaction from ignnus in New Administrative Role   
    I would like to submit my name as well, although I am not easily directly reachable, I am always reachable immediately via Orvid, who's always at the GOE. (yes, I'll 'borrow' his keyboard for a while if need be )

    Name: I am Bored
    ID: 38621
    AD: 1231

    I also have the free time to be able to fulfill the requirements quite easily.
  15. Upvote
    I am Bored reacted to Neno Veliki in New Administrative Role   
    Name: Neno Veliki
    ID: 133549
  16. Downvote
    I am Bored reacted to Eagle Eye in New Administrative Role   
    Name: Eagle Eye
    ID: 180715
    AD: 747
  17. Downvote
    I am Bored reacted to Seigheart in New Administrative Role   
    Seigheart (ID:18214)

    I think it would suit my role as Treasure Keeper, handling the gold avys.
  18. Downvote
    I am Bored reacted to Blood Prince in New Administrative Role   
    I like to apply for the post

    BloodPrince
    ID:39520
    AD: 1170
  19. Downvote
    I am Bored reacted to Fire Starter in New Administrative Role   
    Name: Fire Starter

    AD: 582 (as of today, 11.may.2012)

    ID: 202147
  20. Downvote
    I am Bored reacted to Junior in New Administrative Role   
    I would like to apply for this assignment.

    ID: 43448
    AD: 1198
  21. Downvote
    I am Bored reacted to Jubaris in New Administrative Role   
    I'll apply too.
    Princ Rhaegar, ID: 62639, days: 1213
  22. Downvote
    I am Bored reacted to ZenTao in New Administrative Role   
    ZenTao...I would also like to be considered for this role.

    [color=#daa520][font=Georgia,][background=rgb(240, 240, 240)]ID:92018; Days:439[/background][/font][/color]
  23. Downvote
    I am Bored reacted to Princess Katt in New Administrative Role   
    I'd like to apply also. I've looked a lot at the avatars, though I usually don't trade them myself (mostly I've helped others with them). I watch my messages very closely and am moderately active.

    Princess Katt
    ID:202952
  24. Downvote
    I am Bored got a reaction from Hedge Munos in New Administrative Role   
    I would like to submit my name as well, although I am not easily directly reachable, I am always reachable immediately via Orvid, who's always at the GOE. (yes, I'll 'borrow' his keyboard for a while if need be )

    Name: I am Bored
    ID: 38621
    AD: 1231

    I also have the free time to be able to fulfill the requirements quite easily.
  25. Downvote
    I am Bored got a reaction from Pipstickz in New Administrative Role   
    I would like to submit my name as well, although I am not easily directly reachable, I am always reachable immediately via Orvid, who's always at the GOE. (yes, I'll 'borrow' his keyboard for a while if need be )

    Name: I am Bored
    ID: 38621
    AD: 1231

    I also have the free time to be able to fulfill the requirements quite easily.
×
×
  • Create New...