Jump to content

Idolo

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Idolo

  1. I don't sure I understand you but try to change accname.lub and accessoryid.lub to accname.lua and accessoryid.lua ?
  2. Hello guys, I would know how I can check if my npc is going to npcskill. I try : if (npcskill !=0){close;} But it's don't work, that's possible ? You are any idea ? Thanks.
  3. Can you take screenshot from your login table ?
  4. Hello, hum Are you sure your mob don't use skills or just you don't see the name skill launched ?
  5. Idolo

    Weapon ATK

    Yes I recompile I same tried "atkmin = atkmin*(80 + sd->inventory_data[sd->equip_index[type]]->wlv*20)/10;" instead "atkmin = atkmin*(80 + sd->inventory_data[sd->equip_index[type]]->wlv*20)/100;" but no changing in game. Ps:For my second question I find it's a stack, and I find how recitify this ^^
  6. Idolo

    Weapon ATK

    Thanks for your answer shadowscreen but no I don't see any difference. And I have an other question, when I attack in CaC with Balmung (without cards) I doing 5700 damage. 20% from 5700 = 1100, but when I set 3 Turtle General card I doing 6700 instead 9000 why ?
  7. Idolo

    Weapon ATK

    Hello guys, I would know if anyone knows how and where I can multiply by five or six the weapon ATK, I think it's in battle.c or statu.c but what line ? Thanks.
  8. Change extension .lub to .lua ? (right click and rename )
  9. I find this http://rathena.org/wiki/Custom_Items#System.2FItemInfo.lub so [<item id>] = { unidentifiedDisplayName = <item name to show when not magnified>, unidentifiedResourceName = <file name prefix used for all the images and drop sprite when not magnified>, unidentifiedDescriptionName = { <comma separated list of strings>,<to get multiple lines>,<in item description> }, identifiedDisplayName = <item name to show when magnified>, identifiedResourceName = <file name prefix used for all the images and drop sprite when magnified>, identifiedDescriptionName = { <same format as unidentifiedDescriptionName but for magnified items> }, slotCount = <number of slots>, ClassNum = <View ID - yes the same one that was there item_db> }, Exemple Given: [25000] = { unidentifiedDisplayName = "Sword", unidentifiedResourceName = "¼Òµå", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier]." }, identifiedDisplayName = "Devastator", identifiedResourceName = "Black_Sword", identifiedDescriptionName = { "An Unholy Sword that was created with the sole purpose of destruction", "Class :^777777 Sword^000000", "Attack :^777777 325^000000", "Weight :^777777 80^000000", "Weapon Level :^777777 4^000000", "Required Level :^777777 100^000000", "Applicable Job :^777777 Novice, Swordsman Class, Merchant Class, Thief Class^000000" }, slotCount = 3, ClassNum = 2 },
  10. Do you modified your Client/system/iteminfo.lua ?
  11. Hello, I am sorry I seen so many topic on this but without good answers... I'm searching in the battle.c how set the ATK formula with str dex and luk before renewal, I don't find the lines can you help me please ? Thanks you. I try to change #ifndef RENEWAL by #ifndef RENEWAL_ATK and #ifdef RENEWAL by #ifndef RENEWAL_ATK (for disable) in battle.c, battle.h and status.c And 3 correction I recompil my server. Miracle ATK change 13000 instead 1450 but when I attack a mob 450 damage.... instead about ? 20000.... Do you have any idea?
  12. Oh ? I don't find sorry So I must #define RENEWAL_DROP To: ///#define RENEWAL_DROP ? That's works thank you guys !
  13. Mapserv said me that value are too high and set value by default. I must change src too ?
  14. Oh! Thanks ! I thought it was for @kill.
  15. Hello I have a little problem my GM char can do @die but not player char. I tried to set I groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ die: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } }, In groups.conf but that's said me "[Warning]: pc_grouds:read_config: non-existent command name 'die', removing... (conf/group.conf:135)" Can you help me please ?
  16. Hello guys, I have a little ask. I would set 100% drop item/cards. This is my drops.conf: // 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: 10000 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: 10000 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: 10000 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: 10000 item_drop_equip_max: 10000 // The rate at which cards are dropped item_rate_card: 10000 item_rate_card_boss: 10000 item_drop_card_min: 10000 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: 10000 item_drop_mvp_max: 10000 // The rate adjustment for card-granted item drops. item_rate_adddrop: 10000 item_drop_add_min: 10000 item_drop_add_max: 10000 // Rate adjustment for Treasure Box drops (these override all other modifiers) item_rate_treasure: 10000 item_drop_treasure_min: 10000 item_drop_treasure_max: 10000 When I @rates all drops are 100% but when I @whodrops sniper card it said me 50% card drop why ? Thanks.
  17. The archive from the first post bug
  18. Yes that's what I thought, but i don't know what to change as lua files... ? And you know symbol name for kagerou and oboro ?
  19. Hello, i would know the sprites name for kagerou and oboro in "data\sprite\Àΰ£Á·\¸öÅë\¿©" and ""data\sprite\Àΰ£Á·\¸öÅë\³²" because sprites is novice currently. Why class name in my server si "Poring" ? (Always for kagerou and oboro) I set in monstrosity_tab.txt !4211 Kagerou Oboro But doesn't works (i think because my launcher is RagexeRE) Can you help me please ?
×
×
  • Create New...