Recent content by Snaehild

  1. S

    FluxCP Commands Logs Available to Public

    Hi, How can I make the commands logs available for public viewing in the fluxcp?
  2. S

    KvM Medal Exchange

    Hi, Do we have the script for this NPC where we should exchange KvM badges? I just found the image from iRO. I can't seem to find on how to use the KvM badges that can be obtained from god seal quests
  3. S

    Euphy's Card Trader Categories

    Hi, Can anyone help me modify Euphy's Card Trader script to add more card categories like Category 1,2 3 & 4 instead of just having normal and MvP cards? //===== rAthena Script =======================================//= Card Trader//===== By...
  4. S

    WillOWisp & World_Star Client/Data Files

    Anyone here have the data/client side files of these items? ResourceError : Can't find file À¯ÀúÀÎÅÍÆäÀ̽ºitem½´ÆÛ½ºÅ¸ÀÇÀå½Ä.bmp Str::Cannot find File : textureeffectstrangelights.str
  5. S

    Visible Monster HP Plugin Error

    Can anyone help me with these errors? 1 error C2037: left of 'option' specifies undefined struct/union 'npc_data' trunkpluginsvisiblemonstershp.c 401 1 VisibleMonstersHP2 error C1903: unable to recover from previous error(s); stopping compilation...
  6. S

    WoE Disabled but still initiating

    Hi, i'm using Euphy's WoE controller and haven't enabled WoE yet. Also disabled the following already: //npc: npc/guild/agit_controller.txt //npc: npc/guild2/agit_start_se.txt But still a WoE session, second edition to be specific started out of the blue this morning. Am I missing something?
  7. S

    SC_CASH_* Stacking

    I tried this VIP system from Diconfrost VaNz. Is it possible to make it stack with the default item modifiers like bubble gum and field manuals? function script getPremium { set .@ticks, getarg(0); if (.@ticks <= 0) { debugmes "getPremium - tried to set a timer in the past"; end; } set...
  8. S

    Vote For Points Error

    I'm having this error on JayPee's Vote For Points Notice: Undefined offset: 0 in /addons/voteforpoints/modules/voteforpoints/index.php on line 44 Notice: Trying to get property of non-object in /addons/voteforpoints/modules/voteforpoints/index.php on line 44 My index.php...
  9. S

    Walking NPC Error & Crash

    Hi, I have this NPC walking around the center of Prontera but I often have this error and will end up crashing. [Warning]: npc_scriptcont: failed npc->checknear test. prontera,156,225,5 script NPCWalking 811,{ mes "GM list : "+( .admincount + .gmcount ); mes "-----------------------------"...
  10. S

    Battlegrounds Min Que

    Hi, can anyone enlighten me on how battlegrounds que really works? I tried to change all the minimum players to start to 1 & 2, tried to enter with 2 players on each side but can't make it start //====================================================//= _ _ _...
  11. S

    clif_parse on Buying Store

    I am receiving this error after closing the Buying Store. Client 20140115. [Warning]: clif_parse: Received unsupported packet (packet 0x4cf0 (0x0000), 4 bytes received), disconnecting session #3. 
  12. S

    CP Credits to PoD

    Hi, I would just like to consult my revised script from JayPee Mateo from his Vote For Points NPC Script. Though this is tested working, I just wanna check if i'm doing it right and if there are further optimizations that can be done. Thanks! prontera,108,183,3 script Donation Test...
  13. S

    Resource Error: Silver Coin?

    I've been trying to look for this file in several data files already but to no avail. ResourceError : Can't find file À¯ÀúÀÎÅÍÆäÀ̽ºitem½Ç¹öÄÚÀÎ.bmp
  14. S

    Custom Buffer Request

    Hi, does anyone have something like this? Saw this one on rathena but doesn't look like it's still working. Doesn't buff at all and makes character stuck at some point. /*lv 50 or lower to buff heal ab kyrie gloria magnificat.lv 51-99 to buff heal ab.Level 90 or higher to pay 1500z.You can...
  15. S

    FluxCP Remote Database

    Hi, Is it really not possible to host FluxCP files remotely from the actual database and server files? I tried hosting my FluxCP in a separate webhost while my database together with my Hercules installation is on a VPS. MySQL port is already open as well as the MySQL privileges are...
Back
Top