Recent content by Random756

  1. Random756

    Need help with berserk

    Hello,  I have the following problem, here are the steps to reproduce it :  1. Use berserk while having dracula card. 2. get dispelled (so you're not in berserk mode anymore) 3. Use berserk again 4. The berserk won't heal you to 100% hp everytime (but will increase your max HP as...
  2. Random756

    [PAID] Looking for a way to decrease after cast delay on a specific map

    Hello,  Currently my server is set like this :  // Delay time after casting (Note 2) delay_rate: 15 in my conf.conf, so players have a -85% after cast delay server wide. But I would like this setting NOT to apply on a specific map, in order to set a 99/70 vanilla woe (with classic...
  3. Random756

    Script to give bonus for player in X map

    Hello,  I am trying to make a script in order to give a bonus to player who are in a certain map.  For example, let's say I want to give 1 str to player who are in pay_fild01.  Here is what I use :  -    script    payonbonus    FAKE_NPC,{ end; OnPCLoadMapEvent: if( strcharinfo(3) ==...
  4. Random756

    Can you help me with my killmvp script ?

    Hello,  Here is the script I made in order to kill mvp (and prevent players from farming mvp too hard after a reloadscript or a reboot).  -    script    killmvp    FAKE_NPC,{ end;      OnInit:     startnpctimer;     announce "killing mvp...", bc_all;     end;       OnTimer6000:     atcommand...
  5. Random756

    Solved

    Problem solver nevermind
  6. Random756

    Enchant sprite issue

    Hello,  I have an error with the "int+3" enchant. It says :  So it means I miss the int+3 sprite.  I found a corresponding one in another grf, its name is : ¿ëÀǺ¸ÁÖ_È«.bmp, I tried it (so I had texture/À¯ÀúÀÎÅÍÆäÀ̽º/item/¿ëÀǺ¸ÁÖ_È«.bmp but it doesn't work and the error still appears. I...
  7. Random756

    Restrict stalker with acid demonstration from coming to woe

    Hello, I activated the feature which allows stalker to get acid demonstration, but i'd like to prevent them from coming in woe with this skill.  Here is my current woe kicker :    - script WoE_Kick FAKE_NPC,{ end; OnKick: warp "gonryun",159,124; end; OnPCLoadMapEvent: //LVL MAX...
  8. Random756

    How to change card sprite (beside of item)

    Hello, I'd like to change the sprite of my MVP/miniMVP cards to let's say red, and give to normal cards the classic theme. I know I have to add the new card sprite in sprite/¾ÆÀÌÅÛ.  But I can't find the related file in order to give the card one specific item sprite and one specific...
  9. Random756

    [PAID] Enable a way to heal emperium (either skill, recovery hp, npc etc)

    Hello, I would like to enable the skill "Heal" and "Potion Pitcher" on emperium OR enable some kind of HP recovery rate if the emperium has been untouched for like 2 minutes. Is it possible ? I'd really like to setup this but I've searched and found nothing about it. Or even create a NPC who...
  10. Random756

    mapflag hidemobhpbar

    Hello, Is there a map flag "hidemobhpbar" in hercules just like there's one for rathena ? (in order to bypass the hp_bar config in monster.conf).  If yes, where, if no, do you know how I can do it ?  Thanks a lot for your help !
  11. Random756

    Homunculus share exp and prevent homunculus>baselvl 99 on certain map

    Hello,  I have on my server 2 kind of War of emperium, lvl 99/70 and lvl 600/90.  Currently I have to block the lvl of homonculus to 99 so player can't bring their lvl 600 homonculus into a 99/70 WOE.  I'm trying to figure out how to proceed in order to block player from coming with...
  12. Random756

    Item duplication issue

    Hello, I am having a major issue on my server, it is possible to duplicate item fairly easily. All you have to do is store it, take it out, drop it and disconnect. When they reconnect, they still have the item in their storage + the one they dropped on the ground.  Can someone please help me...
  13. Random756

    .

    Solved the problem myself, thanks anyway!
  14. Random756

    Asura strike not taking into account SP

    Hi guys, I have a problem with asura strike's damage. My problem is that when I increase my SP pool (equipping lady tanee, sleipnir etc) it doesn't increase asura's damage.  I didn't change my skill.c / battle.c / skill_db / skill_require_db.  Here is my skill.c extremity fist's formula : ...
  15. Random756

    [Paid] Looking for a mapper (simple map)

    Hi  I am looking for a mapper who'd be able to do the following :  The map will be used for PvP purpose. I don't want too much obstacle, I am looking for a 90% flat map (so you can put some obstacle or stairs etc, but really not too much, the map needs to be clean and "empty").  Also I need...
Back
Top