Thread: Couple things.

Results 1 to 6 of 6
  1. #1 Couple things. 
    Registered Member M1Cr0's Avatar
    Join Date
    Apr 2008
    Posts
    58
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Hello, i need couple things for server.
    1. If i kill monster dropped charms are only for me.
    2. If i die with chaotics and they are dropped players cant pick up.
    3. D hally spec is bugged. Sometimes just crash client and it hits only 1 time.
    CODE:
    Code:
    case 3204: // d hally
    			c.gfx100(282);
    			c.startAnimation(1203);
    			c.hitDelay = getHitDelay(c.getItems().getItemName(c.playerEquipment[c.playerWeapon]).toLowerCase());
    			if(Server.npcHandler.npcs[i] != null && c.npcIndex > 0) {
    				if(!c.goodDistance(c.getX(), c.getY(), Server.npcHandler.npcs[i].getX(), Server.npcHandler.npcs[i].getY(), 1)){
    					c.doubleHit = true;
    				}
    			}
    			if(Server.playerHandler.players[i] != null && c.playerIndex > 0) {
    				if(!c.goodDistance(c.getX(), c.getY(), Server.playerHandler.players[i].getX(),Server.playerHandler.players[i].getY(), 1)){
    					c.doubleHit = true;
    				}
    			}
    			break;
    4. How to edit note items? Example: Exchange noted rocktails to normal in bank.

    If i will remember il post more. Thanks everyone!
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    For your first two problems, Thats because they are In the un-tradable / Droppable method in config.java.
    Im assuming your using Insidiax?

    And for the D-Hally, i'll work on the 100% RS D hallly and post it, as i havent actually got it myself anyway.
    Reply With Quote  
     

  3. #3  
    Registered Member M1Cr0's Avatar
    Join Date
    Apr 2008
    Posts
    58
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Thank you! No, im not using Insidiax. That base sucks. Il try fix first 2 problems.
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Quote Originally Posted by M1Cr0 View Post
    Thank you! No, im not using Insidiax. That base sucks. Il try fix first 2 problems.
    Alright alright No need to bad mouth my release
    But yeah GL
    Reply With Quote  
     

  5. #5  
    Registered Member M1Cr0's Avatar
    Join Date
    Apr 2008
    Posts
    58
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Quote Originally Posted by Faris View Post
    Alright alright No need to bad mouth my release
    But yeah GL
    Sorry, man. Didnt know, but its too messy. But a lot of things got that others servers doesnt. Fixed.. Thanks man! REP
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Quote Originally Posted by M1Cr0 View Post
    Sorry, man. Didnt know, but its too messy. But a lot of things got that others servers doesnt. Fixed.. Thanks man! REP
    Np
    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. Need help with a couple things
    By `Avoid` in forum Help
    Replies: 0
    Last Post: 03-22-2010, 12:21 AM
  2. A couple of things..
    By bals of gold in forum Help
    Replies: 1
    Last Post: 01-21-2010, 04:32 AM
  3. Help with a couple of things.
    By Drento in forum Help
    Replies: 2
    Last Post: 03-25-2009, 09:13 PM
  4. Couple of Things...
    By Winters in forum Help
    Replies: 10
    Last Post: 03-19-2009, 08:29 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •