Jump to content

Spectator

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Spectator

  1. thanks pero wala pong laman na script ung 15041.
  2. hello po tanung ko lang po kung anung item number ung biotata armor? thanks
  3. yes but he said that mostly when he change the transcendant class to 3rd job some skill are gone. i think there is error in jobmaster script he used. for example the job id it should be 3rd job(transcendant) so all the skills are available.
  4. just use the job master script on the npc folder it works fine. or if your using @job command you need choose the right job ID it should be 3rd job (transcendant).
  5. Add: if(Weight >= MaxWeight/2) goto Low; Low: mes "You are Overweight!"; close; why when i put this script it will keep telling You are Overweight! if(Weight >= MaxWeight/2) goto Low; and Low: mes "You are Overweight!"; close; but when this script only everything works fine the npc will closed automatic but i want to add message when the player is overweight the npc will tell. if(Weight >= MaxWeight/2) Where did you put it? Can you post your script? prontera,141,226,6 script Lotti Girl 714,{ mes "[Lotti Girl]"; mes "Hello Sir! Are you out"; mes "shopping in the city?!"; next; mes "[Lotti Girl]"; mes "I'm Lotti! I'll exchange cool"; mes "random prizes for every"; mes "^ff00001 Premium Ticket^000000."; next; mes "[Lotti Girl]"; mes "Our Grand prize is:"; mes "^ff0000Combat Knife^000000"; mes "Special prizes are:"; mes "^ff0000+7 Armor Refine Deed^000000"; mes "^ff0000+10 Weapon Refine Deed^000000"; mes "and ^ff0000+6 Armor Refine Deed^000000"; next; mes "[Lotti Girl]"; mes "You can still get random item"; mes "if you failed to get the grand"; mes "prize and special prizes."; if (countitem(7608) < 1) close; next; if(Weight >= MaxWeight/2) goto Low; Low: mes "You are Overweight!"; close; next; if(select("Deal me in!:No way...")==2) close; mes "[Lotti Girl]"; mes "Here we go..."; delitem 7608,1; set .@Total,2;//<%>,<ItemID>,<Amount> setarray .@P1[0],10,6233,1; setarray .@P2[0],20,1228,1; setarray .@P3[0],90,2423,1; setarray .@Default[0], 14232,5; set .@i, rand(1,.@Total); if (rand(1,100) > getd(".@P"+.@i+"[0]")) { for(set .@j,0; .@j<getarraysize(.@Default); set .@j,.@j+2) { getitem .@Default[.@j], .@Default[.@j+1]; if(!.@k[0]) setarray .@k[0], .@Default[.@j], .@Default[.@j+1]; }} else{ for(set .@j,1; .@j<getarraysize(getd(".@P"+.@i)); set .@j,.@j+2) { getitem getd(".@P"+.@i+"["+.@j+"]"), getd(".@P"+.@i+"["+(.@j+1)+"]"); if (!.@k[0]) { set .@gz,.@i; setarray .@k[0], getd(".@P"+.@i+"["+.@j+"]"), getd(".@P"+.@i+"["+(.@j+1)+"]"); break; } } } if(1<=.@gz&&.@gz<=4) announce "Congratulations! "+strcharinfo(0)+" just received "+getitemname(.@k[0])+" x "+.@k[1]+" from Lotti Girl (prontera 139 173)!",0; specialeffect2 248; close;}
  6. what client ragexe should i use to see other players aura?
  7. i just want to try different ragexe. i'm currently using 2012 04 10. I can see my own aura but i can't see other players aura.. the max level is 160! What should i do to fix this? is 2012 04 10 doesn't support 160 aura?
  8. I can see my own aura but i can't see other players aura.. the max level is 160! What should i do to fix this? i'm using the latest svn.
  9. hello everyone can i Request 2012-08-22 Ragexe or above: -> Ragexe -> Diff Patcher -> Diff files (if necessary) -> data/luafiles514 folder (if necessary) thanks in advance
  10. hello everyone i'll just ask why i keep disconnected from server when i enter Inside Prontera(prt_in) 59, 67?
  11. Add: if(Weight >= MaxWeight/2) goto Low; Low: mes "You are Overweight!"; close; why when i put this script it will keep telling You are Overweight! if(Weight >= MaxWeight/2) goto Low; and Low: mes "You are Overweight!"; close; but when this script only everything works fine the npc will closed automatic but i want to add message when the player is overweight the npc will tell. if(Weight >= MaxWeight/2)
  12. check this one. http://rathena.org/board/forum/53-svn-compilation-downloads/ http://rathena.org/board/forum/82-mga-guides-at-tips/
  13. This link contains the client 2012-04-10 http://rathena.org/board/topic/81747-2012-04-10aragexe-v3-booking-system/
  14. try to use 2012-04-10 client it works great!
  15. Hello Anakid, thank you for answering i've tried it but still doesnt work Hi Spectator, Thats what i've got should i change both of them? on src\map\clif.c check around line #if PACKETVER < 20130320 //change it to 20120418 and #if PACKETVER >= 20130320 //change it to 20120418 change it to your client date.
  16. make sure you set the correct version of your client on src\map\clif.c #if PACKETVER < 20130320 //change it to 20120418 #if PACKETVER >= 20130320 //change it to 20120418 On src\common\mmo.h #ifndef PACKETVER #define PACKETVER 20120418
  17. nice! suggest: I think it's better to add checking of weight because if the player is overweight the item will drop.
  18. prontera,150,150,0 script Starter NPC 100,{ if (#server_start) { mes "[Starter NPC]"; mes "You can only use my services"; mes "once per account, sorry."; close; } setarray .@jobs, Job_Rune_Knight_T,Job_Warlock_T,Job_Ranger_T,Job_Arch_Bishop_T,Job_Mechanic_T,Job_Guillotine_Cross_T, Job_Royal_Guard_T,Job_Sorcerer_T,((Sex)?Job_Minstrel_T:Job_Wanderer_T),Job_Sura_T,Job_Genetic_T,Job_Shadow_Chaser_T, Job_Gunslinger,Job_Taekwon,Job_Star_Gladiator,Job_Soul_Linker,Job_Super_Novice_E,((Sex)?Job_Kagerou:Job_Oboro); set .@size, getarraysize(.@jobs); for(set .@i,0; .@i<.@size; set .@i,.@i+1) set .@menu$,.@menu$+jobname(.@jobs[.@i])+":"; mes "[Starter NPC]"; mes "Welcome to Ragnarok!"; mes "Please select a job."; next; set .@i, select(.@menu$)-1; mes "[Starter NPC]"; mes "Are you sure you want to switch to the "+jobname(.@jobs[.@i])+" class?"; next; if(select("Yes, I'm sure.:No, let me pick again.") == 2) { mes "[Starter NPC]"; mes "Okay, take your time."; close; } mes "[Starter NPC]"; mes "Job changed!"; mes "Please take some apples, too."; mes "They'll come in handy."; emotion e_lv2; set #server_start,1; jobchange .@jobs[.@i]; getitem 512,100; close; } how to set max base lvl and job lvl?
  19. - script Healer -1,{ set .@Price,0; // Zeny required for heal set .@Buffs,0; // Also buff players? (1: yes / 0: no) set .@Delay,0; // Heal delay, in seconds if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0),"Healing costs "+.@Price+" Zeny."; if (Zeny < .@Price) end; if(select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end; set Zeny, Zeny-.@Price; } specialeffect2 EF_HEAL2; percentheal 100,100; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } if (.@Delay) set @HD, gettimetick(2)+.@Delay; end; } hi to all anyone can help me how to add auto repair and identify items?
  20. check your #define PACKETVER it should be 20120410 #define PACKETVER location scr/common/mmo.h
×
×
  • Create New...