Search results

  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    ...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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  ...
Back
Top