Recent content by tedexx

  1. tedexx

    *navigateto customization

    Trying to add support for navigateto() for custom maps (or even officials that doesnt have), but nothing. Already ran the naviluagenerator plugin by Haru (output successfully) and still nothing. Anyone knows what the exact lua files (and format) I need to modify to add a map to use in...
  2. tedexx

    ROCharGen problems

    got a fresh copy of ROCharGenPHP from KeyWorl, but having some problems with file loading from grf. I'm loading the same GRF I use in the game (and even checked with GRF Editor to make sure the files were there, and it was), but ROCharGen cant load the files. I tried with other grfs, same...
  3. tedexx

    Best way to get floating value?

    Whats the best way to make an operation using floating values?
  4. tedexx

    area_size, max_walk_path and Snap

    Some questions: Why changing /conf/battle/client.conf > area_size affects the Snap skill from champ? How to make the skill cap at 14 cells (official)? Is there any adivise against changing the area_size and max_walk_path values? Some bad interaction or a meaningful increase of memory?
  5. tedexx

    <NAVI> and <URL>

    &lt;URL&gt; The window is opening with no size. How can I fix that?  &lt;NAVI&gt; Not working in custom maps. Is there any /data/ file that I should be adding so it works? Using 2015-05-13aRagexe, tested with 2016-02-03aRagexeRE also and the same occurs.
  6. tedexx

    DBMS alternatives?

    Just for curiosity, has anyone tried to implement a different DBMS besides MySQL or the source its juts tightly coupled with the current choices? Today we have a lot of good dbms choices and could do so much more with more options. Just imagine running a server with mongodb and meteorjs on the...
  7. tedexx

    showevent() additional icons

    How can be added new icons to showevent() function? *showevent(&lt;icon&gt;{, &lt;mark color&gt;}) Show an emotion on top of a NPC, and optionally, a colored mark in the mini-map like viewpoint(). This is used to indicate that a NPC has a quest or an event to a certain player. Available...
  8. tedexx

    OnPCUseItem, OnPCGetHit, OnPCHit

    Are any of those events viable to Hercules? I don't know much about the event trigger workflow, wouldn't they be heavy to perform? - OnPCUseItem: When a player consume an item - OnPCGetHit: When a player get hit by something (return the damage taken) - OnPCHit: When a player hit something...
  9. tedexx

    Player walking when interacting with NPC or Skill

    I'm having an interaction bug that is not default of RO and pretty annoying. It would be impossible to run a production server with that. I think its a core problem with Herc. - When clicking a NPC that have no mes() function, the npc click event is triggered but the player also walks to the...
  10. tedexx

    Link System

    Do we have any client that support it this system? How it works? http://herc.ws/board/topic/10701-link-item-system/
  11. tedexx

    Custom Map problem: @warp failed

    I'm trying to add a new map to the server, but must be doing something wrong cus I keep getting "@warp failed" inside the game. The map: https://rathena.org/board/files/file/2507-doubrius-set/ db/map_index.txt doubrius conf/map/maps.conf // ... "doubrius" ) //map_list data folder Added...
  12. tedexx

    How to edit physical attack delay?

    How can I change the attack delay of a physical attack (mouse click)? By default im getting like 3 seconds cooldown after killing a monster and starting another one. Is that a config or source edit? If hardcoded in the source, could someone help me find the place(s) to edit?
  13. tedexx

    OnPCUseSkillEvent not working

    Having problems adding the OnPCUseSkill plugin by AnnieRuru. The skills are not recognized by the event label. The topic says something about OnPCUseSkillEvent.conf, not sure what it is and didnt found nothing about. - No compiling errors - No script errors  ...
  14. tedexx

    How to run GRF Editor on Ubuntu 14.04 LTS?

    First of all, sorry for my poor english.   So... I'm trying to run GRF Editor with Wine 1.8 x32, but nothing so far.   I already installed the .net frameworks for wine, some others dlls and now im getting the following error: wine GRF\ Editor.exe fixme:thread:SetThreadStackGuarantee...
Back
Top