Recent content by HyperSonic2097

  1. HyperSonic2097

    "Visual" stylist?

    It0s because rAthena use dressroom(1); (or something like that, i don't remember exactly), in Hercules the correct syntax is dressroom(DRESSROOM_OPEN); You can use this script (change the NPC name JP_SUPIKA if you need it). Anyway you have also to modify jobdresseslist.lub in...
  2. HyperSonic2097

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

    You mean resnametable.txt? rsw and gnd, no gat. I think i need the rsw, gat and gnd files to put in my grf...
  3. 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...
  4. 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.
  5. 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.
  6. 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?
  7. 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!
  8. 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]...
  9. 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...
  10. HyperSonic2097

    Custom sprites

    Before I have forgot to recompile the server! But now this are the result...It search for a empty name! Why? I have to declare something even client side? The error "status _set_viewdata (npc) ecc from the console is gone, so server side it seems all ok edit: I tried to edit client side...
  11. HyperSonic2097

    Custom sprites

    Ok, i have raised the max at 10448 // Old NPC range #define MAX_NPC_CLASS 1000 // New NPC range #define MAX_NPC_CLASS2_START 10001 #define MAX_NPC_CLASS2_END 10448  modified constants.conf in this way ..     MER_SWORDMAN09:    6045     MER_SWORDMAN10:    6046 //CUSTOM SPRITES RANGE...
  12. HyperSonic2097

    Custom sprites

    But in this way i don’t replace an existent npc? Why in constant.conf there are write some line with “free id’s”?
  13. HyperSonic2097

    Custom sprites

    Yes, now i have tried to ahot down the entite emulator, reboot, and restart... but I still have this
  14. HyperSonic2097

    Custom sprites

    Hi, thanks for the reply. I have tried to write that between free ids and hidden ecc     // Free IDs 126 - 138     REGENERATOR:              126     HIDDEN_WARP_NPC:          139 and in regen.txt i have put this prontera,156,179,4      script  REGENERATOR     REGENERATOR,{ But the npc...
  15. 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    ...
Back
Top