Jump to content

Roxess

Members
  • Posts

    48
  • Joined

  • Last visited

About Roxess

  • Birthday 09/14/1996

Profile Information

  • Gender
    Male
  • Location
    México
  • Server
    Fanatic-RO
  • Github: Roxas

Recent Profile Visitors

1680 profile views

Roxess's Achievements

Poring

Poring (1/15)

3

Reputation

1

Community Answers

  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
×
×
  • Create New...