Thread: easy fix for crazy pvp!

Results 1 to 5 of 5
  1. #1 easy fix for crazy pvp! 
    Registered Member
    Join Date
    Dec 2009
    Age
    27
    Posts
    318
    Thanks given
    1
    Thanks received
    3
    Rep Power
    19
    okay guys u know how wen u attack a npc in safe zone the pvp timer goes off?

    well i found the fix for that

    not really a fix u just had to put coords in.

    kk

    open your client.jave

    Code:
     type ctrl+f
    okay now

    type

    Code:
    isinpvp
    this is where u make it safe zone but under this you will see

    Code:
    public boolean isInWilderness(int coordX, int coordY, int Type) {
    		if (Type == 1) {
    			if ((coordY >= 3838) && (coordY <= 3910) && (coordX <= 2630)
                              && (coordX >= 2584)) {
    					
    				return true;
    			}
    		} else if (Type == 2) {
    			if ((coordY >= 2585) && (coordY <= 3901) && (coordX <= 2621)
    					&& (coordX >= 2942)) {
    				return true;
    			}
    		}
    		return false;
    	}

    okay so if u log in crazy pvp and go to them coords and spawm a man or what ever u gonna spawm.

    the pvp timer will not go off

    so log in crazy pvp
    and type

    Code:
     ::tele 2630 3838
    and then

    Code:
     ::noclip
    okay now go to the castle where it says your server name.

    then spawm

    Code:
     ::npc 1
    kk u done that attack the npc and there u go it don't set off the pvp time

    Code:
     NOTE: that if u chnage the coords in to a safe zone thats is allrdy safe this will not work
    so where ever u are adding moster for people to train on make sure its 1 vs 1
    and not multi pvp

    kk here now i will till u how to change the coords to make it safe


    You see how it says
    Code:
     ((coordY >= 3838) && (coordY <= 3910) && (coordX <= 2630)
                              && (coordX >= 2584)) {
    well okay i know theres alot of tuts how to do this but....


    okay frist

    u have 4 conners of where the safe zone will be


    go to 1 of the conners and type

    Code:
     ::mypos

    okay lets say u go to the top right conner

    now u go down to the bottom left conner and type
    Code:
     ::mypos
    okay now your done that


    now u get 4 coords

    you get 2 x coords and 2 y coords


    okay 1 now that u done that
    go back to the file
    and look at this


    [code]f ((coordY >= 3838) && (coordY <= 3910) && (coordX <= 2630)
    && (coordX >= 2584)) { [code]


    i edited it up a bit okay so lets say u have 3000 x and 3050 y for the top right conner

    now for the bottom left conner u have 3050 x and 3000 y


    so thats

    3000 x 3050 y
    3050 x 3000 y

    the code should look like this

    [code] ((coordY >= 3000) && (coordY <= 3050) && (coordX <= 3050)
    && (coordX >= 3000)) { [code]

    there u go now in the middle of them coords the npc pvp timer will not go off and it will be safe zone hope i helped
    Reply With Quote  
     

  2. #2  
    Registered Member
    Polaroid's Avatar
    Join Date
    Jul 2009
    Posts
    936
    Thanks given
    1,088
    Thanks received
    63
    Rep Power
    94
    That is the most retarded and stupid thing I have ever seen.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2009
    Age
    27
    Posts
    318
    Thanks given
    1
    Thanks received
    3
    Rep Power
    19
    wow don't flame me ive seen so many threads about how to fix pvn so i posted this if u hate it gtfo no point in posting if u don't need it...... im helping other people....
    Reply With Quote  
     

  4. #4  
    Registered Member
    Slay No More's Avatar
    Join Date
    Oct 2008
    Age
    25
    Posts
    2,334
    Thanks given
    695
    Thanks received
    170
    Rep Power
    554
    @bill_ Gtfo newfag.
    Add me on skype if you wish to contact me.
    slaynomore
    My Steam Profile (from [Only registered and activated users can see links. ])
    • Worth: $719 ($245 with sales)
    • Games owned: 86
    • Games not played: 27 (31%)
    • Hours on record: 1,851.8h
    Reply With Quote  
     

  5. #5  
    Registered Member
    Polaroid's Avatar
    Join Date
    Jul 2009
    Posts
    936
    Thanks given
    1,088
    Thanks received
    63
    Rep Power
    94
    Quote Originally Posted by Slay No More View Post
    @bill_ Gtfo newfag.
    How does that even work when im not a newfag.
    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

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