Jump to content

JoyRo

Members
  • Content Count

    120
  • Joined

  • Last visited

Everything posted by JoyRo

  1. Lets hope some 1 can fix the palettes for this class aswel.
  2. if you have a npc where you should talk with you can try to add something like this. if(getgmlevel() >= .GM){ warp "prontera", 155, 182; // Sends them to another place. OnInit: /* *CONFIG */ set .GM,99; // Group required to reset /* Set the lvl of gm's that may not enter */ Hope it helped.
  3. Yes it is... but not ur stats..
  4. JoyRo

    Pure Soul BUG

    You ask me why? If i knew why i would give myself the answer Thats why i posted it here to ask if someone can help me fix this problem. I use the latest Hercules. But i dont know where i can change that spell so it wil be fully working.
  5. JoyRo

    Pure Soul BUG

    Hello All, Spell Pure Soul also called Meikyo Shishui is a Kagerou spell At level 5 this spell should heal you 10% every 1 seconds for 10 seconds. But some how this spell is doing only 50% of the chars hp. Is there a way to change this skill into 100% hp in 10 seconds. Where can i modify the spells. Meikyo Shisui (Skill ID# 3011, iRO Name: Pure Soul)
  6. JoyRo

    Clan System

    Any news about this Dastgir?
  7. what file is it exacly? in the system folder or in the data folder
  8. i replaced my system folder but nothing changed..
  9. could you send me your msgstring?
  10. 2015 client splited the windows again. Maybe going to shortcut options, in third page (a small arrow change them) and adding the shortcut manually. This will work as well There is no 3rd page for me and i dont see any status option at the shortcut. I am using the 2015-05-13aRagexe.exe My bad, in 2015-05-13 is 2 pages in shortcut configuration go to interface and you'll see a page count in top part and in second page "Status Icon on/off" Here you can find a screenshot i dont see any status icon on/off http://postimg.org/image/vf6ku56dp/
  11. 2015 client splited the windows again. Maybe going to shortcut options, in third page (a small arrow change them) and adding the shortcut manually. This will work as well There is no 3rd page for me and i dont see any status option at the shortcut. I am using the 2015-05-13aRagexe.exe
  12. Hello, I am using the 2015 client but now the shortcut alt+A is gone. To open my inventory i gotta press the status icon. Is there a way to add the Alt+A shortcut back into the game?
  13. thanx found it! Mine sql is in dutch so had to search abit ^^
  14. i did it manualy but when it auto creates a account now it continue in the 30000+ range and not in the 200000
  15. Hello, Normaly when people make a account on the server the ID goes from 200000 to 200001 etc. Now i changed 1 account to test to 3000020 and i changed it back now. Now if there is a new account it keeps counting from 3000021 and up.. Is there a way to set the count back to normal. Maybe there is a setting in the sql database. Kind Regards Henry
  16. JoyRo

    Weather

    - script AutoWeather -1,{ OnInit: setarray .weathermaps$[0],"prontera"; //Add here the maps you want end; OnMinute13: //Every hour on this minute the weather will change randomly OnMinute51: //Every hour on this minute the weather will change randomly .@effect = rand(1,7); for(set .@r,0; .@r<getarraysize(.weathermaps$); .@r++){ switch(.@effect){ case 1: setmapflag .weathermaps$[.@r],mf_snow; announce "The snow is falling from the sky!",bc_blue|bc_all; case 2: setmapflag .weathermaps$[.@r],mf_clouds; announce "The clouds are gathering!",bc_blue|bc_all; case 3: setmapflag .weathermaps$[.@r],mf_clouds2; announce "The clouds are gathering!",bc_blue|bc_all; case 4: setmapflag .weathermaps$[.@r],mf_fog; announce "The fog is rising",bc_blue|bc_all; case 5: setmapflag .weathermaps$[.@r],mf_fireworks; announce "The fireworks are shooting in the sky!",bc_blue|bc_all; case 6: setmapflag .weathermaps$[.@r],mf_sakura; announce "The sakura is falling",bc_blue|bc_all; case 7: setmapflag .weathermaps$[.@r],mf_leaves; announce "The leaves are falling down",bc_blue|bc_all; } } end; } Soon as the event starts it activates like 4 of those weather types at the same time ^^
  17. JoyRo

    Weather

    [Error]: script error in file '#.txt' line 4 column 2 parse_line: expect command, missing function name or calling undeclared function 1: { 2: 3: OnInit: * 4: .weathermaps$[0],"Prontera"; //Add here the maps you want ~~~~~~~~^ 5: end;
  18. Hello, Is there a npc around that wil delete ur quests? Like people take a quest from eden board and want to have the quest deleted. They talk to a npc and the quests wil be removed.
  19. oke thanx but if i use ModExp it wil mess the hole account not just 1 char. And also with ViP status wil be messed up. They gain 200% exp for 1 month
  20. This is a example as i wanna make it but its not working atm. Any 1 can help. i want the npc set my exp gain to 0 so i can keep killing whatever i lke. Atm it removes my exp. prontera,146,142,4 script EXP Stop 4_F_KAFRA6,{ mes "[Stop EXP]"; mes "So you wanna stop leveling your character?"; next; menu "Yes", EXP_OFF, "Set it back!", EXP_ON, "Exit", EXP_EXIT3; EXP_OFF: if( BaseLevel >= 1 ){ set BaseExp,0; } close; EXP_ON: if( BaseLevel >= 1 ){ set BaseExp,100; } close; EXP_EXIT3: mes "[Stop EXP]"; mes "Come back whenever you want."; close; }
  21. Hello, Is it posible to make a npc that wil stop you from getting lvls. Like if i am lvl 80 and i wanna stay lvl 80 i talk to a npc or something and wont get any more lvl up. Even if i kill alot of mobs.
  22. JoyRo

    Guild Dungeons

    Hello, Is there any 1 that can make a script for guild castle dungeons. I would like people that own the castle ( Kriemhild ) can talk to a warper and warp to all castle dungeons. So like a castle owner check and warp wil be available.
  23. The char and login server saying its missing some files in ur conf folder. Are you sure the files are in place? inter_conf packet_conf msg_conf
×
×
  • Create New...

Important Information

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