Thread: richscape v4, xp and specs

Results 1 to 3 of 3
  1. #1 richscape v4, xp and specs 
    Registered Member cheers09's Avatar
    Join Date
    Apr 2009
    Posts
    140
    Thanks given
    2
    Thanks received
    16
    Rep Power
    14
    Anybody know how to change xp per hit on richv4.
    Also how to change max spec amount.. i find the case in client.java and change the max hit etc... but it doesnt change anything in game. Thanks
    Reply With Quote  
     

  2. #2  
    Registered Member
    G0nzo's Avatar
    Join Date
    Feb 2009
    Posts
    4,960
    Thanks given
    514
    Thanks received
    546
    Rep Power
    1735
    have u complied? pl0x i dunno post wat u changed
    Computer Science Graduate, Java Expert
    Need help with something? PM me
    Reply With Quote  
     

  3. #3  
    Registered Member cheers09's Avatar
    Join Date
    Apr 2009
    Posts
    140
    Thanks given
    2
    Thanks received
    16
    Rep Power
    14
    ofcourse iv compiled lol.. but for some reason i dont think this is how you change the max hit.... 2746 is ags ID, 640 is ags spec. But when i change the 82 it does absolutely nothing ingame. Inside client. java:
    Code:
    			case 2746:
    				anim(3547);
    				gfx(640);
    				if (IsAttackingNPC) {
    					SpecDamgNPC(82);
    				} else if (IsAttacking) {
    					SpecDamg(82);
    				}
    				break;
    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
  •