Search results

  1. luizragna

    How i do make a invencible mob?

    Hello everyone, How do I make this unit invincible? universe,19,40,4 script Huena#OP 1_F_MARIA,{ set .@amount,1; for (.@i = 0; .@i < .@amount; .@i++) { .mobGID = monster ("universe",20,36,"[Teste] Puto",1004,1); setunitdata .mobGID,UDT_LEVEL,7; setunitdata...
  2. luizragna

    Script command execute for all players in the map

    Hello guys. How i do it?
  3. luizragna

    Where i add custom maps?

    Hello guys. The folder db/re don't contain more the map_cache.dat. Where i add now?
  4. luizragna

    killedrid variable don't work with script command monster

    Hello guys. When a kill monster with @mosnter the mod id is added to variable killedrid. But when i kill a monster summoned with script command monster he is not added to killedrid. monster "pay_dun04",122,123,"[DG] Red Plant",1078,1,strnpcinfo(0)+"::OnBonus"; end; OnBonus: mes "Do you...
  5. luizragna

    'OnNPCKillEvent' does not work with 'setunidata'

    Hello guys. The command setunitdata not worked with setunitdata how show bellow example: 1st Script: set .@amount,1; for (.@i = 0; .@i < .@amount; .@i++) { .@mobGID = monster ("pay_dun04",122,123,"[DG] Planta Vermelha",1078,1,strnpcinfo(0)+"::OnBonus"); //planta vermelha setunitdata...
  6. luizragna

    Custom skill cast effect

    Hello guys.I created a custom skill and it worked without problems. But the skill dont have cast effect. Where i add?? (I'm talking about the effect while loading the skill)
  7. luizragna

    The character stands still when use menu command

    When i use the command: menu "Yeees",yes,"Nooo",no; yes: specialeffect(6, SELF, playerattached()); end; no: end; The character stands still and i need use @refresh for him to come back to normal. I Tried switch but, the problem continues. I use the last version of Hercules.
  8. luizragna

    Fire Area

    View File Fire Area Hello guys! This is my first script in the Hercules. Basically, do you receive damage while stay stepping. Main configurations: (I'm using the last version of hercules) //Damage Options: .DMG_Type = 1; // Type of damage - [0 - Normal] | [1 -...
  9. luizragna

    Fire Area 1.0.0

    Hello guys! This is my first script in the Hercules. Basically, do you receive damage while stay stepping. Main configurations: (I'm using the last version of hercules) //Damage Options: .DMG_Type = 1; // Type of damage - [0 - Normal] | [1 - Percentage of maximum health] .DMG_Attack = 5...
  10. luizragna

    Source script execute for all party members

    Hello guys. I have maked a custom skill. This skill work with that all party members get other skill. When use the skill, only he gain the skill Charge Attack (skillid: 1001). skill.c //When the player use skill: pc->skill(sd, 1001, 1, 0); //The player get Charge Attack skill I would...
  11. luizragna

    RK_ENCHANTBLADE give TF_THROWSTONE

    Hello guys. I have tried make a custom skill that give another skill. I am editing some skills. For now, I want to make the ability RK_ENCHANTBLADE give TF_THROWSTONE skill.c case RK_ENCHANTBLADE: clif->skill_nodamage(src,bl,skill_id,skill_lv,// formula not confirmed...
  12. luizragna

    RK_ENCHANTBLADE give TF_THROWSTONE

    Hello guys. I have tried make a custom skill that give another skill. I am editing some skills. For now, I want to make the ability RK_ENCHANTBLADE give TF_THROWSTONE skill.c case RK_ENCHANTBLADE: clif->skill_nodamage(src,bl,skill_id,skill_lv,// formula not confirmed...
  13. luizragna

    MOB don't enter certain coordinated

    Hello guys. I want make a system and need which the mob doesn't enter in certain coordinated. Example: The poring can't enter in prontera,100 100. But the player can.
  14. luizragna

    specialeffect in map

    Hello, i want use the script command "specialeffect" a specifies coordinated. Ex: The NPC uses specialeffect 14 in prontera,100,105. Use the specialeffect in the map and not in yourself How do I do that?
  15. luizragna

    OnPCLogoutEvent:

    Hello guys, I have the following problem: When the character disconnects it should lose the buff exp bonus, but for some reason, when I enter the game buff continues   -    script    Bonus EXP#Lose  -1,{   OnPCLogoutEvent:   set online,0; sc_end SC_EXPBOOST; end;   }   I put the script in an...
  16. luizragna

    Create custom monster by command

    Hello guys, I am wanting to do a dungeon system in which the difficulty varies according to number of players. In case the difficulty of killing monsters and not the quantity.   So I would like to create a mob with edited status by command (to multiply by the variable difficulty).   The command...
  17. luizragna

    Add diff in skill.c

    Hi, I added a diff of BG in the emulator. But he gave the following error at compile skill.c     And  
  18. luizragna

    Shurikens Kagerou

    Hi. I have following problem:   The sprites don't show   (I'm Brazilian)
  19. luizragna

    Customs models error

    Hi, my server is not reading custom models or objects. If I download a map with objects customs the Hexed for crashing his version and 2012 04 10 What I do to him read the custom models?
Back
Top