Jump to content

JoyRo

Members
  • Content Count

    120
  • Joined

  • Last visited

Everything posted by JoyRo

  1. Wish there was a error than we could find the problem easy. I changed my script and it seems to work now. case 1: if( (eaclass()&EAJ_THIRDMASK) == EAJ_MECHANIC ) setlook 13, 1;
  2. i tried them all but none of them worked
  3. Nice and Friendly support i would recommend Aeromes. Helped me with several scripts. Good scripter.
  4. Nope there is still something wrong with if ( Class == Job_Mechanic || Class == Job_Guillotine_Cross_Trans || Class == Job_Genetic ) { i think.
  5. Hey thanx for the Reply The code isent working i had to change it abit to remove the errors but still says i am not a good class. prontera,145,158,4 script 3rd Job Sprite 4_ELEPHANT,{ mes "[PVP Narrator]"; mes "Hello and welcome!"; mes "I am in charge of"; mes "explaining the new Job Sprites."; next; switch(select("Change me!:Explain please:End Dialog.")) { case 1: if ( Class == Job_Mechanic || Class == Job_Guillotine_Cross_Trans || Class == Job_Genetic ) { setlook 13, 1; close; } else { mes "I am sorry but you cant change."; mes "Only Mechanic Guillotine Cross and Genetic can use this npc."; emotion e_swt,1; close; } break; default: mes "Okay, bye.."; break; } }
  6. Clan System is there for players that dont wanna be in a guild. If you join a specific clan you get difrent kind of bonus stats. Clans canot join WoE. Also there wil be a clan chat for players of the clan. Sword Clan STR + 1 VIT + 1 Max HP + 30 Max SP + 10 Arch Wand Clan INT + 1 DEX + 1 Max HP + 30 Max SP + 10 Golden Mace Clan LUK + 1 INT + 1 Max HP + 30 Max SP + 10 Crossbow Clan DEX + 1 AGI + 1 Max HP + 30 Max SP + 10 For more info about the clan System you can look here. http://ragnarok.wikia.com/wiki/Clans
  7. Got a picture of what you have added?
  8. I have tried almost everything with the script nothing seems to work when you go over 30 warps it wil start giving errors. The thing i did is add 2 warpers ingame 1 for normal warps like anthell etc. and 1 quest warper for the special places. So i replaced some old warps for new ones so i dont need to add new lines. that worked fine for me.
  9. Like this i tried with the Thor Generator..
  10. Is it posible to remove a hole folder with thor patcher? like data\sprite So it wil remove the hole sprite folder...
  11. prontera,145,158,4 script 3rd Job Sprite 4_ELEPHANT,{ .@choose = select( "New 3rd Class", "Exit" ); if ( .@choose == 1 && ( Class == Job_Mechanic || Class == Job_Guillotine_Cross || Class == Job_Genetic ) ) { setlook 13, 1; close; } else mes "I am sorry but you cant change."; mes "Only Mechanic Guillotine Cross and Genetic can use this npc."; emotion e_swt,1; setlook 13, 0; close; } Can any 1 help me with this script i made. The script should make a mechenic GX and Genetic able to use the npc and set off the command setlook13, 1; But somehow i only get the else command if i logged with genetic or other class.
  12. JoyRo

    New Instances

    Is there any Translation done that you know? My chinees is bad.. only thing i know is ni hao and thats with normal style letters
  13. JoyRo

    New Instances

    i am more looking for the iro instances like horror toy factory,Geffen Magic Tournament, Faceworms nest etc.
  14. JoyRo

    New Instances

    Hello, Is there any 1 that sells the faceworm nest instance? Also would like fully working other instances. PM me thanx. Kind Regards Henry
  15. Are there any dates known when the next sprite is comming out? Or is it everyday a big suprise.
  16. I downloaded the Map on rAthena and it also works on Hercules i have the map fully working! If you need any help implementing it just give me a pm.
  17. @Litro Thanx for the reply. i logged both chars but it dident work i still claim rewards with both accounts.
  18. Hey, You mean the default quest warper? I also tried to modify it when i changed fiew lines the script gives an error that its to big so i dont think. The script cant be modify that much.
  19. Hello, Is there any one that can provide me a ip check for a daily reward or weekly.. Atm i have this script but seems not to work properly when i login 2 account they both can take the reward. prontera,155,160,5 script 60 seconds Reward 4_F_FAIRYKID4,{ //=========================== Settings ================================================================ set .@rewname$,"[ Daily Reward ]"; set .rewardid,601; set @rewardamount,1; //======================= Settings End ================================================================ //***************************************************************************************************** query_sql("SELECT last_ip FROM `login` WHERE account_id = "+getcharid(3)+"", @LastIp$); if( (gettimetick(2) - lastTimeTalked > 60)&&(gettimetick(2) - getd(@LastIp$) > 60)) { mes .@rewname$; mes "Hello "+strcharinfo(0)+",I"; mes "am here to give you a daily"; mes "Reward. Do you want to have it?"; next; switch(select("-Yes,sure!:-No,bye!:-Cancel")) { case 1: mes .@rewname$; mes "Okay going to give you the item!"; next; mes .@rewname$; getitem .rewardid,@rewardamount; mes "Okay have fun with it!"; set lastTimeTalked,gettimetick(2); setd(@LastIp$,gettimetick(2)); close; case 2: mes .@rewname$; mes "Okay goodbye!"; close; case 3: close; } } mes .@rewname$; mes "Sorry you can get the"; mes "Reward again after "; mes "60 seconds are over!"; close; }
  20. JoyRo

    Weekly Reward

    Oxxy, You know how i can make this script Based on IP also. So daily reward with IP check.
  21. JoyRo

    Daily rewards

    Any 1 has a line that checks for IP?
  22. You have a local host IP 127.0.0.1 so other people wont be able to connect.
  23. JoyRo

    bodystyle

    Is there any 1 that know how to set function to make body style 1. The command ingame is @bodystyle 1 Like a npc that set your bodystyle or a item if you use it it wil set ur bodystyle. If the script needs to be custom made ill pay for it. Closed!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.