Search results

  1. HyperSonic2097

    pvp_y_1-5, pvp_y_2-5 ecc not found when rebuild mapcache

    Hi, i have put map files in this server folder and rebuilded map cache. //----------------------------------------- // GRF Files // Add as many as needed. //----------------------------------------- //grf: C:\Program Files\Gravity\RO\rdata.grf //grf: C:\Program Files\Gravity\RO\data.grf...
  2. HyperSonic2097

    "Visual" stylist?

    Hi i have seen a stylist script on a server... I have tried to search for this script but i can't find anything. There is somewhere a "visual stylist" like this? I don't think they have coded by herself because the server isn't english, and their scripts are in other language.
  3. HyperSonic2097

    Use a 3D object instead a sprite on a npc

    Hi, i want to use a custom 3D object istead a NPC sprite. I guess this is possible because Emperium is a 3D model.  I have searched, but i don't find almost nothing. There is a specifical guide for this? Thanks in advance.
  4. HyperSonic2097

    NPC icons

    Hi, how i change NPC icons on their heads? I have some of these icons in a places where they shouldn't be and i don't understand why! It's a client issue?
  5. HyperSonic2097

    rAthena logo in screenshot

    By default when i take a screenshot there is a rAthena watermark. How i can change it? Where is stored the watermark file? Thanks!
  6. HyperSonic2097

    Failed to connect to map server (apparently) whitout a reason

    Hi, i'm trying to run a ragnarok server, when i log in i can create a character and everything seems to work fine, but when i try to log in game i receive "failed to connect to server" in the game client. In the log nothing seem to be helpful... hypersonic2097@server:~/Hercules$ [Status]...
  7. HyperSonic2097

    Failed to create an instance (help to install a script)

    Hi all, i am tryng to install this  I have followed the instruction: -Added in resnametable.txt this //Prontera Zombie Massacre Instance (Aeromesi) [email protected]#prontera.gnd# [email protected]#prontera.gat# [email protected]#prontera.rsw# 유저인터페이스\map\[email protected]#유저인터페이스\map\prontera.bmp# -Loaded RNT into...
  8. HyperSonic2097

    Custom sprites

    Ok guys, i have tried to search around, but i'm still confused. I have wrote a script that i have put in /Hercules/npc/custom/aggiuntivi/regen.txt The script works fine. My question is, how i change the sprite with MY OWN CREATED sprite? prontera,156,179,4      script  REGENERATOR    ...
  9. HyperSonic2097

    Item check in a npc help

    Hi all, anyone know how I make this work?     if (countitem (501) > 1) {     mes "you have the requested item";     delitem 501,1;     getitem 502,1;     close;     } else {     mes "you don't have anything";     close;     } What I am doing wrong? This gave me "you don't have...
  10. HyperSonic2097

    Cash Points instead Zeny in a npc

    Hi, i have a little question... For example if I want add/remove x Zeny from player in a script, i write something like this HEALHP:     if (Zeny < 1) { //<--this     mes "[Wandering Arch Bishop]";     mes "Sorry you do not have enough Zeny!";     mes "Come back when you can affort...
  11. HyperSonic2097

    need help with skilleffect (buffer npc)

    Hi, i have builded a buffer npc, but i need some help. When the buff is activated, the character is stuck on the floor for no reason until the buff effect ends. I have noticed some buffs type with this problem, like skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; and, there is a list of...
  12. HyperSonic2097

    NPC to send you in a arena maps

    Hi, does anyone know how can I create a NPC that sends a player in a map, and spawn some mobs?. The idea is kill the mobs before the time is up, and if the mission is clear gave to the player some cash points. I saw on some server similar script, that send you in a "clone" map for every...
  13. HyperSonic2097

    Increase npc length name

    Hi. I have a little problem with a script I wrote. For some reason i need to name npc like  einbroch,238,224,4    duplicate(GG_Record_Mark_Main)    Einbroch Marker#1-2_uz1    1002 geffen,163,188,3    duplicate(GG_Record_Mark_Main)    Geffen Marker#1-2_uz1    1002 glast_01,200,280,0  ...
  14. HyperSonic2097

    Gibberish quest windows

    Hi,  I have this problem, quest window (alt + u) is all gibberish, but the item description work fine... Any ideas? The problem seems to be only on quest text
  15. HyperSonic2097

    Kpatcher tutorial?

    Hi, I am a little bit confused about this patcher... Any things I wrote in plist.plt no have effect and the patcher say "no update for your client" This is my rsettings.ini ;KPatcher remote config file ;These three sections also duplicated in embedded configuration file on the case if the...
  16. HyperSonic2097

    Blackisting Palettes per classes and gender

    Hi, for some reasons I have palettes files per classes and gender of different number. For example my novice palette are from 0 to 10, assassin from 0 to 30 and archer from 0 to 50. My question is how I can blackist a range of palettes for specific class and/or gender...
  17. HyperSonic2097

    Ragexe question

    Hi. Im tryng to make a private server... what's the difference between various ragexe version? what's version is recommended? I know that 's a stupid question, but i can't find any guide or anything for this. Thanks if anyone help me.
  18. HyperSonic2097

    Rejected from server (30)

    Hi. I have read many topics, but still no have answer to this... I have hexed 2014-04-16aRagexe.exe with Nemo Patcher (recomended patch). Edited PACKETVER to 20140416 in mmo.h and recompiled. Commented DEFINE ENABLE_PACKETVER_RE I started the server with ./athena-start start (im on Debian)...
Back
Top