Jump to content

karazu

Members
  • Content Count

    1115
  • Joined

  • Last visited

  • Days Won

    3

Reputation Activity

  1. Upvote
    karazu reacted to Mhalicot in [PROBLEM]Reduce After Cast Delay Script   
    No problem, if you have any problem installing plugins, don't hesitate to ask
  2. Upvote
    karazu reacted to Mhalicot in Add a chance of auto casting Level 10 Kyrie Eleison   
    Note this:
    bonus3 bAutoSpellWhenHit,x,y,n; n/10% chance to cast skill x of level y on attacker (unless it is a self or support skill) when being hit by a direct attack. (supports skill names) Target must be within spell's range to go off.  
    so you must use bonus4
    bonus4 bAutoSpellWhenHit,x,y,n,i; n/10% chance to cast skill x of level y when being hit by a direct attack. (supports skill names) Target must be within spell's range to go off. i: 0=cast on self 1=cast on enemy, not on self 2=use random skill lv in [1..y] 3=1+2 (random lv on enemy) try this
    bonus4 bAutoSpellWhenHit,PR_KYRIE,10,(30+70*(readparam(bInt)>=99)),0;
  3. Upvote
    karazu reacted to Mhalicot in Permanently stuck on the Wedding Suit   
    I think your player is exaggerated about the time spent.
     
    Wedding sprite will last for 60minutes based on this script 
     
    Marriege.txt
    //Give ring to Bride, and change to wedding sprite. sc_start SC_WEDDING,3600000,1; getitem 2635,1; //Bride_Ring //Give ring to Groom, and change to wedding sprite. attachrid(getcharid(3,$@wed_groom$)); sc_start SC_WEDDING,3600000,1;  
     
  4. Upvote
    karazu reacted to Mhalicot in Summon/NPC Exclusive   
    #1 try to use a specific monster id, for example 
     
    summon "High Priest Margaretha",1643; about 2 and 3 question have no idea
  5. Upvote
    karazu reacted to Mhalicot in Knight of Abyss Card Effect on Renewal   
    pano naging mali yung calculation? try mo nalang po ipag compare yung pre-renewal settings sa renewal settings.
  6. Upvote
    karazu reacted to Mhalicot in Haven't run a server in four years, where do I start?!   
    try this guide -> http://herc.ws/wiki/Compiling#Windows
  7. Upvote
    karazu reacted to Mhalicot in NO MSG   
    ^ if you are using custom data. delete your msgstringtable.txt in yourRO.grf so that it will use the default korean msgstringtable.txt
  8. Upvote
    karazu reacted to Mhalicot in Your autoloottype/id is not working   
    yung autoloottype po kasi ang pag gamit nyan, @autolootid +n
     
    for example idadagdag ko yung apple sa list @autolootid +501 same din sa autoloottype pag babawasan mo naman  -501
  9. Upvote
    karazu reacted to Mhalicot in each event start after 2 hr of ga   
    example:
    OnMinute00: // Triggers at each new hour, so 1:00, 2:00, 3:00, 4:00 etc.OnMinute17: // Triggers each hour at 17 minutes past. So, 8:17, 9:17, 10:17 etc. you can also play with Timer scripts.
  10. Upvote
    karazu reacted to Mhalicot in [ Ask ] About this item?   
    try this
    { Id: 7415 AegisName: "Stone_Of_Summons" Name: "Summoning Stone" Type: 3 Buy: 2 Weight: 10 Script: <" monster "this",-1,-1,"--ja--",1904,1,""; ">},
  11. Upvote
    karazu reacted to Mhalicot in [request] Critical Damage on EMP (2 damage)   
    Will try
  12. Upvote
    karazu reacted to Mhalicot in hunting mission warning   
    Same topic http://herc.ws/board/topic/3864-hunting-mission-overflow/
     
    Please avoid posting duplicate topics,
    Hercules Forum Rules
    [*]Duplicate topics are not allowed, even if they are posted in different sections. Post your topic once, in the correct section. If you accidentally post in the wrong section, use the Report button to report your own post, our moderators will take care of it for you.

  13. Upvote
    karazu reacted to Mhalicot in New Instance Dungeon   
    Central Laboratory Instance (Episode 15.2)
     


     
    Map name: verus
    Update: 2012-18-12
    Source: Link~
     
    How access to the new maps? (Episode 15.2)
    First video even touching little episode 15.2 maps.  , this video is to learn how to access them.
     
    Map name: verus
    Update: 2012-11-12
    Source: Link~
     
    New UI World Map (Navigation System Integration)
    First video update on world map
     


     
    Map name: verus
    Update: 2012-11-12
    Source: Link~
  14. Upvote
    karazu reacted to Mhalicot in Max Damage Cap   
    try to use Map Zone Database it desnt have max damage cap but it can reduce damage by rate.
  15. Upvote
    karazu reacted to goddameit in change critical damage on emperium from 1 to 2   
    http://herc.ws/board/topic/4119-change-critical-damage-on-emperium-from-1-to-2/
  16. Upvote
    karazu reacted to Olrox in Problem with my new map   
    Did you create a sun to add some light to it?
     
    Edit: In case you didn't, switch to Light Edit mode (F10) and create two light bulbs with CTRL+Left Click, press enter and add these parameters:
    First light bulb: Intensity 220, Range: 10,000, cast of shadow: yes, Max Light: 220, and finally, the altitude depends of your map. Second light bulb: Intensity 110, Range: 10,000, cast of shadow: no, Max Light: 110, and the altitude also depends of your map.

    ^ These parameters just for a quick test. Then, look for: generate: calculate lightmaps. Save your map and test.
  17. Upvote
    karazu reacted to Mhalicot in about custom equips   
    I cant see any wrong , it must be item_db2.conf? try to restart your server.
     
     
    it must be   [ACCESSORY_IDs.ACCESSORY_Heart_Ring] = "_Heart_Ring",
     
    and viewID 1004 is already used in accessoryid ACCESSORY_BUSHY_MOUSTACHE = 1004,
  18. Upvote
    karazu reacted to Mhalicot in about custom equips   
    Yup, but once he set it up correctly and have problem in lua files, it will make his client crashed, or display an Unknown Item.
     
    if thats the chase then you do it right, 
    then 
  19. Upvote
    karazu reacted to Dastgir in about custom equips   
    Topic going too long, heres a quick fix.

    1. If this and http://herc.ws/board/topic/4116-help-cannot-add-custom-items/ are referring to same problem then remove tose /* and */ from custom items, and you can load it.

    For views,once more I am saying as you using 2013 client,. you also need to edit System/itemInfo.lub (or .lua if you diffed client with it.)
  20. Upvote
    karazu reacted to Mhalicot in New Instance Dungeon   
    if you are using latest data the names of city/dungeon maps are
    verus01verus02verus03verus04ver_tunnver_eju this are the list of maps that are not included server yet. you can use it if you update your mapcache
    un_mystun_bunkerun_bk_qparamkjob_gunlhz_dun_n1@uns1@mcd1@lab1@air11@air2
  21. Upvote
    karazu reacted to Mhalicot in Attributes Limiter   
    @TS I dont think its possible to for atk and mtak. but you can reduce their atk/mtak rates by using db/(pre-re|re)/map_zone_db.conf
    { /* PK Mode zone is only used when server is on pk_mode (battle.conf), it applies to all pvp maps that don't have their own zone */ name: "PK Mode" /* changing this name requires MAP_ZONE_PK_NAME to also be changed in src/map/map.h file */ disabled_skills: { } disabled_items: { } /* PK Mode Damage Reductions */ /* - weapon_damage_rate -40% */ /* - magic_damage_rate -40% */ /* - misc_damage_rate -40% */ /* - long_damage_rate -30% */ /* - short_damage_rate -20% */ mapflags: ( "weapon_damage_rate 60", "magic_damage_rate 60", "misc_damage_rate 60", "long_damage_rate 70", "short_damage_rate 80", )}, and for HP, pan is right, the setting for max hp is located in player.conf
    // Maximum HP. (Default is 1000000)max_hp: 1000000 //<-- replace with 999999// Maximum SP. (Default is 1000000)max_sp: 1000000
  22. Upvote
    karazu reacted to Mhalicot in NEMO - Client Patcher   
    in your clientinfo.xml
    <servicetype>russia</servicetype> is it set to korea? if not please set it to russia.
  23. Upvote
    karazu reacted to Mhalicot in H> about drop rates   
    Using renewal right? that is because of renewal Drop formula
  24. Upvote
    karazu reacted to Mhalicot in H> about drop rates   
    following this format?
    // The rate at which cards are droppeditem_rate_card: 10000 //Normal card = 100%item_rate_card_boss: 100 // bosscard = 1%item_drop_card_min: 10000item_drop_card_max: 10000
  25. Upvote
    karazu reacted to Mhalicot in Q> How to disable @go command for novice   
    Maybe this Utility can do. Utility @go Command
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.