Jump to content

crazyarashi

Developer
  • Posts

    776
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by crazyarashi

  1. I don't really want to make this kind of script since I can only see that it will be use for a bad thing.
  2. Yes it is correct for a cashshop :)) but i personally think it's better to use a dynamic shop with #CASHPOINT Currency :))
  3. I think you added a wrong syntax in your instance_db.txt do you mind sending what you added there :))
  4. If you activate the pk all dungeons and fields will be on PK :)) if you just want specific maps you should turn it off and apply the pvp mapflags to the specific maps :))
  5. You just need the client side files for this if you have the latest kRO data.grf then it won't have a problem if you want other custom hairstyle sprites you can refer here https://rathena.org/board/topic/59560-hair-style-pack/ :))
  6. Hi as far as i know all 4 elemental resist potion do stack, But when you activated all of it you will just get a 5% resist from all elements since every resist potions have a counterpart of 15% increase damage to their specific weak elements. :))
  7. Are you reloading scripts while there is a player online? :))
  8. ragnahosting doesn't really reply anymore im not sure if their services is still up. :))
  9. it would be easier for the guild leaders great stuff :))
  10. Hi everything you need to know about adding is in here https://github.com/rathena/rathena/wiki/Custom_Items
  11. I dont know what event is that but you can use getmapuser to get the number of players inside :)) and if someone die just use OnPCDieEvent to warp them out :))
  12. just to make sure did you add it in re database? :)) and may i know what client are you using
  13. Are you running your server in RE or Pre Renewal
  14. Download this latest translation from zackdreaver https://github.com/zackdreaver/ROenglishRE and make this as your grf base or merge it to your current grf :))
  15. the path for skillinfoz is data/luafiles514/luafiles/skillinfoz\skilltreeview.lub :))
  16. crazyarashi

    warper

    Change these part "Yuno", T36 ; <--- , " Glemior", T37; to "Yuno", T36, "Glemior", T37;
  17. Hi Good Day, Yes it is possible if they know the exact client you are using which is kinda hard. You won't be able to block WPE/Maya Purple hacks by just diffing it using NEMO. It's either you will use packet obsfuscation or you will get a gameguard to block all third party programs. but packet obsfuscation has limitations in blocking third party program. gameguard is the best solution since a gameguard can limit max clients you wont have to worry about players bypassing your no multiple log-ins and block all third party programs :)))
  18. Hi good day, well i have 0 idea about creating new jobs but it is possible to change the skills of a specific job :)) For adding New skills to a specific job 1. Database -skill_tree.txt - adding a skill to a specific job (Example) ----------------------------------------------------------- //Sorcerer (Trans) 4074,2446,5,90,5,0,0,0,0,0,0,0,0 //SO_EARTHGRAVE#Earth Grave# \\ 4074,2447,5,286,3,0,0,0,0,0,0,0,0 //SO_DIAMONDDUST#Diamond Dust# \\ Sorcerer Original Skills 4074,2214,5,0,0,0,0,0,0,0,0,0,0 //WL_CHAINLIGHTNING#Chain Lightning# \\ Adding a Warlock Skill 2. Client Side Files skilltreeview.lub/lua For the alternate costume you need to add it to your grf. using GRF Editor you need add it in this path data / sprite / Àΰ£Á· / ¸öÅë / ¿© / costume_1 // - Female Sprite data / sprite / Àΰ£Á· / ¸öÅë / ³² / costume_1 // - Male Sprite
  19. If that didnt work try giving this a try :)) ra_temsky,148,135,4 script Premiador 416,{ mes "[^FF0000 Premiador ^000000]"; mes "Ola "+strcharinfo(0)+","; mes "Parabens pela vitoria, como posso lhe ajudar?"; goto main; next; main: switch(select($menu$+"Sortear premio",$menu$+"Informacoes")){ next; case 1: mes "[^FF0000 Premiador ^000000]"; mes "Muito bem, vamos sortear o seu premio...."; next; mes "[^FF0000 Premiador ^000000]"; mes "Prontinho, ja tenho aqui seu premio, ate mais!"; close2;
  20. Can you provide your script so we can help you :))
×
×
  • Create New...