Search results

  1. T

    Guild emblems on Flux CP after HTTP release

    Hello, After updating to the latest Hercules,  The emblems work fine in game using API server, But new emblems are now not displaying on the website (both bmp and gif formats). Old emblems, which were set before the API server has been setuped, work well. Might be script cannot convert...
  2. T

    Memory manager / memmgr_alloc failed

    Hello all, After a few days, sometimes after a week from the start, The living server sometimes shows the following fatal error and the server terminates. Has anyone faced it? Any solutions to avoid it? [Fatal Error]: Memory manager::memmgr_alloc failed (allocating 28+5422080 bytes at...
  3. T

    Adventure Agency

    That works now, lots of thanks! Previosly I was using client 2020-04-01bRagexe, I've changed it to 2020-07-15bRagexe, and register button has been appeared. Tested it, and was able to create and to join created party from another account. The only issue is for now, the api server says the...
  4. T

    Adventure Agency

    Hello, Has anyone tested Adventure Agency feature? Register button does not appear in the agency window. Are there any special setups for ExternalSettings or there is another solution to solve it? Http service is on.  Thank you in advance. 
  5. T

    Get coordinates of dead monster

    Hello, Does anyone know, if it is possible to get natural spawned mob coordinates with OnNPCKillEvent? I'd like to use *getmapxy to get it coordinates, but 'killedrid' only returns mob ID, but not RID. 
  6. T

    Guild emblems

    Hello, As far as I know, guild emblems on clients version after 2019-06 is not showing. Is anyone using 2020-2021 clients? Does anyone have a solution for this issue? I really need to use fresh clients, but I cannot sacrifice guild emblems. Thank you. 
  7. T

    LF - WEB DEV to setup FLUX CP / FORUM / PATCHER

    Hi, // JOB IS DONE Thanks!
  8. T

    Drain SP after successfully "itemskill" script

    Hello All, I have Charge Arrow Scroll, which calls skill "Charge Arrow". It costs 12 SP to use this scroll. The questions is: Is there any way to consume SP only after successfully use of this scroll? Currently it consumes SP immediately after using the scroll, even if the skill was not...
  9. T

    item_first_get_time set "0" for specific maps

    Hello All, I'm wondering, if anyone has a solution, how to disable (set to 0) the time during which only the person who did the most damage to a monster can get the item for specific maps. In "drops.conf" I have "item_first_get_time: 3000", but I need to set it to 0 only for maps with mapflag...
  10. T

    How to limit random event

    Hi All ! I have a simple script-function, which randomly triggers different events. I am searching for a solution to make the following, if the event from "case 0" (or another cases) is ALREADY triggered with this function, then next time this function will call another random event except...
  11. T

    Special effect on all players at map

    Hello all! Can you please advise, is there a solution to apply special effect on all characters located on specific map via script (ex. in Prontera)?
  12. T

    How to delete value from the array?

    Hello, I am adding account ID to the variable by the following scripts: set $MY_VARIABLE[0], getcharid(3); set $MY_VARIABLE[getarraysize($MY_VARIABLE)], getcharid(3); I have a list of values in this variable like: 2000000 2000001 2000002 etc It indicates, that these accounts are...
  13. T

    Disable @go when in dialogue with NPC

    Hello, Could you please advise, how to disable @go command, when it used in NPC dialogue? If I put @go 0 as example to quick slot ALT+1, it shall TP char to prontera even if it's in a dialogue. I'd like to avoid that, cause many of my scripts were written without protections from such...
  14. T

    Deactivate VIP/Premium Account

    Hi all, Please advise on how to deactivate premium account. I have to set variable #VIP to 0 automatically, when the time expires. But I have no clue, how automatically in real time do that. // SCRIPT // ... set #VIP, 1; set #VIP_delay, gettimetick(2) + 60; // 1 min ... } When the time...
  15. T

    Ragnarok Offline Newbie Pack 2022 | Make your RO server in less then 5 minutes

    Hello, Many thanks for your job, Everything work fine and stable, but login/char/map servers show the following: [info] pinging sql server to keep connection alive site Twice per minute. Is it possible to swith these notes off? Or it might be some kind of error? 
  16. T

    Add permanent stats, if condition is true

    Hi all, I'd like to add to my server achievement system that was presented in RO Mobile (Eternal Love). Ok, close to it ~  Sample: - Collect something (poring card and fabre card) get +1 str. - Pass through 25 level of ET get +5 to DEF. - Kill Drake get +1000 HP. Do you have any good idea...
  17. T

    Kill monster loop event within specific area

    Hi all, I'd like to write the script, that will kill all monster (except for 2-3 IDs) with 2-3 cells area around NPC. Do anyone have idea how it should look like? I prepared loop event, but dont know how can I write auto-killing monster within this area.. Thank you. 
  18. T

    Ressurrection item

    Hi, Do you have any idea, how can I fix item? Highly appreciate your reply.
  19. T

    Mass Seller

    Hello All, Could you please help me. I'd like to make below script scans and ignores all equiped items on the characters. Now it deletes all items, including equiped. I also want to include function to ignore specific item IDs. Might be someone can help me with below or have alternative...
Back
Top