Jump to content

hendra814

Members
  • Posts

    882
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by hendra814

  1. In indonesia ragnarok official server to change trans job you must buy "Heroic Stone" at item mall (cash shop) how about give zeny cost into player when he/she want rebirth their char.
  2. try this guide for changing max level https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b
  3. discord channel https://rathena.org/discord what do you want to customize? npc at npc folder edit npc_custom.conf remove // if you want the npc available in the game.
  4. whenever i equip this costume the char becomes unclickable and hp bar seems to move on its own lol.. Yes, sometime got buggy like that, i don't know what happening.
  5. Rathena server or rathena fluxcp? maybe you should ask in fluxcp discord too for quick respon. here link to discrod https://discord.gg/JT3mD3t
  6. are you using rathena fluxcp? because i'm try with rathena flux cp it's works. and that's error appear when you create vote site or how?
  7. are you alredy import 2 file sql in this folder voteforpoints Feefty\schemas\logindb - cp_vfp_logs.1.sql - cp_vfp_sites.1.sql
  8. What version addons are you use? Jaypee or Feety v4p addons?
  9. sorry @crazyarashi is this file https://github.com/zackdreaver/ROenglishRE/blob/master/System/CheckAttendance.lub
  10. Just want to make it sure. Is it posible to change attendance.yml content into my own desire? if is it possible, how to do it? because i got error when change attendance.yml when the structure not the same with rathena version. example change into
  11. try this, just insert command for refresh - script paytowinbuffs -1,{ end; OnBuffs: [email protected] = getarraysize(.buffs$); for( [email protected] = 0; [email protected] < [email protected]; [email protected]++){ [email protected]$ = [email protected]$ + ""+.buffs$[[email protected]]+"" + ":"; } [email protected] = select([email protected]$) -1; sc_start .elements[[email protected]],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; }
  12. 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
  13. try rathena fluxcp at here https://github.com/rathena/FluxCP already include this addons.
  14. 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.
  15. I can't access your link for Admin_panel 1.0
  16. 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_
  17. is there any changes to using mapflag in scripting?
  18. 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/
  19. maybe wrong sprite name for act and spr file.
  20. not found parseNPC.php in lib/flux this addons doesn't support in lastest fluxcp
  21. hendra814

    Refiner

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

    Refiner

    it's work on mine
×
×
  • Create New...

Important Information

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