Jump to content

Roxess

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Roxess

  1. Prontera New Map Fix: https://rathena.org/board/topic/100726-new-prontera-client-crash/ and for change the title windows is easy you only need a hexadecimal editor and search the word "Ragnarok" near the word "Software" BTW you only need to change "Ragnarok" for your "Server Name"
  2. i can't enter in many events and the gm got stuck when run one :c but is a great npc hopefully this work at 100 % Thanks for everything anyways
  3. Roxess

    Warmth

    How i can enable the Warmth skills of the star gladiator in pvp? i refer are enabled but dont take damage on the players only on the mobs
  4. you need to use arrays and set values :I
  5. here is a guide: https://rathena.org/board/topic/62238-manage-skill-damage-21/
  6. yes you can C: you only need to change some values
  7. no idea :c did you follow this guide : https://rathena.org/wiki/Edit_Max_Level ?
  8. you can use Gat Walker btw and can download it here: http://ratemyserver.net/index.php?page=download_tool
  9. i find this : and i think you must see command @item2 but i dont sure about that info :I i think that is more in the .exe configuration
  10. Roxess

    Quest

    that depends how is your quest npc :I but anyways i think its only use the command "announce" announce "strcharinfo(0)+" just end the quest.",bc_all,0xFFFF00;
  11. http://pastebin.com/1qj7jXRK Hope help you !!
  12. hello guys someone can make me a npc "recollector event" the npc gonna ask you for random items and quantity hourly its like a dynamic quest thanks for read my post :3 the npc could be more awesome if he ask you for some monster kills C:
  13. i dont know if this could help but here i go :v prontera,150,150,4 script S#custom_stylist 68,{ setarray .@Styles[1], getbattleflag("max_cloth_color"), getbattleflag("max_hair_style"), getbattleflag("max_hair_color"); setarray .@Look[1], LOOK_CLOTHES_COLOR, LOOK_HAIR, LOOK_HAIR_COLOR; set .@s, select(" ~ Cloth Color: ~ Hair Style: ~ Hair Dye"); set .@Revert, getlook(.@Look[.@s]); set .@Style,1; while(1) { setlook .@Look[.@s], .@Style; message strcharinfo(0),"This is style #"+.@Style+"."; set .@menu$, " ~ Next (^0055FF"+((.@Style!=.@Styles[.@s])?.@Style+1:1)+"^000000): ~ Previous (^0055FF"+((.@Style!=1)?.@Style-1:.@Styles[.@s])+"^000000): ~ Jump to...: ~ Revert to original (^0055FF"+.@Revert+"^000000)"; switch(select(.@menu$)) { case 1: set .@Style, ((.@Style != .@Styles[.@s]) ? .@Style+1 : 1); break; case 2: set .@Style, ((.@Style != 1) ? .@Style-1 : .@Styles[.@s]); break; case 3: message strcharinfo(0),"Choose a style between 1 - "+.@Styles[.@s]+"."; input .@Style,0,.@Styles[.@s]; if (!.@Style) set .@Style, rand(1,.@Styles[.@s]); break; case 4: set .@Style, .@Revert; setlook .@Look[.@s], .@Revert; break; cutin "",255; } } OnInit: waitingroom "Stylist",0; }
  14. hope this guide you :3 https://github.com/rathena/rathena/blob/master/npc/merchants/milk_trader.txt
  15. hey guys its, possible to make a npc to quit the doble login accounts? insta kick if is the same ip ?
  16. Very much thanks sir It Works Pretty Well ~
  17. this could work too? - script pvprecovery -1,{ OnPCKillEvent: if (strcharinfo(3) == "guild_vs3") { dispbottom "Acabas de matar a strcharinfo(0) Recovery Automatico."; atcommand "@heal "+strcharinfo(3) } end; }
  18. hey guys i want a npc what if you kill someone in pvp recover your life and sp again at 100% someone can do ti for me? Thanks for all :3 !!
  19. Hey guys someone can giveme or create a sprite with the tittle PvP Legend and WoE Legend for put like a custom that could be awesome, i dont know how to make my own sprites so if someone can help me that could be so nice thanks for all guys :3 !
  20. I love all your works ToZorMan !!
  21. Very nice auras sir :3 Revamped Swan and The legendary Super Saiyan are very good !
  22. ok im gonna do it thanks :3
  23. Very much thanks again sir !! im so happy !! thanks !! Works perfect !!
×
×
  • Create New...