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

Swagga's coder application

+3
DarkThrills
Andrew
[Swagga]
7 posters

Page 2 of 2 Previous  1, 2

Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by †ζnҒinity† Fri Jan 15, 2010 3:56 am

lol stop trying to kill him xp hold back a little ahaha...

†ζnҒinity†

Posts : 680
Reputation : 42
Join date : 2009-10-01

Back to top Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by hmm Sat Jan 16, 2010 6:12 pm

Gotta say... I'm LOVING how you showed two easy NPCs as examples of your work... one is Java, the other in C++. Are you implying you can code in both, or that you copy/pasted?

hmm
Guest


Back to top Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by bboy242 Sat Jan 16, 2010 6:13 pm

Sorry, "hmm" is me. For some reason, I wasn't logged in. I basically had to join the forum to comment on that because I noticed how you shunned my friend Rice because he supposedly leeched his scripts. Something you have no proof of. He knows how to code, I can attest to that. So, if I was to apply and post my scripts, would you call me a leecher? That'd be pretty funny.

bboy242

Posts : 3
Reputation : 0
Join date : 2010-01-16

Back to top Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by †ζnҒinity† Sat Jan 16, 2010 9:44 pm

so in the end u will never know if it was leeched or not eh ? hey swagga make something like a new npc or custom item or sth like that...something thats original xD

†ζnҒinity†

Posts : 680
Reputation : 42
Join date : 2009-10-01

Back to top Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by bboy242 Sun Jan 17, 2010 3:11 am

†ζnҒinity† wrote:so in the end u will never know if it was leeched or not eh ? hey swagga make something like a new npc or custom item or sth like that...something thats original xD

It's not so much saying if it's leeched or not. It's more so people shouldn't assume without proof. If you believe someone leeched something, prove it. It wasn't right that Rice got rejected mainly for the assumption of leeching scripts. Like... I could post a script...

Code:
/**
    Coded by: Me
**/

var status;
var boxes = [4000422, 4000423, 4000424, 4000425, 4031168, 4031169]; // Boxes to choose from
var prize = [[crapitem, crapitem, crapitem, crapitem, crapitem, crapitem], [gooditem, gooditem, gooditem, gooditem], [rareitem, rareitem]]; // Add your prizes here
var rand = Math.floor(Math.random()*100);

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


function action(mode, type, selection) {
    if (mode == -1) {
            cm.dispose();
        }else{
    if (status >= 5 && mode == 0) {
            cm.sendOk("See you next time!.");
            cm.dispose();
            return;                   
        }
   
        if (mode == 1) {
            status++;
        }else{
            status--;
        }
    if (status == 0) {
        if (cm.haveItem(itemid, 1)) { // You choose what item.
            cm.gainItem(itemid, -1); // You choose what item, same as above
            cm.sendNext("Step right up and test your luck. See if you can win an amazing prize by guessing the correct box!");
        }else{
            cm.sendOk("You don't have the right item.");
            cm.dispose();
        }
    } else if (status == 1) {
            cm.sendNext("Do you feel lucky?");
    } else if (status == 2) {
        for(var i = 0, text = "Choose one of the prize below.\r\n\r\n"; i < boxes.length; text += "\t\t#L" + i + "##i" + boxes[i] + "##l" + ((i+1) % 2 == 0 ? "\r\n" : ""), i++);
        cm.sendSimple(text);
    } else if (status == 3) {
        cm.sendYesNo("Do you want to choose #i" + boxes[selection] + "#?");
    } else if (status == 4) {
        var rand2;
        if ((rand >= 1) && (rand <= 50)) {
            rand2 = Math.floor(Math.random() * prize[0].length);
        } else if ((rand >= 51) && (rand <= 90)) {
            rand2 = Math.floor(Math.random() * prize[1].length);
        }else{
            rand2 = Math.floor(Math.random() * prize[2].length);
            }
            cm.gainItem([rand >= 1 && rand <= 50 ? prize[0][rand2] : rand >= 51 && rand <= 90 ? prize[1][rand2] : prize[2][rand2]]);
            cm.sendOk("You have won a #v" + [rand >= 1 && rand <= 50 ? prize[0][rand2] : rand >= 51 && rand <= 90 ? prize[1][rand2] : prize[2][rand2]] + "#");
            cm.dispose();
        }
    }

and call it my own, then have someone say I leeched it. Does anyone have proof I leeched it? No? Then don't say I leeched it. It's an insult to someone. Sidenote: This is my script and if anyone says otherwise, they are a fool.

bboy242

Posts : 3
Reputation : 0
Join date : 2010-01-16

Back to top Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by Guest Sun Jan 17, 2010 3:31 am

He's only 16 or something, he can't be able to code java and c++ perfectly.

Guest
Guest


Back to top Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by bboy242 Sun Jan 17, 2010 6:54 am

iElmo ツ wrote:He's only 16 or something, he can't be able to code java and c++ perfectly.

I think you misunderstood me. I'm not bagging on him for not being able to code good. I'm merely saying he shouldn't discredit someone without proof. I felt it was wrong for him to accuse Rice of leeching when I personally know Rice and know he can code. I also know the scripts he posted were scripts he made himself.

bboy242

Posts : 3
Reputation : 0
Join date : 2010-01-16

Back to top Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by †ζnҒinity† Sun Jan 17, 2010 7:06 am

oh well whats past is past..nothing much we can do about it...at most i think swagga should apologise to rice for doubting his coding abilities...i hope he will do so and yeah get over this...

†ζnҒinity†

Posts : 680
Reputation : 42
Join date : 2009-10-01

Back to top Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by Guest Sun Jan 17, 2010 11:01 am

I close this thread because Alex is joining another server and he's trying to be coder there + he's copying stuff from SnailMS forums to their forum.

Guest
Guest


Back to top Go down

Swagga's coder application - Page 2 Empty Re: Swagga's coder application

Post by Sponsored content


Sponsored content


Back to top Go down

Page 2 of 2 Previous  1, 2

Back to top

- Similar topics

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