Jump to content

patr3k

Members
  • Posts

    257
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by patr3k

  1. I would like to request a payable mount for all job class including 3rd job class, Kagerou/Oboro and you can set zeny or poring coin and an option to turn it off for free.
  2. Check this Thor Patcher wiki. I hope it can help you. http://rathena.org/wiki/Thor_Patcher
  3. Post this in Filipino Support. Scroll down a bit and you will see the International Forums.
  4. You're welcome It Works, i thought it was a buggy thingy. Thank you. You're welcome
  5. in clientinfo.xml remove this... <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 />
  6. Problem Solved. in clientinfo.xml remove this... <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 />
  7. Can anyone help me with this. I can't create an account using _M / _F. Client ver. 04-10-12 rATHENA ver: 17249
  8. How many hairstyles in this pack???
  9. Can you give me an example? and where should i put it? mob_db or in mob_db2?
  10. Is it possible to have different drops from bossina mvp monsters from normal mvp monsters?
  11. If i have extra hairstyles, hair colors and dye cloths where can i put it? I mean where in data folder? thanks! bump. anyone?
  12. try to click the npc newbie giver No, i'm not.
  13. Getting error with this script. prontera,156,156,3 script Sayer 90,{ // Reward Array <Item Id>, <Qty>, <Refine> // Set refine option to 0 if non-refinable. setarray .@rwd[0],2357,1,7,2524,1,7,2421,1,7,2115,1,7,13607,3,0,14208,3,0,12103,10,0,674,10,0,4140,4,0; query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) { mes "[sayer]"; mes "I'm sorry, the rewards are exclusively for new players."; close; } mes "[sayer]"; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; // List all the items. for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 3 ) // Check if refined option is not 0. if(.@rwd[.@i+2] != 0) { mes .@rwd[.@i+1] + " x +" + .@rwd[.@i+2] + " " + getitemname(.@rwd[.@i]); }else{ mes .@rwd[.@i+1] + " x " + getitemname(.@rwd[.@i]); } close2; // Get Items for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 3 ) // Check if refined option is not 0. if(.@rwd[.@i+2] != 0) { // getitem2 <id>, <qty>, <identify>, <refine>, <attribute>, <card1>, <card2>, <card3>, <card4> getitem2 .@rwd[.@i], .@rwd[.@i+1], 1, .@rwd[.@i+2], 0, 0, 0, 0, 0; }else{ getitem .@rwd[.@i], .@rwd[.@i+1]; } // Set variable to make sure player can't get items again. set #NewbieGift, 1; setd "$" + .@lip$ + "_NG", getd("$" + .@lip$ + "_NG") + 1; end; OnInit: waitingroom "Newbie Package!",0; end; }
  14. patr3k

    Card list

    Okay got it. Thanks!
  15. 1.] This scipt is account based and i want to make it as ip based. new_zone01,53,112,3 script Newbie 90,{ // Reward Array <Item Id>, <Qty>, <Refine> // Set refine option to 0 if non-refinable. setarray .@rwd[0],1705,1,7,1505,1,7,1602,1,7,2424,1,7,2528,1,7,2365,1,7,2102,1,7,2320,1,7,2104,1,7,4004,4,0,4097,1,0,4102,1,0,4058,1,0,14232,2,0,673,5,0; query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) { mes ""; mes "I'm sorry, the rewards are exclusively for new players."; close; } mes ""; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; // List all the items. for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 3 ) // Check if refined option is not 0. if(.@rwd[.@i+2] != 0) { mes .@rwd[.@i+1] + " x +" + .@rwd[.@i+2] + " " + getitemname(.@rwd[.@i]); }else{ mes .@rwd[.@i+1] + " x " + getitemname(.@rwd[.@i]); } close2; // Get Items for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 3 ) // Check if refined option is not 0. if(.@rwd[.@i+2] != 0) { // getitem2 <id>, <qty>, <identify>, <refine>, <attribute>, <card1>, <card2>, <card3>, <card4> getitem2 .@rwd[.@i], .@rwd[.@i+1], 1, .@rwd[.@i+2], 0, 0, 0, 0, 0; }else{ getitem .@rwd[.@i], .@rwd[.@i+1]; } // Set variable to make sure player can't get items again. set #NewbieGift, 1; setd "$" + .@lip$ + "_NG", getd("$" + .@lip$ + "_NG") + 1; end; OnInit: waitingroom "Newbie Gift!",0; end; } 2.] And i want add (mix) this script to the above script. /* CREATE TABLE IF NOT EXISTS itemperIP ( last_ip varchar(20) primary key ) engine = innodb; */ prontera,155,180,5 script ljdshfksjd 100,{ if ( query_sql( "SELECT 1 FROM itemperip WHERE last_ip = '"+ getcharip() +"'", .@dummy ) ) dispbottom "you already claimed the reward...wait another 6 hours of delay...."; else { query_sql "INSERT INTO itemperip VALUES ( '"+ getcharip() +"' )"; dispbottom "here is your item";
  16. I have the some problem. Sorry to say but, I'm using the official script.
  17. patr3k

    Card list

    Where can i find all the cards in db? so i can remove some of them.
  18. go to my post http://rathena.org/board/topic/73363-lms-script/
  19. Can someone help me with this script? The prize npc giver is not showing up after 1 man standing. Here's the script. lms.txt
  20. I only can find is in bossnia map. I'm looking the map shunken ship for drake and i wanted the drake to respawn every 30mins.
  21. How can i edit a certain mvp monster respawn time?Thanks in advance!
×
×
  • Create New...