Search results

  1. M

    ITEM OPTION NO REPEAT OPTION

    Good day! Requesting assistant or sample script please. Re item option npc found on this link How can to check the slot to make sure that the options will not be the same check slot 1 if STR , then Slot 2~5 cannot use STR. Been checking this part Please help me. thank you! // Build the...
  2. M

    resource file loading fail

    Good day! Been trying to look for this files may I know what files are these? please share to me.. thank you!
  3. M

    Parade Hat [1] [Upper Head] Item ID# 5225

    Good day! Requesting help please. When using priest heal skill, lex aeterna was not buff to myself instead to the enemy. is this normal?  { Id: 5225 AegisName: "Marcher_Hat" Name: "Parade Hat" Type: "IT_ARMOR" Buy: 20 Weight: 200 Def: 2 Slots: 1 Loc: "EQP_HEAD_TOP" EquipLv: 10...
  4. M

    bow_unequip_arrow (Not Working)

    Good day! How does this work? // When unequipping a bow with arrow equipped, will it also unequip the arrow? // Default: true (Official behavior, applies only in Renewal) bow_unequip_arrow: true When change job from thief to Assassin Cross the Arrow is still in alt Q and can be equip...
  5. M

    Item Option Script (random)

    Hello! Good day.. May I request a script that give random status. I mean script below gives you choice which option do you want. what I wanted is that on GM can set which option.  like ATK, MATK, HIT, FLEE, CRIT (min-max 1~5) and npc will not ask player which option they want. Npc will just...
  6. M

    please delete

    please delete. thank you!
  7. M

    make sql error

    Hello! How can I fix these? I am trying  to transfer to new hosting with cpanel installed. running centos 7. Please help thank you!
  8. M

    PUSH TRAP by Arrow Shower

    Good day! May I know how to? Traps or arrow shower. e.g. Land mine and arrow shower destroys the trap. It should stack ideally or just push the trap in that direction. Thank you!
  9. M

    Heavens Drive Bug?

    Good day! Just recently updated may git. and I my player notice that heaven drive is not working with hide skill. please confirm. thank you!
  10. M

    Homunculus auto feed

    Good day! I am using client 20170614  and it does not have auto feed. what client does have auto feed? thank you!
  11. M

    Annieruru BG to Hercules

    Good day! May I request please to make this compatible to hercules? Error on this script     .red = bg_create( "bat_c03",53,128, strnpcinfo(0)+"::OnRedQuit", strnpcinfo(0)+"::OnRedDead" );     .blue = bg_create( "bat_c03",146,56, strnpcinfo(0)+"::OnBlueQuit", strnpcinfo(0)+"::OnBlueDead" )...
  12. M

    zeny trade bug

    Good day! Bug for zeny trade I am using client 20170614 . thank you!
  13. M

    SOUL LINK FAILED

    Hello!  Good day, Is soul link bug? it is not working. im using [v2022.01.05] `January 05 2022`. thank you
  14. M

    @nomemo command script

    Hello, Good day! Can I request this kind of script. @nomemo will automatically set the map for no memo. this is for my event GM command. I don't want to have them a @mapflag command thank you!
  15. M

    WOE Reward

    Good day! Can someone help me to make this script work with Hercules. thank you! - script WoE_Reward FAKE_NPC,{ OnAgitEnd: callsub S_AgitEnd, 0, 20; OnAgitEnd2: callsub S_AgitEnd, 21, 30; S_AgitEnd: .@start = getarg(0); .@end = getarg(1); for ( .@i = .@start; .@i < .@end; ++.@i ) {...
  16. M

    Pets disappeared after feeding

    good day! Is this bug all pets disappeared after feeding. thank you!
  17. M

    WOE reward time

    Good day! May I request please. whats the equivalent of addrid to hercules and how to add to this script. thank you! function script getcharid2 { .@size = query_sql("select char_id, party_id, guild_id, account_id, clan_id from `char` where name =...
  18. M

    WOE Emperium Break Reward

    Good day! How can I do this? Every time a guild broke the emperium during woe, all guild members will receive prize on spot. thank you!
  19. M

    DB Error

    Hello, Can someone help me tell what is this error about?
  20. M

    @monster command with announce

    Good day! May I request someone to make this compatible with hercules?. thank you! /*========================================== * *------------------------------------------*/ ACMD_FUNC(monster) { char name[NAME_LENGTH]; char monster[NAME_LENGTH]; char eventname[EVENT_NAME_LENGTH] = ""...
Back
Top