Jump to content

Spectator

Members
  • Posts

    63
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Prontera

Recent Profile Visitors

2720 profile views

Spectator's Achievements

Poring

Poring (1/15)

0

Reputation

  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/
×
×
  • Create New...