Renegade Scape - Gaming At It's Best
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Arkantos1222's coder application.

3 posters

Go down

Arkantos1222's coder application. Empty Arkantos1222's coder application.

Post by arkantos1222 Sun Apr 24, 2011 12:01 am

Hey, it's the annoying me again, this is kinda a fun application but I'm still trying. I'd like to be a coder. I've worked and searched through server and client files i already have and it seems pretty cool and easy to me, as long as the files are decompiled (.class and .java). I can do next to anything you ask me to do. from changing prices to making a class (with a tut lol).

Note : Don't ask me to do huge stuff tho like fetching stuff from runescape, I'm still learning how to do that lol.
Note 2 : I'm much better on clients than server.
arkantos1222
arkantos1222

Arkantos1222's coder application. Admin

Posts : 89
Reputation : 6
Join date : 2011-01-04
Age : 27
Location : Sitting on my chair, looking at my computer screen while writing this bullshit.

Back to top Go down

Arkantos1222's coder application. Empty Re: Arkantos1222's coder application.

Post by Sasquatch420 Sun Apr 24, 2011 12:46 am

Thank for your application, When it comes to the difference between client and server, Server is way harder cause there is more values, but clients can be difficult if you are used to a non-renamed client as the codes in them do not have their proper names, in renamed clients all the codes have their proper names and its easier to understand such as here is an example:

non-renamed client:
Code:
public void Armour() {
        if([u]anInt1056[/u]== 500) {
            for (int I = 0; I < [u]anInt1060[/u]) {
                switch(i) {
                    case 0:
                    return 10;
                }
            }
        }
}

renamed client:
Code:
public void Armour() {
        if([u]DefaultValue[/u]== 500) {
            for (int I = 0; I < [u]ChangedValue[/u]) {
                switch(i) {
                    case 0:
                    return 10;
                }
            }
        }
}

see the difference? yeah its pretty clear that renamed is much easier to understand.


on another note, Arkantos I know you have atleast some experience with java considering you have a minecraft server and when I get stuck on something we will work together. Thank you and good night.
Sasquatch420
Sasquatch420

Arkantos1222's coder application. Admin

Posts : 56
Reputation : 0
Join date : 2010-12-28
Age : 31
Location : Ishpeming, MI

https://runepocalypse.forumotion.com

Back to top Go down

Arkantos1222's coder application. Empty Re: Arkantos1222's coder application.

Post by arkantos1222 Sun Apr 24, 2011 12:51 am

I'm still a learner, but I'll do what I can to help you, thanks kuro (: Smile

And by the way, I'm much better with values and I realized that I'm much better at editing servers, but as I said, I'll do what I can.
arkantos1222
arkantos1222

Arkantos1222's coder application. Admin

Posts : 89
Reputation : 6
Join date : 2011-01-04
Age : 27
Location : Sitting on my chair, looking at my computer screen while writing this bullshit.

Back to top Go down

Arkantos1222's coder application. Empty Re: Arkantos1222's coder application.

Post by Sasquatch420 Sun Apr 24, 2011 1:17 am

here is an example of some of the server codes i use.
Code:
case 66119:
         if (c.Wolfwhistle <= 2 && c.inWolfWhistle() && c.Wolfwhistle >= 1) {
            if (c.getSummoning().summonedType == 6829 && c.getItems().playerHasItem(12425, 1)){
               c.sendMessage("The Spirit wolf howls, as the Giant Wolpertinger flees...");
               c.getItems().deleteItem(12425, 1);
               c.getSummoning().familiarSpecial -= 10;
               c.sendMessage("I should really go back to PikkupStix");
               c.getPA().movePlayer(2906, 3468, 0);
               c.Wolfwhistle = 2;
            }
         } else if (c.Wolfwhistle != 2 && !c.inWolfWhistle()) {
            if (c.getSummoning().summonedType == 6829 && c.getItems().playerHasItem(12425, 1)) {
               c.sendMessage("The Spirit wolf howls, as your enemy flees..");
               c.getItems().deleteItem(12425, 1);
               c.getSummoning().familiarSpecial -= 10;
            }
         }
               
      break;
Sasquatch420
Sasquatch420

Arkantos1222's coder application. Admin

Posts : 56
Reputation : 0
Join date : 2010-12-28
Age : 31
Location : Ishpeming, MI

https://runepocalypse.forumotion.com

Back to top Go down

Arkantos1222's coder application. Empty Re: Arkantos1222's coder application.

Post by arkantos1222 Sun Apr 24, 2011 1:22 am

I understand server more than client tbh.

Off topic : Here's danny's opinion about staff position :
Mods shouldnt be able to spawn (I think) but can yell
Admins can do yell, spawn npc and teleto people
co owner can teletome.
I think thats about it but i didnt get the whole coneversation so yeah lol.
arkantos1222
arkantos1222

Arkantos1222's coder application. Admin

Posts : 89
Reputation : 6
Join date : 2011-01-04
Age : 27
Location : Sitting on my chair, looking at my computer screen while writing this bullshit.

Back to top Go down

Arkantos1222's coder application. Empty Re: Arkantos1222's coder application.

Post by mod dan Sun Apr 24, 2011 2:25 am

arkantos1222 wrote:I understand server more than client tbh.

Off topic : Here's danny's opinion about staff position :
Mods shouldnt be able to spawn (I think) but can yell
Admins can do yell, spawn npc and teleto people
co owner can teletome.
I think thats about it but i didnt get the whole coneversation so yeah lol.

let me explain ,

- every staff member should be aloud to ::yell
- moderators should not be aloud to spawn but they still can xteleto and mute ppl
- administrators should be able to ::xteleto
- co owners ( right 3 ) should be able to ::xteletome players
- superior ranks can do what lower ranks can do

thats kind of it Razz
mod dan
mod dan

Arkantos1222's coder application. Admin

Posts : 23
Reputation : 5
Join date : 2010-12-28
Age : 28
Location : quebec,canada

Back to top Go down

Arkantos1222's coder application. Empty Re: Arkantos1222's coder application.

Post by arkantos1222 Mon Apr 25, 2011 12:13 am

I say admins should also be able to spawn npcs, but then again, this is only my opinion.
arkantos1222
arkantos1222

Arkantos1222's coder application. Admin

Posts : 89
Reputation : 6
Join date : 2011-01-04
Age : 27
Location : Sitting on my chair, looking at my computer screen while writing this bullshit.

Back to top Go down

Arkantos1222's coder application. Empty Re: Arkantos1222's coder 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