Droprate bug, need expert help!

Results 1 to 13 of 13
  1. #1
    Newbie sulkyn is offline
    MemberRank
    Dec 2006 Join Date
    12Posts

    Droprate bug, need expert help!

    Hi, I am developing a private server and i've been trying to add g70 drop for a splachy spawn. However, I managed to add drop for archer, mage and all the weapons... then when i was trying to add knight i got some bug in game which made the monster drop like 999999x geon bags.

    this is how it looks like in my itemgroup.txt

    (group (index 3007) (money (500 15000)))
    (group (index 3030) (item (40 5020 0) (180 5027 0)))
    (group (index 4000) (item (100 972 0) (200 978 0) (300 965 0) (400 971 0) (500 1124 0)))
    (group (index 4034) (item (100 2500 0) (200 2501 0) (300 2502 0) (400 2503 0) (500 2504 0)))
    (group (index 4035) (item (100 2505 0) (200 2506 0) (300 2507 0) (400 2508 0) (500 2509 0)))
    (group (index 4036) (item (100 2510 0) (200 2511 0) (300 2512 0) (400 2513 0) (500 2514 0)))

    the last group (4036) is g70 knight which doesn't work i have also tried with many diffrent index names.

    and here is the rest.

    (itemgroup (index 3007) (group (200 3007)))
    (itemgroup (index 3030) (group (20 3030)))
    (itemgroup (index 4000) (group (20 4000)))
    (itemgroup (index 4034) (group (20 4034)))
    (itemgroup (index 4035) (group (20 4035)))
    (itemgroup (index 4036) (group (20 4036)))

    and the mob.

    (monster (name 125) (index 125) (country 0 1 2) (race 1) (level 70) (ai 2) (range 32) (sight 200 320) (exp 4600000) (itemgroup 3007 1) (itemgroup 3030 1) (itemgroup 4000 1) (itemgroup 4034 1) (itemgroup 4035 1) (itemgroup 4036 1)
    (str 101) (hth 103) (int 90) (wis 50) (dex 31) (hp 4500) (mp 300) (aspeed 2300) (hit 149) (dodge 130)
    (attack 0 490 560) (magic 0 0) (defense 106 83) (absorb 18) (mspeed 1600 600) (resist 14 14 14 14 14)
    (quest ))

    I know the problem is in here somwhere, perhaps someone can see why the last itemgroup makes the mob drop x9999999 geon bags?
    Last edited by ToXiC L33T; 23-01-09 at 09:24 AM. Reason: changed tag


  2. #2
    boo General is offline
    Grand MasterRank
    Sep 2006 Join Date
    at homeLocation
    2,269Posts

    Re: Droprate bug, need expert help!

    you added too much itemgroups to the mob

    had the same bug once :P dropped like 4 piles of millions of bags

  3. #3
    Newbie sulkyn is offline
    MemberRank
    Dec 2006 Join Date
    12Posts

    Re: Droprate bug, need expert help!

    Ok, so how do i do if i want to add the knight armor too?...make one itemgroup bigger?

  4. #4
    A.K.A /v\aX /--/ PHP Guru ToXiC L33T is offline
    Grand MasterRank
    Aug 2007 Join Date
    Prestwich, UnitLocation
    1,112Posts

    Re: [Help]Droprate bug, need expert help!

    Yes i mean if these groups all for 1 monster just make 1 or 2 drop groups

  5. #5
    boo General is offline
    Grand MasterRank
    Sep 2006 Join Date
    at homeLocation
    2,269Posts

    Re: [Help]Droprate bug, need expert help!

    (itemgroup (index 3007) (group (200 3007)))
    (itemgroup (index 3030) (group (20 3030) (40 4000) (60 4034) (80 4035) (100 4036)))

    just add 3007 and 3020 to your mob instead

  6. #6
    Grand Master MILEKY is offline
    Grand MasterRank
    Aug 2006 Join Date
    SloveniaLocation
    571Posts

    Re: [Help]Droprate bug, need expert help!

    You can call maximum of 6 itemgroups per mob.

  7. #7
    Grand Master 2Kxx is offline
    Grand MasterRank
    Feb 2008 Join Date
    Sweden..Location
    1,194Posts

    Re: [Help]Droprate bug, need expert help!

    Quote Originally Posted by MILEKY View Post
    You can call maximum of 6 itemgroups per mob.
    I had 7.. :P

  8. #8
    Grand Master Flohle is offline
    Grand MasterRank
    Oct 2006 Join Date
    GermanyLocation
    1,942Posts

    Re: [Help]Droprate bug, need expert help!

    isn't it between 12 and 18 somewhere here?

    don'T remember, someone told times ago ...

  9. #9
    the Insane ronjambo is offline
    Grand MasterRank
    Aug 2007 Join Date
    572Posts

    Re: [Help]Droprate bug, need expert help!

    it happened to me 1 time and i had about 6 or less,
    i think the ammount of items you have in the group
    and how many groups you have in the itemgroup
    if exessive contributes to the bug also




    .

  10. #10
    Sorcerer Supreme djd is offline
    Member +Rank
    Nov 2006 Join Date
    on a planet called earth??Location
    303Posts

    Re: [Help]Droprate bug, need expert help!

    why dont you use a simple drop editor?

    i got one almost +90% working ^^
    so thats not much errors ( you can make 10% errors urself :p )

    grtz

  11. #11
    Grand Master MILEKY is offline
    Grand MasterRank
    Aug 2006 Join Date
    SloveniaLocation
    571Posts

    Re: [Help]Droprate bug, need expert help!

    Quote Originally Posted by djd View Post
    why dont you use a simple drop editor?

    i got one almost +90% working ^^
    so thats not much errors ( you can make 10% errors urself :p )

    grtz
    Ye, if you're retarded.

  12. #12
    Member simseg is offline
    MemberRank
    Nov 2006 Join Date
    HeavenLocation
    51Posts

    Re: [Help]Droprate bug, need expert help!

    (monster (name 125) (index 125) (country 0 1 2) (race 1) (level 70) (ai 2) (range 32) (sight 200 320) (exp 4600000) (itemgroup 3007 1) (itemgroup 3030 1) (itemgroup 4000 1) (itemgroup 4034 1) (itemgroup 4035 1) (itemgroup 4036 1)
    (str 101) (hth 103) (int 90) (wis 50) (dex 31) (hp 4500) (mp 300) (aspeed 2300) (hit 149) (dodge 130)
    (attack 0 490 560) (magic 0 0) (defense 106 83) (absorb 18) (mspeed 1600 600) (resist 14 14 14 14 14)
    (quest ))
    You don't need to add all that mob's
    just add your Group Drop at 1 or 2 mobs.. at the group thats all the problem that u added , the itam's in Alot mob's
    have fun and enjoy , i hope that i helped a lil bit.

  13. #13
    boo General is offline
    Grand MasterRank
    Sep 2006 Join Date
    at homeLocation
    2,269Posts

    Re: [Help]Droprate bug, need expert help!

    the answer has already been given a week ago



Advertisement