Jump to content

dycezki666

Members
  • Posts

    24
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Philippines

dycezki666's Achievements

Poring

Poring (1/15)

1

Reputation

  1. hmm is that so maybe I'll try it again then check what causes the problem btw thx for the time sir you were right nothings wrong all i have to do is @reloadscript /thx thx for the script
  2. - script dailypoints -1,{ OnPCLoginEvent: { set(@now,gettimetick(2)); query_sql("SELECT REPLACE(`last_ip`,'.','_') FROM `login` WHERE `account_id` = "+getcharid(3),@lastIP$); if((getd("$G_LIP_"+@lastIP$)+(60*60*24)) <= @now) { setd("$G_LIP_"+@lastIP$,@now); getitem 7539,10; //set(#pvppoints,#pvppoints+10); mes("Here's your Daily Event Coin! Thanks for playing!"); dispbottom "[ Daily Attendance ] : You have received 10 Poring Coin!"; close2(); } end(); } }
  3. prontera,148,163,6 script Slot Machine 563,{ set @npc$,"[ Roll Machine ]"; // How many Items can be Choose set .List,3; // Hours Delay for each Roll set .Hours,24; // Ticket ID used for this Roll Machine set .TicketID,7539; // Items Available to Gain through Roll Machine setarray .Items[0],607,608,609,610,512; // Amount of Ticket required to change into Items. setarray .Cost[0],1,3,5,10,50; if ( #Roll_Claimed > gettimetick(2) ){ mes "You already rolled for the day"; mes "see you tomorrow"; }else{ mes @npc$; mes "Roll the machine?"; next; if( select("Yes!:No! not yet") == 2 ) close; mes @npc$; mes "Are you sure?"; next; if( select("Yes, let's roll it!:I change my mind") == 2 ) close; mes @npc$; mes "Random Item Flashing...."; mes "Rolling........"; next; mes @npc$; mes "Item Apear List :"; mes "[ ^FF0000Required Items^000000 ] [ ^0000FFItem Gain^000000 ]"; for( set .x,0; .x < .List; set .x,.x + 1 ){ set .Random,rand( getarraysize( .Items ) ); set .Rolled[.x],.Items[.Random]; set .RolledCost[.x],.Cost[.Random]; mes "^FF0000"+.RolledCost[.x]+" x "+getitemname( .TicketID )+" = ^0000FF"+getitemname( .Rolled[.x] )+"^000000"; set .@Menu$,.@Menu$ + getitemname( .Rolled[.x] )+":"; } set .@i,select( .@Menu$ ) - 1; mes "This item cost ^FF0000"+.RolledCost[.@i]+" x "+getitemname( .TicketID )+"^000000."; next; if( select("Spend my Ticket:Waste my roll") == 2 ) close; mes @npc$; if( countitem( .TicketID ) < .RolledCost[.@i] ){ mes "You need ^0000FF"+.RolledCost[.@i]+" ^0000FF"+getitemname( .TicketID )+"^000000"; mes "Better luck next time"; }else{ mes "Thanks for using Roll Machine"; set #Roll_Claimed,gettimetick(2) + ( .Hours * 3600 ); getitem .Rolled[.@i],1; delitem .TicketID,.RolledCost[.@i]; } } close; }
  4. about the monster wiki event on the questions of sizes it won't accept any answers even you put the correct answer and ive notice that the answer in the message box is none... ???? can you help me
  5. @Jman ohh sorry for posting wrong section @Emistry thx for the replay
  6. Can someone share me some links like valkyrie helm recolored or old custom sprite much better
  7. ahh ok ok your right i was using client 2011 hmm so what client should i use? can u pref me an stable one? btw the for the replay
  8. I see it works XD thank you very much I own you one
  9. When I'm trying to the apple this unknown this is comes up, instead quantity can someone to fix this thing...
  10. can someone teach me how to set npc to permanent? thanks for the replays
  11. ganun ba tlga kapag nag load ka na ng npc tapos kapag pinatay mo ung server ehh mawawala lahat?
  12. I've tried several times but it always fail the 1st one the hotkeys wont work and the other one is the alt+1 and alt+2 is not working but instead if i press alt+3 the alt+1 is always called
  13. Is the 2010-06-16aRagexeRE nid packet_db?? or i can use the client without packet_db on it?
×
×
  • Create New...