Jump to content

dycezki666

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by dycezki666

  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?
  14. un napagana ko XD salamat ng maraming marami | at sa mga tumulong maraming maraming salamat /thx /thx case close @kyeme - btw bakit po ganun po ung mga skill hindi readable???
  15. ganun parin po "reject to the server" parin, nagdownload na po ako ng bagong WDGSkipPacketHeaderObfuscation.dll ewan ko lng kung un ung latest... hmm pa send naman po nung link kung sana ka nakakuha nungWDGSkipPacketHeaderObfuscation.dll sir thx
  16. ahh so san ko po ilalagay ung WDGSkipPacketHeaderObfuscation.dll ?
  17. lagi nalang e2 lumalabas kapag pmapasok na ako sa server nagttry try na nga ako na kung anu anu wala pa rin peu ung mmo ko naman naka #20120410 tapos gamit kung client date nya ehh 2012-04-10 bakit ganun di parin ako makapasok sana matulungan nyo po ako thanks sa magrereplay
  18. Thanks for the replay sir I've appreciate it I've solve my problem now, I didn't build my char-server properly that's why i can access in making character but now its ok, now my problem is it always reject me in the server, but my mmo is 20120410 and i use rag-2012-04-10 also i dont know what is the problem can someone help me Thank for the response GodSpeed
  19. Will there be a problem to my client if my files in incomplete? I mean is not literally complete I've download the kro in ratemyserver and the 2 patchers and extract it in one folder , patch the 2 patchers. And when i put my 2012-04-10aRagexeRE, my.grf and my data.ini in the folder and try to login its alright but in making character it always "failed to connect to the server" i dont know the problem please help me Thank for the response GodSpeed
  20. ahm nagawan ko na po ng solution ung prob ko sa optioninfo bali nag install ulit ako ng bagong kro tapos pinatch ko ung dalawang patchers na support ni Ai4rie and un nawala ung error nya, sa ngaun nagkakaroon ako ng prob sa server hindi ako makapasok eto ung SS nya once na papasok na sa server yan na ung lalabas, ung isa naman kapag nagincorrect ka ng password magcloclose ung client anung passible problem po eto?? sana matulongan nyo ulit ako thanks GodSpeed
  21. pa help po nagkakaroon kc po ako sa error sa client ko sana bigyan nyo po ako ng feedback thx GodSpeed
×
×
  • Create New...