Thread: Need some things to end my castle wars plz

Results 1 to 4 of 4
  1. #1 Need some things to end my castle wars plz 
    Registered Member
    Join Date
    May 2012
    Posts
    445
    Thanks given
    31
    Thanks received
    19
    Rep Power
    48
    Hello guys, I've been working in castle wars from 4-5 days (not sure).. I've fixed all the glitches (that's because my friend helped me finding all the glitches) but I couldn't do somethings or add them so please help me..

    Firstly, I need to make players at spawn can't be attacked and I'm pretty sure it's in CombatAssistant..

    second, I need to make my clipping better.. Lets say we have player a (the guy who is following) and player b (the guy who is getting followed)
    first of all player a gets in the cornor and player b next to him, player a follows player b then player b walk under player a.. That will make player a noclip out.. Thats why I need better following clipping and I did these 2 guides only http://www.rune-server.org/runescape...-clipping.html so please send me other tutorials because I didnt find other then porject exil and it sounds dumb by making a file dont know where.. (I don't mean to flame the guy who made it)

    third (not a big problem if I didnt get the answer for this), I need barricade to work (I have no idea how would this work)

    That's all I need, thank you for helping and please don't say lazy Because I googled everything about this and didn't find one.. Thank you much

    Edit: I forgot that I need real RuneScape's waiting room interface because mine is like:

    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2012
    Posts
    445
    Thanks given
    31
    Thanks received
    19
    Rep Power
    48
    Bump plz I need this
    Reply With Quote  
     

  3. #3  
    Registered Member jackd019's Avatar
    Join Date
    Aug 2011
    Posts
    431
    Thanks given
    5
    Thanks received
    8
    Rep Power
    11
    http://www.rune-server.org/runescape...following.html
    Have a shot @ this clipped following tutorial .

    For the thing about people killing people at spawn , urm is it just Castlewars loading room ?, then follow this
    player.java
    and find for this
    public boolean safeZone() {
    Find the coordinates of the area
    (absX >= XXXX && absX <= XXXX && absY >= YYYY && absY <= YYYY)
    Thats the format , imagine it like a big box/rectangle
    to explain easier , go to the top left corner get the cords and to the bottom right corner and get the coords , use them to input into the XXXX YYYY
    Exmaple : topleftcorner 6750,4321 bottomrightcorner 3255 3231 , then the input should be (absX >= 6750 && absX <= 4321 && absY >= 4321 && absY <= 3231)
    Just double check i havent been doing much lately

    Barricades , do you want the effects of it to be killable in the sense of destroying them ? and
    http://www.rune-server.org/runescape...s-updated.html
    Good Tutorial
    Last edited by jackd019; 08-22-2014 at 03:28 PM. Reason: To explain further
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2012
    Posts
    445
    Thanks given
    31
    Thanks received
    19
    Rep Power
    48
    Quote Originally Posted by jackd019 View Post
    http://www.rune-server.org/runescape...following.html
    Have a shot @ this clipped following tutorial .

    For the thing about people killing people at spawn , urm is it just Castlewars loading room ?, then follow this
    player.java
    and find for this
    public boolean safeZone() {
    Find the coordinates of the area
    (absX >= XXXX && absX <= XXXX && absY >= YYYY && absY <= YYYY)
    Thats the format , imagine it like a big box/rectangle
    to explain easier , go to the top left corner get the cords and to the bottom right corner and get the coords , use them to input into the XXXX YYYY
    Exmaple : topleftcorner 6750,4321 bottomrightcorner 3255 3231 , then the input should be (absX >= 6750 && absX <= 4321 && absY >= 4321 && absY <= 3231)
    Just double check i havent been doing much lately

    Barricades , do you want the effects of it to be killable in the sense of destroying them ? and
    http://www.rune-server.org/runescape...s-updated.html
    Good Tutorial
    Thank you bro, the clipping worked 100% and that gave me a great feeling.. But the problem is with the safe zone, firstly I can't find safezone in the whole server orrr client, also it should have height 1.. The barricades will try it soon

    Thank you so much

    Edit: Added barricades 3 times and didn't work somewhy..
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Replies: 10
    Last Post: 08-02-2013, 10:44 PM
  2. Replies: 1
    Last Post: 04-13-2012, 04:16 AM
  3. Need some people to test my webclient
    By Bilkey in forum Requests
    Replies: 5
    Last Post: 03-29-2012, 12:27 PM
  4. Replies: 6
    Last Post: 02-26-2010, 11:25 PM
  5. i added some things to my npchandler
    By lastpkz in forum Help
    Replies: 8
    Last Post: 07-16-2009, 04:09 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •