Thread: dragon claw

Results 1 to 9 of 9
  1. #1 dragon claw 
    harmy
    Guest
    hey guyz i added d claws into my server and the id is 8002

    and when i tryed to pickup 8002 i got a nul iteam

    can any1 plz tell me why and give me exmple how to add the model w/e for d claws plz?
    Reply With Quote  
     

  2. #2  
    dagron12
    Guest
    you should add the models in your models folder
    then you must go to class 8 and type in:
    if(i == 8002)
    {
    class8.aStringArray189 = new String[5];
    class8.aStringArray189[1] = "Wield";
    class8.anInt174 = 13698;
    class8.anInt181 = 738;
    class8.anInt190 = 245;
    class8.anInt198 = 80; // model rotate; side ways increase to move right in circle
    class8.anInt169 = -2; // model offset; increase to move to the right
    class8.anInt194 = 3; // model offset; increase to move up
    class8.anInt165 = 13699;
    class8.anInt200 = 13699;
    class8.anInt188 = -1;
    class8.anInt164 = -1;
    class8.aString170 = "Dragon claws";
    class8.aByteArray178 = "A set of fighting claws.".getBytes();
    }
    this will work if you are using the new model of d claws galkon made.then compile
    then open your client and say (with no : "add model 13698"
    "add model 13699"
    restart your client and you are done!
    Reply With Quote  
     

  3. #3  
    yasoof0wnz
    Guest
    Make sure you add it in item.cfg
    Reply With Quote  
     

  4. #4  
    dagron12
    Guest
    i this he is talking client side not server side
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Jun 2007
    Age
    29
    Posts
    3,003
    Thanks given
    52
    Thanks received
    98
    Rep Power
    3208
    hehe you guys make me laugh, you cant change the sprite of a item by editing item.cfg...
    Reply With Quote  
     

  6. #6  
    dagron12
    Guest
    yes i can!
    HE IS TALKING ABOUR CLIENT SIDE!
    HERE!
    ADD THIS IN YOUR ITEM.CFG
    Code:
    item = 8002	Dragon_claws	_	0	0	0	41	57	-4	0	0	13	46	14	0	0	100	0
    Reply With Quote  
     

  7. #7  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    Sprites cannot be edited server sided dargon, the client interprets the packets it is sent, therefore you can change what it makes it. If the ints you were given dont work, make sure your model has the right IDs as the ones in your model folder. Or better yet get an rs cache and add the models yourself.
    Reply With Quote  
     

  8. #8  
    dagron12
    Guest
    All i did in my server is to add the stuff in item.cfg then go to the client adding the models and putting their its in class 8
    thats what i did and works perfect.
    Reply With Quote  
     

  9. #9  
    Unlimited Pk
    Guest
    are we just going to in server: add model 13699?
    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
  •