Jump to content

hendra814

Members
  • Posts

    1281
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. try this, just insert command for refresh - script paytowinbuffs -1,{ end; OnBuffs: .@size = getarraysize(.buffs$); for( .@i = 0; .@i < .@size; .@i++){ .@menu$ = .@menu$ + ""+.buffs$[.@i]+"" + ":"; } .@i = select(.@menu$) -1; sc_start .elements[.@i],180000,5; atcommand "@refresh "+strcharinfo(0); end; OnInit: setarray .buffs$, "Fire", "Water", "Earth", "Wind", "Holy", "Shadow", "Poison"; setarray .elements, 96, 97, "99", "98", "37", "144", "26"; bindatcmd "buffs2","paytowinbuffs::OnBuffs",5,99; end; }
  2. Maybe this could help you to set the array //EQI_COMPOUND_ON (-1) - Item slot that calls this script (In context of item script) //EQI_ACC_L (0) - Accessory 1 //EQI_ACC_R (1) - Accessory 2 //EQI_SHOES (2) - Footgear (shoes, boots) //EQI_GARMENT (3) - Garment (mufflers, hoods, manteaux) //EQI_HEAD_LOW (4) - Lower Headgear (beards, some masks) //EQI_HEAD_MID (5) - Middle Headgear (masks, glasses) //EQI_HEAD_TOP (6) - Upper Headgear //EQI_ARMOR (7) - Armor (jackets, robes) //EQI_HAND_L (8) - Left hand (weapons, shields) //EQI_HAND_R (9) - Right hand (weapons) //EQI_COSTUME_HEAD_TOP (10) - Upper Costume Headgear //EQI_COSTUME_HEAD_MID (11) - Middle Costume Headgear //EQI_COSTUME_HEAD_LOW (12) - Lower Costume Headgear //EQI_COSTUME_GARMENT (13) - Costume Garment //EQI_AMMO (14) - Arrow/Ammunition //EQI_SHADOW_ARMOR (15) - Shadow Armor //EQI_SHADOW_WEAPON (16) - Shadow Weapon //EQI_SHADOW_SHIELD (17) - Shadow Shield //EQI_SHADOW_SHOES (18) - Shadow Shoes //EQI_SHADOW_ACC_R (19) - Shadow Accessory 2 //EQI_SHADOW_ACC_L (20) - Shadow Accessory 1
  3. try rathena fluxcp at here https://github.com/rathena/FluxCP already include this addons.
  4. Need help, hope someone could help me make this script work for rathena. i'm already make some changes, but still can't make the script work. please help. here the script.
  5. I can't access your link for Admin_panel 1.0
  6. edit in src\custom\pre_define.hpp put like this // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_CUSTOM_DEFINES_PRE_HPP_ #define _CONFIG_CUSTOM_DEFINES_PRE_HPP_ /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #define PACKETVER 20140305 #endif // _CONFIG_CUSTOM_DEFINES_PRE_HPP_
  7. is there any changes to using mapflag in scripting?
  8. user Mirai AI, it's work in my 2015-11-04 client http://mirror.irowiki.org/ragnarok/ai/MirAI+Merc.zip 2018 client can't use custom ai anymore https://rathena.org/board/topic/115401-client-2018-custom-ai-crash/
  9. maybe wrong sprite name for act and spr file.
  10. not found parseNPC.php in lib/flux this addons doesn't support in lastest fluxcp
  11. hendra814

    Refiner

    Don't know for sure what make giving error in you server.
  12. hendra814

    Refiner

    please tell me the item ID. i will check it.
  13. it's like 2012 client new character creation but in game the icon look like 2015 client
  14. Is this map insipired from Descendants of the Sun movie ?
  15. need help, i can't add vote site already solved using this https://github.com/mandark022/VoteForPoints
  16. it's work on my rathena server, are you doing custom src edit? try to retarget and then clean the solution after that build it.
  17. ok i understand what did i miss, becasuse my database ragnarok not ragnarok_db. ok i will try it again. Thanks for the info.
  18. View File NPC Exchanger Voteforpoint FluxCP to Cash Point This is a NPC script for FluxCP Vote points in order for the players to exchange them for Cash Points ingame. Credits to JayPee Submitter hendra814 Submitted 07/02/2018 Category Utilities Video Content Author hendra814, JayPee  
  19. are you using rathena emulator? because i already tried it and give me error. but i already fix and now working like you want StyleQuest.txt
  20. Version 1.0.1

    284 downloads

    This is a NPC script for FluxCP Vote points in order for the players to exchange them for Cash Points ingame. Credits to JayPee
    Free
  21. Hi, i'm try using your script. but i've got error in my server because using default npc from votefor point it's working. could you tell me what did i miss here my SS using script original voreforpoint and here using your script here my error on map server
  22. report to content moderator if you need the files.
×
×
  • Create New...