Thread: Models (HELP!)

Results 1 to 5 of 5
  1. #1 Models (HELP!) 
    Felixia
    Guest
    How do I add models to my client correctly and make my server read then correctly? Like let's say I wanted to add dclaws. Do I just extract the models to my models folder and just set everything up serverside or is there more to it? Here's a picture of my client.

    Reply With Quote  
     

  2. #2  
    Registered Member


    Join Date
    Jul 2007
    Posts
    4,129
    Thanks given
    788
    Thanks received
    2,716
    Rep Power
    5000
    Download models put them in models folder get the ints and put them in class8.java of your client. then u can see the item client side then to add the item just add the ID wich you defined in the class8.java ints and put it in item.java in the right spot
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2009
    Posts
    525
    Thanks given
    1
    Thanks received
    8
    Rep Power
    29
    Wrong section!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1: @:@:@:@:@:@:""@@@:2@@@
    Reply With Quote  
     

  4. #4  
    Felixia
    Guest
    Quote Originally Posted by Arvid View Post
    Download models put them in models folder get the ints and put them in class8.java of your client. then u can see the item client side then to add the item just add the ID wich you defined in the class8.java ints and put it in item.java in the right spot
    Ermm, I'm a bit confused. I download the models and put them in the models folder then put the ints in class8.java BUT now I'm stuck on the next part. How do I see the item's ID?
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Nov 2008
    Posts
    1,031
    Thanks given
    20
    Thanks received
    33
    Rep Power
    246
    Add the Dragon Claw model in your model folder in client

    now add dragon claw in your class8.java with all the ints

    where you see :
    if(i == ####)
    the #### its the id that will spawn the dragon claw in your server

    Now go in Item.java server side, go at the bottom where you see Two_handed[]= "something like that" and add the dragon claw item id.

    Now go in item.cfg and add
    example :

    item = 8002 Dragon Claws A_legendary_pair of claws. 880000000 880000000 13200000 -4 70 20 20 0 0 20 20 20 20 80 20

    save and compile and there you go
    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
  •