Search results

  1. K

    Cashshop_db Logs

    As the title says can we get a seperate log for this? in a way that we can track who bought what item, and also a way to disable #KAFRAPOINTS if possible? thanks!
  2. K

    Fxdata.cloud host

    Has anyone used fxdata.cloud to host their ragnarok servers? how was it? https://fxdata.cloud/
  3. K

    Increasing global mob damage/stats

    is it possible to globally increase the mobs damage globally to have a higher/lower damage by a percent? (maybe) i think its a good way to add this as a configuration in monster.conf for those who run high rate servers so that PvE content will still be challenging.
  4. K

    Healing more than 6 digits

    So.. a follow up on this.. has there been any solution for it? because i need a higher heal rate value above 32767. if possible would you mind showing me where in the hex editor to change the limit? gratefully appreciated! Edit: its actually about the life potions(SC_M_LIFEPOTION) where...
  5. K

    Trading an item and triggering a function

    So i was wondering if this is possible if you put in an item in the trade window a function will be called. i tried looking at trade.c of trade_tradeadditem; but i dont know how to call the function if i put it in the source code. or is there like an "OnTradeAdd" command?
  6. K

    Heal over Time

    does anyone have a src code for heal over time like Renovatio skill on Arch bishop does? however the tick rate is configurable so maybe it'll work like an item bonus code like bonus3 bHealOverTime,x,y,z; where x= hp; y= sp; z= tick rate; Also does this increase the server load? i feel like...
  7. K

    failed npc->checknear test.

    I made an item call a function which have player interaction to choose on a menu but it gets the error npc_scriptcont: failed npc->checknear test. Heres an example of it: Item id of Knife -> 1202 with script on it as: callfunc "getSkill"; and the gist of the function of: function...
  8. K

    Delete a custom Table in database.

    So im using this script: http://herc.ws/board/topic/9685-random-bonus/ i'd like to know how to delete the entries in the database from an npc. For example: if i refine the item and it gets destroyed i like it to delete the unique ID from the database also. thanks for your time
Back
Top