Thread: Help me understand drops....

Results 1 to 10 of 10
  1. #1 Help me understand drops.... 
    Banned
    Join Date
    Aug 2011
    Posts
    117
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Like this:
    #Chaos elemental
    3200:25 2366:1 7158:1 1373:1 1289:1 1319:1 1185:1 1202:1 1149:1 892:200
    392:10 1615:1 995:2000 995:1000 995:12000 995:10000 537:10 989:1
    So far i understood that the 3200 is the npc id. And all the others are item ids.
    But!

    How do I do so it drops an item kind of often, is it the
    7158:1
    Do i set it to like 100000000 to be dropped kind of often or 0 or what.

    I dont understand...
    Reply With Quote  
     

  2. #2  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    Use sanitys new drops he released.
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  3. #3  
    ~! Legit ~!

    Join Date
    Nov 2010
    Posts
    1,973
    Thanks given
    183
    Thanks received
    211
    Rep Power
    237
    HUEY link please?
    [email protected]
    Spoiler for My Vouches:
    Quote Originally Posted by mattsforeal View Post
    I paid $5 went first, he fixed my problem and it worked. 100% legit would do it again.
    Quote Originally Posted by Mythic View Post
    Vouch for him, very smooth and fast trade, purchased his last 4m. Have fun with your new membership
    Quote Originally Posted by Harlan View Post
    Vouch, trustworthy guy.
    Quote Originally Posted by iPhisher™ View Post
    Vouch for Super-Man, he is a very legit and trustable guy.
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Aug 2011
    Posts
    117
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Yeah i want link to please.
    Reply With Quote  
     

  5. #5  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Aug 2011
    Posts
    117
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    I installed it but now monsters drop nothing...
    And when i start the server i get this:

    Raredrop: 0 392
    Raredrop: 0 10
    Raredrop: 1 1615
    Raredrop: 1 1
    Raredrop: 2 995
    Raredrop: 2 2000
    Raredrop: 3 995
    Raredrop: 3 1000
    Raredrop: 4 995
    Raredrop: 4 12000
    Raredrop: 5 995
    Raredrop: 5 10000
    Raredrop: 6 537
    Raredrop: 6 10
    Raredrop: 7 989
    Raredrop: 7 1
    java.lang.ArrayIndexOutOfBoundsException: 6261
    at server.model.npcs.NPCDrops.loadDrops(NPCDrops.java :43)
    at server.model.npcs.NPCDrops.<init>(NPCDrops.java:15 )
    at server.Server.<clinit>(Server.java:76)
    Loaded clipmap in 35ms.
    [2011-08-14 00:26]: Launching CruelalityX...
    [2011-08-14 00:26]: Loaded clipmap in 47ms.
    [2011-08-14 00:26]: Server listening on port 0.0.0.0:43594
    [2011-08-14 00:26]: [REGISTERED]: edwin
    [2011-08-14 00:27]: Game saved for player edwin
    [2011-08-14 00:27]: [DEREGISTERED]: edwin
    [2011-08-14 00:27]: [REGISTERED]: edwin
    Reply With Quote  
     

  7. #7  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Quote Originally Posted by HUEY View Post
    Use sanitys new drops he released.
    That's what he is using im pretty sure. Also I wouldn't consider it new, a year old D:



    OT: explained in the thread he linked

    @ error you spaced instead of tabed mabye?
    Reply With Quote  
     

  8. #8  
    Shake n Bake

    Organic's Avatar
    Join Date
    Apr 2010
    Posts
    2,499
    Thanks given
    204
    Thanks received
    324
    Rep Power
    588
    Here...
    For your constant drops like lets say ashes for lesser demons or something you would go to NpcConstants.TSM
    After that you would right click edit with notepad++
    Then after the NpcConstants.TSM comes up you would right
    NPCID space ITEMID of your constant drops
    here is an example of my KBD NpcConstants
    Code:
    50	536	2509
    50 is the npc id and the 536 is d bones and the 2509 is the black dragonhide.

    Now for normal drops you would right click NPCDrops.TSM edit with notepad++
    then after that this is what you do
    #Name of npc example #gargoyle
    NPCIDrop of rare item space normal drop:number of that item
    then under that line it would be the rare item like ITEMOFRAREITEM:item amount
    Code:
    #Crawling Hand
    1648:20	995:1000	830:5	1618:2	1624:2	1622:2	1620:2
    4095:1
    1648 is the npcID 20 is the rarity of the rare drop 995 830 1618 1624 are all normal drops
    then the 4095 is the rare drop

    I hope i explained it well enough
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Aug 2011
    Posts
    117
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Yeah I just realized i already have it lololol.

    Just a smaller code 0_o
    Reply With Quote  
     

  10. #10  
    ~! Legit ~!

    Join Date
    Nov 2010
    Posts
    1,973
    Thanks given
    183
    Thanks received
    211
    Rep Power
    237
    u werent supposed to change anything, that link EXPLAINED it lol
    [email protected]
    Spoiler for My Vouches:
    Quote Originally Posted by mattsforeal View Post
    I paid $5 went first, he fixed my problem and it worked. 100% legit would do it again.
    Quote Originally Posted by Mythic View Post
    Vouch for him, very smooth and fast trade, purchased his last 4m. Have fun with your new membership
    Quote Originally Posted by Harlan View Post
    Vouch, trustworthy guy.
    Quote Originally Posted by iPhisher™ View Post
    Vouch for Super-Man, he is a very legit and trustable guy.
    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. I seriously don't understand...
    By maestro eric in forum Complaints
    Replies: 1
    Last Post: 04-28-2008, 04:57 PM
  2. FULLY understand Npc drops
    By Kurt in forum Tutorials
    Replies: 11
    Last Post: 03-26-2008, 06:53 PM
  3. To help you fully understand drops.
    By Soulzz in forum Tutorials
    Replies: 2
    Last Post: 05-26-2007, 03:15 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
  •