Jump to content

IsabelaFernandez

Members
  • Posts

    355
  • Joined

  • Last visited

Everything posted by IsabelaFernandez

  1. Work perfectly, I love you ?? Thank u so much
  2. Hello friends of the community, I would like to know how to activate the Magnus Exorcismus skill in players, currently it only works with monsters. Thanks for listening, much love guys
  3. Hello, I'm sorry to relive the topic, but that's kind of what I'm looking for. I would like to know how to fix the damage not from a skill, but from the card (Samurai Specter Card) ID 4263, I would like to leave her script to have a fixed damage regardless of racial resistance or defense. Do you know how I am applying this change? Thank you friend ??
  4. Boa tarde amigos, gostaria de saber como faço para estar alterando a fórmula da carta Samurai Encarnado para ao invés de ignorar apenas a defesa do alvo, fixar o dano dela independente da resistência racial, defesa e etc... Tentei mudar no script da carta mas creio que seja na src, se alguém puder me dar uma luz ficaria imensamente grata. ?
  5. Hello to all friends in the community, I would like to know if it is possible to change the card formula Samurai Incantation (4263 ID) to fix damage independent of defense or racial resistance, I found an interesting dynamics for PvP. Thank you all for the attention and who can answer me.
  6. the complete set is being refined, but still the Top is not refining even with the option enabled ...
  7. It really was that, the option was off. Many thanks and sorry for the large font
  8. The NPC is also not refining the sets (custom) would you know why? Is it necessary to put the item ID somewhere so the NPC can read and refine it?
  9. Hello fellow community, I am having the following problem ... When using the SC_STRFood sc_start command, 360000,10; (for example) my char gets petrified, I wonder if it's a problem in script or emulator ~> when I use sc_start SC_FOOD_STR_CASH, 1800000.30; I get the buffs normally without any bugs ... I would like to add 2 types of foods, for example one of +30 str and another of +10 as that image for example ~~> or would like to know if it is possible to change the consumable value, for example sc_start SC_FOOD_STR_CASH, 1800000,30; in place of 30, put 40, I tried to change the value but continued giving the same status. I do not know if my topic was confused, but I thank the attention of those who can answer me! peace much love, guys!
  10. how I can put that to work on my server? I really want this NPC but still not work for me ?
  11. how u put it to work?
  12. Do you know what might be causing this failure? Here's how mine (set to refine to +20) ? prontera,147,188,6 script Insta-Refiner 907,{ setarray .@slots[0],2,3,4,5,6,7,8,9,15,16,17,18,19,20; for( set .@a,0; .@a < getarraysize(.@slots); set .@a,.@a + 1 ) { if( getequipisequiped(.@slots[.@a]) ) { if( .@slots[.@a] == 8 || .@slots[.@a] == 9) { switch( getequipweaponlv(.@slots[.@a]) ) { case 0: set .@r, 20; break; default: set .@r, 8 - getequipweaponlv(.@slots[.@a]); break; } } else { set .@r, 20; } set .@refinefix,.@r-getequiprefinerycnt(.@slots[.@a]); if(getequiprefinerycnt(.@slots[.@a]) < .@r && getequipisenableref(.@slots[.@a]) ) { for( set .@i,0; .@i < .@refinefix; set .@i,.@i + 1) successrefitem .@slots[.@a]; } } sleep2 100; } }
  13. There are several, not only 1. For example, 5518, 5374, 18600 and especially the customs items
  14. Hello, I tested your script and it worked perfectly. There is only one problem, Hat (Helm / 256) is not being refined, would anyone with experience know how to solve this? Thanks in advance.
×
×
  • Create New...