Thread: Rock Crabs Emulous 1.7 please help

Results 1 to 5 of 5
  1. #1 Rock Crabs Emulous 1.7 please help 
    Registered Member
    Join Date
    Jan 2010
    Posts
    70
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    Ok so heres my problem, i opened spawn-config placed some rock crabs in relleka and after they die, there supposed to respawn but they respawn as rocks, i tried walking over them like real rs so thats not it please help, oh an i have a small questions too, rock crabs walk setting in config file is 5 but they dont move? :O
    Msn: [email protected]

    You know your a nerd if your K/D in COD is higher than your GPA, Nuff Said.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2010
    Posts
    70
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    B |_| |v| |*

    You know your a nerd if your K/D in COD is higher than your GPA, Nuff Said.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    Npchandler.java search the ID, common sense before you post threads like this please.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2010
    Posts
    70
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    Quote Originally Posted by Alex™ View Post
    Npchandler.java search the ID, common sense before you post threads like this please.
    Love you too. No homo.
    Code:
    							int old1 = npcs[i].npcType;
    							if (old1 == 1267 ||old1 == 1265) {
    								old1 += 1;
    							}
    							int old2 = npcs[i].makeX;
    							int old3 = npcs[i].makeY;
    							int old4 = npcs[i].heightLevel;
    							int old5 = npcs[i].walkingType;
    							int old6 = npcs[i].MaxHP;
    							int old7 = npcs[i].maxHit;
    							int old8 = npcs[i].attack;	
    							int old9 = npcs[i].defence;
    							
    							npcs[i] = null;
    							newNPC(old1, old2, old3, old4, old5, old6, old7, old8, old9);
    						}
    1268 was id for rocks, couldent even find that...

    You know your a nerd if your K/D in COD is higher than your GPA, Nuff Said.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2010
    Posts
    70
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    B |_| |v| |*

    You know your a nerd if your K/D in COD is higher than your GPA, Nuff Said.
    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
  •