Jump to content
  • 0

Problem Card Rates And Customs Mobs


kevinro

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  07/31/12
  • Last Seen:  

CUSTOM MOB ERROR

good use rathena add some gold mobs to my room and throws me this error the server

This is the error:

2w74mbk.png

and so I have my mob_db2

//GOLDROOM-------------------------
4000,Pineapple,Gold Pineapple,Gold Pineapple,15,1000,1000,10,10,1,1000,1000,4,4,5,5,5,5,5,5,10,12,0,3,20,465,200,1500,562,288,0,0,0,0,0,0,0,0,969,1000,969,1000,0
4001,Slithis,Gold Slithis,Gold Slithis,30,5000,500,10,10,1,3000,3000,25,25,25,25,25,25,25,25,10,12,1,3,20,465,200,1500,562,288,0,0,0,0,0,0,0,0,969,1000,969,1000,969,1000,969,1000,0
4002,kades,Gold Kades,Gold Kades,50,10000,5000,10,10,1,7000,7000,50,50,70,70,50,50,50,50,10,12,2,3,20,501,350,1500,562,288,0,0,20244,500,20222,500,0,0,969,1000,969,1000,969,1000,969,1000,969,1000,969,1000,0

Use the review 16594

Card Rates Error!

well I'm setting the drops of the letters I have to go rathena\conf\battle\drops.txt

// The rate the common items are dropped (Items that are in the ETC tab, besides card)

item_rate_common: 10000

item_rate_common_boss: 10000

item_drop_common_min: 1

item_drop_common_max: 10000

// The rate healing items are dropped (items that restore HP or SP)

item_rate_heal: 10000

item_rate_heal_boss: 10000

item_drop_heal_min: 10

item_drop_heal_max: 10000

// The rate at which usable items (in the item tab) other then healing items are dropped.

item_rate_use: 10000

item_rate_use_boss: 10000

item_drop_use_min: 10

item_drop_use_max: 10000

// The rate at which equipment is dropped.

item_rate_equip: 10000

item_rate_equip_boss: 10000

item_drop_equip_min: 10

item_drop_equip_max: 10000

// The rate at which cards are dropped

item_rate_card: 5000

item_rate_card_boss: 4000

item_drop_card_min: 10

item_drop_card_max: 10000

// The rate adjustment for the MVP items that the MVP gets directly in their inventory

item_rate_mvp: 10000

item_drop_mvp_min: 10

item_drop_mvp_max: 10000

// The rate adjustment for card-granted item drops.

item_rate_adddrop: 10000

item_drop_add_min: 10

item_drop_add_max: 10000

// Rate adjustment for Treasure Box drops (these override all other modifiers)

item_rate_treasure: 10000

item_drop_treasure_min: 10

item_drop_treasure_max: 10000

// Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) ***

// This can be set to any value between 0~10000.

// Note: It also announces STEAL skill usage with rare items

// 0 = don't show announces at all

// 1 = show announces for 0.01% drop chance items

// 333 = show announces for 3.33% or lower drop chance items

// 10000 = show announces for all items

rare_drop_announce: 4000

There looks like modify my drops.txt. I want the drops of normal cards are 50% and mvp are 40%

and to announce when a 40% items be dropped. the problem is that the drops do not like it because it gives very low embers and invoking 500 and none gave me poring card

This is the table that followed I saw a post

1 = 0,01%
10 = 0,1%
100 = 1%
1000 = 10%
10000 = 100%

sorry my English only speak Spanish and use a translator to make the post

Edited by kevinro
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   253
  • Joined:  11/11/11
  • Last Seen:  

For your custom mobs, the map server is stating that you don't have enough columns inside your custom mobs lines.. you need a total of 57 and you don't have that many. What you need to do is count the columns rAthena has in the mob_db and make sure you add any missing columns to your custom mob scripts.

ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper

Is your server in Renewal mode?

/// renewal drop rate algorithms
/// (disable by commenting the line)
///
/// leave this line to enable renewal item drop rate algorithms
/// while enabled a special modified based on the difference between the player and monster level is applied
/// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
#define RENEWAL_DROP

The drop system for Renewal servers are a lot different than Pre-renewal.

Also, we do have a Spanish support section you could feel comfortable in: http://rathena.org/board/forum/76-spanish-support/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  07/31/12
  • Last Seen:  

drop fix the problem and the problem of lines of mobs and I get the following error. customs mobs look like porings or novice and what should not drop Dropped.

and another question, which is better pre renewal or renewal as you change?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   1
  • Joined:  07/31/12
  • Last Seen:  

thx topic solucionado

pd: close topic thx (:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...