Jump to content

elcontrol00

Members
  • Posts

    236
  • Joined

  • Last visited

Everything posted by elcontrol00

  1. 5. @hairstyle is only up to 27, can somebody tell me where to get the other hairstyle? 6. @dye is only up too 5, I know some private server where they even reach 300+, can somebody please guide me? try to change this? in the conf/battle/client min_hair_style: 0 max_hair_style: 12 min_hair_color: 0 max_hair_color: 25 min_cloth_color: 0 max_cloth_color: 5 to the amount the palettes grf has mine is min_hair_style: 0 max_hair_style: 127 min_hair_color: 0 max_hair_color: 251 min_cloth_color: 0 max_cloth_color: 553
  2. thanks fixed my @go 5 :"D with this guide
  3. Thanks i will wait ti'll the event start to change if it changed
  4. Will try thanks. Works thanks how to change the item for they can get cashpoints instead?
  5. didnt find the correct codebox remove please and sorry.
  6. Thanks for release it works perfectly.
  7. the Virgo.wav i need to create it right? with this http://www.totalrecorder.com/ Still waiting thanks
  8. i can't it says this menu has been disabled
  9. I need to add this? or make the files? - script kjdhfjsfkh -1,{ OnPCKillEvent: if ( strcharinfo(3) != "pvp_n_1-5" ) end; attachrid killedrid; if ( @halo_pvpsound >= 5 ) soundeffectall "killjoy.wav", 0, "pvp_n_1-5"; set @halo_pvpsound, 0; attachrid killerrid; set @halo_pvpsound, @halo_pvpsound +1; switch ( @halo_pvpsound ) { case 2: soundeffectall "doublekill.wav", 0, "pvp_n_1-5"; end; case 3: soundeffectall "triplekill.wav", 0, "pvp_n_1-5"; end; case 5: soundeffectall "killingspree.wav", 0, "pvp_n_1-5"; end; case 7: soundeffectall "overkill.wav", 0, "pvp_n_1-5"; end; case 10: soundeffectall "rampage.wav", 0, "pvp_n_1-5"; end; case 15: soundeffectall "unstoppable.wav", 0, "pvp_n_1-5"; end; default: end; } }
  10. I did do @reloadscript Error xD http://i1162.photobucket.com/albums/q524/elcontrol00/IMAG0079.jpg
  11. Script works fine thank you.
  12. Every time i do @loadnpc npc/custom/pvp_sound.txt another map appears Look at the errorrs as you can see the map changes http://i1162.photobucket.com/albums/q524/elcontrol00/IMAG0078.jpg
  13. I get this error [Error]: script error on npc/custom/freebie.txt line 27 parse_callfunc: not enough arguments, expected ',' 22 : mes .npcname$; 23 : mes "you've already claim your Freebies."; 24 : close; 25 : } 26 : for ( set .@x,0; .@x < getarraysize(.@freebie_item); set .@x,.@ x + 1 ) { * 27 : getitem2 .@freebie_Item[.@x],.@freebie_Quantity[.@x],.@ freebie_Refine[.@x],0,.@freebie_Card1[.@x],.@freebie_Card2[.@x],.@freebie_Card3[ .@x],.@freebie_Card4[.@x]';' 28 : } 29 : set #freebiez,1; 30 : mes .npcname$; 31 : mes "you got already the server's freebies good luck on your ne w character "; 32 : close;
  14. But pvp_n_8-10 is not in the script. the map is called pvp_n_1-5
  15. for the PVP script i posted a picture. and when i kill 2 people it doesn't work. and for the item giver it just doesn't do nothing after 24 hours.
  16. caspen,151,209,4 script freebies 864,{ // Freebies ID setarray .@freebie_item[0],2104,2311,2404,2701,5132; // Quantity setarray .@quantity[0],1,1,1,1,1; set .npcname$,"[^990000Freebies^000000]"; mes .npcname$; mes "Hello "+strcharinfo(0)+"would you like some freebies ? "; next; if(#freebiez == 1) { mes .npcname$; mes "you've already claim your Freebies."; close; } for ( set .@x,0; .@x < getarraysize(.@freebie_item); set .@x,.@x + 1 ) { getitem .@freebie_item[.@x], .@quantity[.@x]; } set #freebiez,1; mes .npcname$; mes "you got already the server's freebies good luck on your new character "; close; } caspen,151,209,4 script freebies 864,{ // Freebies ID setarray .@freebie_item[0],2104,2311,2404,2701,5132; // Quantity setarray .@quantity[0],1,1,1,1,1; set .npcname$,"[^990000Freebies^000000]"; mes .npcname$; mes "Hello "+strcharinfo(0)+"would you like some freebies ? "; next; if(#freebiez == 1) { mes .npcname$; mes "you've already claim your Freebies."; close; } for ( set .@x,0; .@x < getarraysize(.@freebie_item); set .@x,.@x + 1 ) { getitem .@freebie_item[.@x], .@quantity[.@x]; } set #freebiez,1; mes .npcname$; mes "you got already the server's freebies good luck on your new character "; close; }
  17. So i wanted to know how/where to add items with item2 so i can add some refine items and some card for new players. thanks caspen,151,209,4 script freebies 864,{ // Freebies ID setarray .@freebie_item[0],2104,2311,2404,2701,5132; // Quantity setarray .@quantity[0],1,1,1,1,1; set .npcname$,"[^990000Freebies^000000]"; mes .npcname$; mes "Hello "+strcharinfo(0)+"would you like some freebies ? "; next; if(#freebiez == 1) { mes .npcname$; mes "you've already claim your Freebies."; close; } for ( set .@x,0; .@x < getarraysize(.@freebie_item); set .@x,.@x + 1 ) { getitem .@freebie_item[.@x], .@quantity[.@x]; } set #freebiez,1; mes .npcname$; mes "you got already the server's freebies good luck on your new character "; close; }
  18. Tried this script but it doesn't work. http://www.eathena.ws/board/lofiversion/index.php?t276828.html Hello everybody and good day to all. Today i'm requesting some scripts such as (PVP warper) when you Kill 2 People without Dying- Double Kill Kill 3 People without Dying- Triple Kill Kill 5 People without Dying- Killing Spree Kill 7 People without Dying- Over Kill Kill 10 People without Dying- Rampage Kill 15 People without Dying- UnStoppable And a 24 hour daily gift giver if he joins a pub or creates one it will stop or if he starts vending tried this not working for me http://rathena.org/board/topic/61956-can-1-give-me-script-24hours-gift-loyalty-give/page__p__94284__hl__daily#entry94284 And some events such as Poring catcher event,Dice event,and a Disguise event all automatic,tried the monster wiki from Emistry's it's an awesome event but i wanted only the name of the monster not race,size,or element And finally a item giver to give items with item2 i will put the item myself thanks all for your time
  19. I can't get to put my caspen custom to @go 0 -___- help please? i tried and did all the steps (Mysterious) posted but when i try to debug the files the map server crashes. tried @go guide on wiki 2 xD
  20. 2097
  21. 2098
  22. no my fault wrong page lol
  23. http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/
  24. Trying it now Thanks it works step's 1.deleted the data folder and the client i had 2.replace them with these http://rathena.org/b...rathena-client/ 3.open client and play
  25. http://mirror.forbrazil.com.br/svn/rAthena/trunk/ http://rathena.org/board/topic/56095-miruku/page__p__62880#entry62880
×
×
  • Create New...