Thread: Monkey Greegree's & Picture's [CREATED BY ME]

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 100% Monkey Greegree's & Picture's [CREATED BY ME] 
    XGamer
    Guest
    Description: 100% - 90% Monkey Greegree's

    Difficulty: 2.5 - +

    Assumed Knowledge: Copy & Past

    Tested Server: XScape [Czar]

    Files/Classes Modified: Client.java

    Credits: 100% Credits Me ! I MADE IT [Flame / Dont Replay = Remove]

    Have Fun

    Procedure
    Step 1: Open Client.Java Search For
    Code:
    public void WriteBonus() {
    Step 2: Now Under :
    Code:
    CalculateMaxHit();
    Add This Code :

    *took me 5 min to make

    Code:
    if ((playerEquipment[playerWeapon] == 4025) && npcId != 1481) {
    npcId = 1481;
    isNpc = true;
    } else if ((playerEquipment[playerWeapon] != 4025) && npcId == 1481) {
    npcId = 0;
    isNpc = false;
    }
    if ((playerEquipment[playerWeapon] == 4026) && npcId != 1482) {
    npcId = 1482;
    isNpc = true;
    } else if ((playerEquipment[playerWeapon] != 4026) && npcId == 1482) {
    npcId = 0;
    isNpc = false;
    }
    if ((playerEquipment[playerWeapon] == 4027) && npcId != 1483) {
    npcId = 1483;
    isNpc = true;
    } else if ((playerEquipment[playerWeapon] != 4027) && npcId == 1483) {
    npcId = 0;
    isNpc = false;
    }
    if ((playerEquipment[playerWeapon] == 4028) && npcId != 1484) {
    npcId = 1484;
    isNpc = true;
    } else if ((playerEquipment[playerWeapon] != 4028) && npcId == 1484) {
    npcId = 0;
    isNpc = false;
    }
    if ((playerEquipment[playerWeapon] == 4029) && npcId != 1485) {
    npcId = 1485;
    isNpc = true;
    } else if ((playerEquipment[playerWeapon] != 4029) && npcId == 1485) {
    npcId = 0;
    isNpc = false;
    }
    if ((playerEquipment[playerWeapon] == 4030) && npcId != 1486) {
    npcId = 1486;
    isNpc = true;
    } else if ((playerEquipment[playerWeapon] != 4030) && npcId == 1486) {
    npcId = 0;
    isNpc = false;
    }
    if ((playerEquipment[playerWeapon] == 4031) && npcId != 1487) {
    npcId = 1487;
    isNpc = true;
    } else if ((playerEquipment[playerWeapon] != 4031) && npcId == 1487) {
    npcId = 0;
    isNpc = false;
    }
    Step 3: if you want a shop open Shops.cfg add this

    Code:
    - xx = Shop ID
    - xxx = Shop Name
    Code:
    shop = xx	xxx		2	2	4024	20	4025	20	4026	20	4027	20	4028	20	4029	20	4030	20	4031	10
    open up autospawn.cfg and add this

    Code:
    -xxxxx = Npc ID
    -xxxx = Npc Name
    -NpcX - The X Coord u want the npc
    -NpcY - The Y Coord u want the npc
    Ex : 1500 1350
    Code:
    spawn = xxxxx	NpcX	NpcY	0	0	0	0	0	1	xxxx
    Open up Client.Java Search For
    Code:
    Shop = 1
    And under it add this :

    Code:
    xx - NpcId
    xxx - ShopID
    Code:
                } else if (NPCID == xx) { // Gree By XGamer
                    PutNPCCoords = true;
                    WanneShop = xxx; // Gree By XGamer
    Pictures :

    [IMG][/IMG]


    [IMG][/IMG]
     

  2. #2  
    Can I Be Vet Pls?

    Trytohaxme's Avatar
    Join Date
    May 2008
    Age
    31
    Posts
    2,401
    Thanks given
    1
    Thanks received
    21
    Rep Power
    1478
    Uhh thanks but no thanks....
    Attached image
     

  3. #3  
    XGamer
    Guest
    could u stop hate me for nothin ?
     

  4. #4  
    Can I Be Vet Pls?

    Trytohaxme's Avatar
    Join Date
    May 2008
    Age
    31
    Posts
    2,401
    Thanks given
    1
    Thanks received
    21
    Rep Power
    1478
    I don't hate you?

    I just don't like it?
    Attached image
     

  5. #5  
    Zx Tom xZ
    Guest
    Well how about dont post if you dont like it?

    nice work mate
     

  6. #6  
    XGamer
    Guest
    that was smart
    ty Zx Tom xZ
     

  7. #7  
    Registered Member
    Harvey's Avatar
    Join Date
    Mar 2007
    Posts
    967
    Thanks given
    0
    Thanks received
    59
    Rep Power
    296
    I dont understand why people use these tbh. It cloggs up your process (Lag) and when you make your server you have other peoples work so its not your own. I only use work that will help my process.

    Gj trying though.
    Thanks,

    Harvey
     

  8. #8  
    Registered Member
    Shamon King's Avatar
    Join Date
    Aug 2007
    Posts
    3,335
    Thanks given
    90
    Thanks received
    228
    Rep Power
    1363
    Quote Originally Posted by XharveyX View Post
    I dont understand why people use these tbh. It cloggs up your process (Lag) and when you make your server you have other peoples work so its not your own. I only use work that will help my process.

    Gj trying though.
    same
    if i do add anything it will be my own
    once im done with it i will go threw and try to make it more efficient and shorter
    i tend to stay away from porcess at all times
     

  9. #9  
    XGamer
    Guest
    its nice
     

  10. #10  
    atrum
    Guest
    Looks ok.(MTS)
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •