ShockMs |
|
Who is online? | In total there are 6 users online :: 0 Registered, 0 Hidden and 6 Guests None Most users ever online was 8 on Wed Nov 06, 2024 8:54 am |
Poll | | How do you like Shockms so far? | Its Duh sexay | | 38% | [ 5 ] | Good | | 15% | [ 2 ] | Ok | | 0% | [ 0 ] | Average | | 0% | [ 0 ] | Bleh | | 0% | [ 0 ] | ... | | 8% | [ 1 ] | I love xitzedx (click this or die!!!!) | | 38% | [ 5 ] |
| Total Votes : 13 |
|
|
| Ok | |
| | Author | Message |
---|
MrHacker Admin
Posts : 68 Join date : 2010-07-17 Age : 29 Location : lol nunya
| Subject: Ok Sat Aug 21, 2010 3:15 am | |
| Try to log on you all it auto regi. Btw site is down for the moment
| |
| | | TheSmellyPoo mushroom
Posts : 35 Join date : 2010-08-19 Age : 27 Location : No Stalkers
| Subject: Re: Ok Sat Aug 21, 2010 7:08 am | |
| W8 so is it working or not? bc it not working 4 me | |
| | | MrHacker Admin
Posts : 68 Join date : 2010-07-17 Age : 29 Location : lol nunya
| Subject: Re: Ok Sat Aug 21, 2010 7:58 am | |
| i got ahold of david he will try to help me set back up tommarow untill then GL | |
| | | GhostBusters mushroom
Posts : 44 Join date : 2010-08-10 Age : 30 Location : Ottawa
| Subject: Re: Ok Sat Aug 21, 2010 9:08 am | |
| hacker I need your help bro am woking on a jq npc I cant do it solo am only a beginner but I learned a lots look at what I did now. - Spoiler:
var status = 0;
function start() { status = -1; action(1, 0, 0); }
function action(mode, type, selection) { if (mode == 1) status++; }else{ status--; } if (status == 0) { cm.sendOk(''Hi,There is all Jump Quest,\r\nto Choose one just click on it.\r\nHave Fun!#b\r\n #L0# Breath Of Lava 1 \r\n #L1# Breath Of Lava 2 \r\n #L2# Ludirium Jump Quest \r\n #L3# Henesys Jump Quest \r\n #L4# SleepWood Jump Quest.#b'') } else if (status == -1) cm.sendOk(''Ok,Have fun playing ShockMS.\r\nSee you next time!'') } else if (status == 1) { if (selection == 0) { cm.warp(280020000, 0) cm.dispose(); return; } } else if (selection == 1) { cm.warp(280020001, 0) cm.dispose(); return; } } else if (selection == 2) cm.warp(220000006, 0) cm.dispose(); return; } } else if (selection == 3) cm.warp(100000202, 0) cm.dispose(); } } }
| |
| | | TheSmellyPoo mushroom
Posts : 35 Join date : 2010-08-19 Age : 27 Location : No Stalkers
| Subject: Re: Ok Sat Aug 21, 2010 6:00 pm | |
| - GhostBusters wrote:
- hacker I need your help bro am woking on a jq npc I cant do it solo am only a beginner but I learned a lots look at what I did now.
- Spoiler:
var status = 0;
function start() { status = -1; action(1, 0, 0); }
function action(mode, type, selection) { if (mode == 1) status++; }else{ status--; } if (status == 0) { cm.sendOk(''Hi,There is all Jump Quest,\r\nto Choose one just click on it.\r\nHave Fun!#b\r\n #L0# Breath Of Lava 1 \r\n #L1# Breath Of Lava 2 \r\n #L2# Ludirium Jump Quest \r\n #L3# Henesys Jump Quest \r\n #L4# SleepWood Jump Quest.#b'') } else if (status == -1) cm.sendOk(''Ok,Have fun playing ShockMS.\r\nSee you next time!'') } else if (status == 1) { if (selection == 0) { cm.warp(280020000, 0) cm.dispose(); return; } } else if (selection == 1) { cm.warp(280020001, 0) cm.dispose(); return; } } else if (selection == 2) cm.warp(220000006, 0) cm.dispose(); return; } } else if (selection == 3) cm.warp(100000202, 0) cm.dispose(); } } }
I've remade your script because what a saw was a mess (no offense), so here it is. Tell me ur feedback , because i'm still a beginner coder as well. - Spoiler:
var status = 0;
function start() { status = -1; action(1, 0, 0);
function action(mode, type, selection) { if (mode == 1) status++; }else{ status--;
if (status == 0) { cm.sendSimple("Hi, you can do Jump Quests here for various (ITEM) and (AMOUNTS). Just have fun and don't get too pissed. \r\n#L0#Ellinia Forest of Patience Step 11#l \r\n#L1#Sleepywood Deep Forest of Patience Step 12#l \r\n#L2#Kerning JQ(shumi) 3#1 \r\n#L3#Maple Fitness Test Step 14#l \r\n#L4#Zakum JQ(Breath of Lava) 5#l \r\n#L5#Ghost Chimney(Guaranteed that you'll get pissed) 6#l
) else if (status == 1) { cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))) if (selection == 0) { cm.warp(101000100, 0) cm.dispose();
) else if (selection == 1) { cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))) cm.warp(105040310, 0) cm.dispose();
) else if (selection == 2) cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))) cm.warp(103000900, 0) cm.dispose();
) else if (selection == 3) cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))) cm.warp(109040000) cm.dispose();
) else if (selection == 4) cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))) cm.warp(109040000) cm.dispose();
) else if (selection == 5) cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))) cm.warp(280020000) cm.dispose();
) else if (selection ==6) cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))) cm.warp(682000200) cm.dispose(); } } } }
Note: I Made this entire script myself, none of the credits of this goes to Ghostbuster, except for the idea of making a script xD | |
| | | GhostBusters mushroom
Posts : 44 Join date : 2010-08-10 Age : 30 Location : Ottawa
| Subject: Re: Ok Sat Aug 21, 2010 8:44 pm | |
| I took some of yours and let some of mine | |
| | | GhostBusters mushroom
Posts : 44 Join date : 2010-08-10 Age : 30 Location : Ottawa
| Subject: Re: Ok Sat Aug 21, 2010 9:12 pm | |
| LOok at it now. - Spoiler:
var status = 0; function start() { status = -1; action(1, 0, 0); } function action(mode, type, selection) { if (mode == 1) status++; else { cm.sendOk("Ok,Have fun playing shockMS, see you next time!"); cm.dispose(); return; } if (status == 0) { cm.sendSimple("#bHi,There is all Jump Quest,\r\nyou can do Jump Quests here for various (ITEM) and (AMOUNTS)\r\n Have Fun!#b\r\n #L0#Breath Of Lava 1\r\n #L1#Breath Of Lava 2\r\n #L2#Ludirium Jump Quest \r\n #L3# Henesys Jump Quest\r\n #L4#Sleepywood Deep Forest of Patience Step\r\n #L5#Ghost Chimney\r\n #L6#Kerning JQ(shumi)\r\n #L7#Ellinia Forest of Patience Step\r\n #L8#Maple Fitness Test Step."); } else if (status == 1) { if (selection == 0) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(280020000, 0); cm.dispose(); } else if (selection == 1) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(280020001, 0); cm.dispose(); } else if (selection == 2) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(220000006, 0); cm.dispose(); } else if (selection == 3) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(100000202, 0); cm.dispose(); } else if (selection == 4) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(105040310, 0); cm.dispose(); } else if (selection == 5) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(280020000, 0); cm.dispose(); } else if (selection == 6) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(103000900, 0); cm.dispose(); } else if (selection == 7) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(101000100, 0); cm.dispose(); } else if (selection == { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(109040000, 0); cm.dispose(); } } } }
| |
| | | TheSmellyPoo mushroom
Posts : 35 Join date : 2010-08-19 Age : 27 Location : No Stalkers
| Subject: Re: Ok Sat Aug 21, 2010 9:23 pm | |
| - GhostBusters wrote:
- LOok at it now.
- Spoiler:
var status = 0; function start() { status = -1; action(1, 0, 0); } function action(mode, type, selection) { if (mode == 1) status++; else { cm.sendOk("Ok,Have fun playing shockMS, see you next time!"); cm.dispose(); return; } if (status == 0) { cm.sendSimple("#bHi,There is all Jump Quest,\r\nyou can do Jump Quests here for various (ITEM) and (AMOUNTS)\r\n Have Fun!#b\r\n #L0#Breath Of Lava 1\r\n #L1#Breath Of Lava 2\r\n #L2#Ludirium Jump Quest \r\n #L3# Henesys Jump Quest\r\n #L4#Sleepywood Deep Forest of Patience Step\r\n #L5#Ghost Chimney\r\n #L6#Kerning JQ(shumi)\r\n #L7#Ellinia Forest of Patience Step\r\n #L8#Maple Fitness Test Step."); } else if (status == 1) { if (selection == 0) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(280020000, 0); cm.dispose(); } else if (selection == 1) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(280020001, 0); cm.dispose(); } else if (selection == 2) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(220000006, 0); cm.dispose(); } else if (selection == 3) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(100000202, 0); cm.dispose(); } else if (selection == 4) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(105040310, 0); cm.dispose(); } else if (selection == 5) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(280020000, 0); cm.dispose(); } else if (selection == 6) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(103000900, 0); cm.dispose(); } else if (selection == 7) { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(101000100, 0); cm.dispose(); } else if (selection == { cm.sendOk(''Ok Have Fun,Hope you will not get pissed off'') cm.warp(109040000, 0); cm.dispose(); } } } }
Do you have a MSN? | |
| | | MrHacker Admin
Posts : 68 Join date : 2010-07-17 Age : 29 Location : lol nunya
| Subject: Re: Ok Sat Aug 21, 2010 9:24 pm | |
| No offense to both of you but, YOU BOTH FAIL ASS AT CODING. but to ghost that was a hell of a first start Here, I fixed it tell me how it is. - Spoiler:
- Code:
-
var status = 0;
function start() { status = -1; action(1, 0, 0); }
function action(mode, type, selection) { if (mode == -1) { cm.dispose(); } else { if (mode == 0 && status == 0) { cm.dispose(); return; } if (mode == 1) status++; else status--; if (status == 0) { cm.sendSimple("Hi, you can do #bJump Quests#k here for various items and various amounts of those items. Just have fun and don't get too pissed.\r\n#L1#Ellinia Forest of Patience Step.\r\n#L2#Sleepywood Deep Forest of Patience Step.l\r\n#L3#Kerning JQ(shumi).\r\n#L4#Maple Fitness Test Step.\r\n#L5#Zakum JQ(Breath of Lava).\r\n#L6#Ghost Chimney(Guaranteed that you'll get pissed)."); ) else if (status == 1) { if (selection == 1) { cm.warp(105040310); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))"); cm.dispose(); ) else if (selection == 2) cm.warp(103000900); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))"); cm.dispose(); ) else if (selection == 3) { cm.warp(109040000); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))"); cm.dispose(); ) else if (selection == 4) { cm.warp(109040000); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s)"); cm.dispose(); ) else if (selection == 5 { cm.warp(280020000); cm.sendOk("We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s)"); cm.dispose(); ) else if (selection ==6) { cm.warp(682000200); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s)"); cm.dispose(); } } } }
| |
| | | TheSmellyPoo mushroom
Posts : 35 Join date : 2010-08-19 Age : 27 Location : No Stalkers
| Subject: Re: Ok Sat Aug 21, 2010 9:39 pm | |
| - MrHacker wrote:
- No offense to both of you but, YOU BOTH FAIL ASS AT CODING. but to ghost that was a hell of a first start Here, I fixed it tell me how it is.
- Spoiler:
- Code:
-
var status = 0;
function start() { status = -1; action(1, 0, 0); }
function action(mode, type, selection) { if (mode == -1) { cm.dispose(); } else { if (mode == 0 && status == 0) { cm.dispose(); return; } if (mode == 1) status++; else status--; if (status == 0) { cm.sendSimple("Hi, you can do #bJump Quests#k here for various items and various amounts of those items. Just have fun and don't get too pissed.\r\n#L1#Ellinia Forest of Patience Step.\r\n#L2#Sleepywood Deep Forest of Patience Step.l\r\n#L3#Kerning JQ(shumi).\r\n#L4#Maple Fitness Test Step.\r\n#L5#Zakum JQ(Breath of Lava).\r\n#L6#Ghost Chimney(Guaranteed that you'll get pissed)."); ) else if (status == 1) { if (selection == 1) { cm.warp(105040310); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))"); cm.dispose(); ) else if (selection == 2) cm.warp(103000900); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))"); cm.dispose(); ) else if (selection == 3) { cm.warp(109040000); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s))"); cm.dispose(); ) else if (selection == 4) { cm.warp(109040000); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s)"); cm.dispose(); ) else if (selection == 5 { cm.warp(280020000); cm.sendOk("We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s)"); cm.dispose(); ) else if (selection ==6) { cm.warp(682000200); cm.sendOk(We hope you enjoy your stay in ShockMs! (Please try not to get too pissed off with the JQ(s)"); cm.dispose(); } } } }
It seems that I had everything right except for the middle part had some minor changes. Also, does the spacing HAVE to be that way? Also, tell me if this is any good, I spent most of the evening on it. - Spoiler:
var status = 0; function start() { status = -1; action(1, 0, 0); }
function action(mode, type, selection) {
if (mode == -1) { cm.dispose(); } else { if (status == 0 && mode == 0) { cm.dispose(); return; } if (mode == 1) { status++; } else { status--; } if (status == 0) { cm.sendSimple ("Hi, you can spend your event trophies here for items. \r\n#L0#Would you like to trade 1 #4000038# for 3 Chaos Scrolls#2049100#1#l \r\n#L1#Would you like to trade 5 #4000038# for 20 Chaos Scrolls#20491002#l \r\n#L2#Would you like to trade 4 #4000038# for Spectrum Goggles#1022082#3#l \r\n#L2#Would you like to trade 4 #4000038# for Spectrum Goggles#1022082#4#l \r\n#L3#Would you like to trade 5 #4000038# for a Mark or Naricain#1122059#5#l \r\n#L4#Selection 5#l \r\n#L5#Selection 6#l \r\n#L6#Selection 7#l \r\n#L7#Selection 8#l \r\n#L8#Selection 9#l \r\n#L9#Selection 10#l") ) else if (status == 1) ( If (selection == 0) { if (cm.haveItem(4000038, 1); cm.gainItem(2049100, 3) { cm.sendOk("Enjoy your Chaos Scrolls, ya wierdo!); cm.dispose(400038, 1); } else { cm.sendOk("You don't have enough Event Trophies for this item.") ) else if (selection == 1) { if (cm.haveItem(400038, 5)) { cm.gainItem(2049100, 25); cm.sendOk("Enjoy your Chaos Scrolls, ya wierdo!"); cm.dispose(); } else { cm.sendOk("You don't have enough Event Trophies for this item.") ) else if (selection == 2) { if (cm.haveItem(400038, 4); cm.gainItem(1022082, 1); cm.sendOk("Even though they make you look like a turd, enjoy your Spectrum Goggles!"); cm.dispose(); } else { cm.sendOk("You don't have enough Event Trophies for this item.") ) else if (selection == 3) { if (cm.haveItem(4000038, 5); cm.gainItem(1122059, 1); cm.SendOk("Enjoy your Mark of Naricain, and don't forget to vote!") cm.dispose(); } else { cm.sendOk("You don't have enough Event Trophies for this item.") } } } } } } } }
Last edited by TheSmellyPoo on Sat Aug 21, 2010 9:49 pm; edited 2 times in total | |
| | | MrHacker Admin
Posts : 68 Join date : 2010-07-17 Age : 29 Location : lol nunya
| Subject: Re: Ok Sat Aug 21, 2010 9:46 pm | |
| yah and btw im fixing ur trophy system right now | |
| | | Sponsored content
| Subject: Re: Ok | |
| |
| | | | Ok | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| |