Jump to content

crazyarashi

Developer
  • Posts

    763
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by crazyarashi

  1. just to make sure did you add it in re database? :)) and may i know what client are you using
  2. Are you running your server in RE or Pre Renewal
  3. 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 :))
  4. the path for skillinfoz is data/luafiles514/luafiles/skillinfoz\skilltreeview.lub :))
  5. crazyarashi

    warper

    Change these part "Yuno", T36 ; <--- , " Glemior", T37; to "Yuno", T36, "Glemior", T37;
  6. 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 :)))
  7. 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
  8. 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;
  9. Can you provide your script so we can help you :))
  10. Try Removing This part i had a same case with my npc fixed it by removing the mes before a case. switch(select($menu$+"Sortear premio",$menu$+"Informações")){ next; mes "[^FF0000 Premiador ^000000]"; <----- case 1:
  11. Very Detailed guide Thumbs up
  12. Resolved it by applying what tokei corrected and by fixing a few close lines Here's the full script :)) prt_in,63,69,3 script Rough Stones Exchanger 756,{ mes "[Leon]"; mes "Hi adventurer, I'm Leon and im trading"; mes "a whole ^0055FFOridecon^000000 or ^0055FFElunium^000000"; mes "For 5 ^0055FFRough Oridecon^000000 or ^0055FFRough Elunium^000000"; next; mes "[Leon]"; mes "What would you like to exchange today?"; next; switch(select("Rough Elu to Elunium:Rough Ori to Oridecon")) { case 1: set .@i, countitem(757); if (.@i < 5) goto noelu; next; mes "[Leon]"; mes "How many Rough Elunium would you like to exchange?"; next; input .@e = .@e / 5 * 5; next; if (.@e < 5 || .@e > countitem(757)) { mes "[Leon]"; mes "That's an invalid amount of ^00FF00Rough Elunium^000000"; mes "The exchange rate is 5 Rough Elunium to 1 Elunium"; close; } mes "Are you sure you want to exchange ^0055FF" + .@e + " Rough Eluniums?^000000?"; if (select("Yes:No") == 2) close; mes "[Leon]"; mes "Okay come to me again if you want to exchange"; delitem 757, .@e; getitem 985, .@e/5; end; case 2: set .@i2, countitem(756); if (.@i2 < 5) goto noori; next; mes "[Leon]"; mes "How many Rough Oridecon would you like to exchange?"; next; input .@r = .@r / 5 * 5; next; if (.@r < 5 || .@r > countitem(756)) { mes "[Leon]"; mes "That's an invalid amount of Oridecon"; mes "The Exchange rate is 5 Rough Oridecon to 1 Oridecon"; mes "Make sure you input the right value"; close; } mes "Are you sure you want to exchange ^0055FF"+.@r+" Rough Oridecon?^000000?"; if(select("Yes:No")==2) close; mes "[Leon]"; mes "Okay come to me again if you want to exchange"; delitem 756,.@r; getitem 984,.@r/5; end; } noori: mes "[Leon]"; mes "You don't have enough ^00FF00Rough Oridecon^000000 to exchange"; close; noelu: mes "[Leon]"; mes "You dont have enough ^00FF00Rough Elunium^000000 to exchange"; close; }
  13. Hello can this script also provide rewards for the losing guild
  14. I want to make the BG rewards automatically goes to the inventory of the player at the end of the round so i tried getitem7829,10; //But it needs an npc to work and i tried another getitem $@TeamA,7829,10; But it doesn't seem to work either // Just Tested This. I saw it in EaMOD Rewarding System and kinda copy it. Gonna edit the question to make it clearer sorry about that :D
  15. Hi Im currently making a battlegrounds script and I want to the rewards straight to the inventory of the player at the end of the round i tried using getitem but it needs an npc to work so i tried the script below but it doesnt work. is there any other way to make the rewards go to the inventory of the player on the end of the round without using an npc? if( $@TeamA != 0 ) { if( $@TestBG_Victory == $@TeamA) { getitem $@TeamA,7829,10; end; } else { getitem $@TeamA,7829,5; end; } end; }
  16. Good Day Rathena im the type who works with music and I'm kind off tired listening to my playlist over and over again so if you have any suggestions feel free to share here!
  17. Personally i want from a staff is to be honest, active, tons of ideas for GM hosted events, have a certain amount of knowledge in RO, Loves RO, and dedicated to his work without being bias and other things :))
  18. OnMinute00 = Triggers Every Hour OnMinute20 = Triggers every 20 minutes of an hour (ex. 1:20, 2:20,3:20 and so on)
  19. Hi this was ask already and i saw this link http://roworkshop.com/andro/main/faqso.html you may refer to this :))
  20. Try This :)) poringsoccerv3.txt
  21. Try this it's the one im using. :)) azzyai
×
×
  • Create New...