Advertisement
Flip

pokemon irc

Mar 16th, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 63.77 KB | None | 0 0
  1.         ¤ pokemon ¤
  2.  
  3. #pokemon on
  4. on *:start:{ start_pdb }
  5. on *:exit:{ close_pdb }
  6. alias start_pdb {  
  7.   set %pdb $sqlite_open(txt/pokemon/pokemon.db3)
  8.   hmake pokemon
  9.   var %t = $tm(2) $tm(2) $tm(2) $tm(2) $tm(2) $tm(2)
  10.   while ($p_loc(%x,%y).name == 0) { var %x = $rand(1,5), %y = $rand(1,5) }
  11.   hadd pokemon p_attempt 1
  12.   hadd pokemon p_salesman %x %y
  13.   hadd pokemon p_mall $dupe(%t)
  14. }
  15. alias close_pdb {
  16.   sqlite_close %pdb
  17.   unset %pdb
  18.   hfree pokemon
  19. }
  20. alias sql_esc { return $replace($1-,$chr(32),_32,$chr(39),_39,$chr(40),_40,$chr(41),_41,$chr(44),_44,$chr(45),_45,$chr(46),_46,$chr(91),_91,$chr(93),_93,$chr(94),_94,$chr(96),_96,$chr(124),_124) }
  21. alias sql_re { return $regsubex($1-,/(_(\d{2,3}))/g,$chr( \2 )) }
  22. on *:text:!catch:#:{
  23.   if (%pdb) {
  24.     var %a = $p_active($.nick), %status = $p_status($.nick)
  25.     if (%status == none) {
  26.       .notice $nick You don't have any pokemon yet, Please choose from the following by typing !choose <pokemon>
  27.       .notice $nick Bulbasaur, Charmander, Squirtle, Pidgey, Weedle, Pichu, Machop, Abra, Geodude, Staryu, Chikorita, Cyndaquil, Totodile
  28.       if (!$.nick($nick).check) { .notice $nick NOTE: You either aren't logged in or you don't have mode +x set. If you change your name it wont know who you are. Do not create a second account if you change nicks. }
  29.     }
  30.     elseif ($hget(pokemon,$.nick)) { .notice $nick All the pokemon ran away, Try again later. ( $+ $v1 sec $+ ) }
  31.     elseif (%status == learn) { .notice $nick %a has too many moves! $+([,$sql_re($p_mark($.nick)),]) Type !forget <move> }
  32.     elseif (%status == replace) { .notice $nick You need to choose which pokemon to keep, but i havent wrote a message for this yet. }
  33.     elseif (%status == choiceadv) { choiceadv $gettok($p_mark($.nick),2,42) }
  34.     elseif (%status == ready) {
  35.       hadd -z pokemon $.nick $iif($istok(%punish,$.nick,44),150,$iif($p_item($.nick,Bicycle),45,60))
  36.       hinc pokemon p_attempt
  37.       if ($calc($hget(pokemon,p_attempt) % 10) == 0) && ($rand(1,100) < 80) { hadd pokemon p_salesman $p_loc($hget(pokemon,p_salesman)).rand }
  38.       if ($calc($hget(pokemon,p_attempt) % 100) == 0) {
  39.         var %t = $tm(2) $tm(2) $tm(2) $tm(2) $tm(2) $tm(2)
  40.         hadd pokemon p_mall $dupe(%t)
  41.       }
  42.       p_ps $.nick attempts
  43.       var %x = $rand(0,100000) % 100, %q = $dupe($p_get(20)), %p = $gettok(%q,1,44), %lvl = $p_stat($.nick,%a).lvl, %loc = $p_loc($.nick).num
  44.       if ($calc($rand(0,100000) % 100) <= $p_noncom(%loc)) {
  45.         var %tf = txt/pokemon/ $+ $ticks , %cadv, %a
  46.         filter -ffg txt/pokemon/noncom.txt %tf /(\x09|\x2C)( %loc |\*)(\x09|\x2C)/x
  47.         while (!%cadv) {
  48.           var %a = $read(%tf)
  49.           if (!$gettok(%a,3,9)) || ($rand(1,100) > $gettok(%a,3,9)) {
  50.             %cadv = $gettok(%a,1,9)
  51.             if (%cadv == 38) && ($p_loc($.nick).num != $hget(pokemon,p_salesman)) { %cadv = $null }            
  52.           }
  53.         }
  54.         choiceadv %cadv
  55.         .remove %tf
  56.       }
  57.       else {
  58.         :redo
  59.         var %n = 1, %a, %c, %u, %r, %y = $rand(1,100), %catch, %npc, %npcvs, %vs, %cash
  60.         while (%n <= $numtok(%q,44)) {
  61.           %a = $regsubex($gettok(%q,%n,44),/(^\x20)/,)
  62.           if ($read(txt/pokemon/rare.txt,r,/\x09( $regescape(%a) )$/xi)) { %r = $addtok(%r,%a,44) }
  63.           if ($has_pokemon($.nick,%a) == has) { %c = $addtok(%c,%a,44) }
  64.           else { %u = $addtok(%u,%a,44) }
  65.           inc %n
  66.         }
  67.         %n = $calc(100 / ($numtok(%q,44) / $numtok(%u,44)))
  68.         if (%x == 0) {
  69.           %p = $p_rare
  70.           if (%r) && ($istok(%r,%p,44)) {
  71.             if ($istok(%u,%p,44)) { %catch = 1 }
  72.           }
  73.           else {
  74.             msg $chan $nick $+ : You see a rare %p in the distance, but it's gone before you can get to it.
  75.             see_pokemon $.nick %p
  76.             return
  77.           }
  78.         }
  79.         elseif (%n) && (%y <= %n) {
  80.           %p = $.rand(%u)
  81.           while ($istok(%r,%p,44)) {
  82.             %u = $remtok(%u,%p,1,44)
  83.             %p = $.rand(%u)
  84.           }
  85.           if (%p) { %catch = 1 }
  86.           else { var %p = $.rand(%c), %catch = 1 }
  87.         }
  88.         else { var %p = $.rand(%c), %catch = 1  }
  89.         if (!%p) {
  90.           msg $chan Error: no pokemon selected.
  91.           return
  92.         }
  93.         if ($p_uncom(%p)) {
  94.           if ($rand(1,10) < 7) {
  95.             %x = 1
  96.             %q = $dupe($p_get(20))
  97.             goto redo
  98.           }
  99.         }
  100.         var %min = $bottom($floor($calc(%lvl * .85 - 1)),1), %max = $ceil($calc(%lvl * 1.20 + 1)), %lvl = $bottom($cap($rand(%min,%max),$iif($p_el(%p),$calc($p_el(%p) - 1),99)),$p_ml(%p))
  101.         var %npc = $p_gen(%p,%lvl), %pv = $gettok(%npc,2,9)
  102.         %npcvs = $pokemon($gettok(%npc,1,9)).type $+ $chr(9) $+ $gettok(%npc,12-17,9)
  103.         %vs = $p_vs($p_stat($.nick,$p_active($.nick)).vs,%npcvs)
  104.         %cash = $ceil($calc(%lvl ^ 1.7 + (%lvl + $rand(1,%lvl) - $rand(1,%lvl)) * 1.5 + (%lvl * 2)))
  105.         if (%vs == 1) {
  106.           var %cr = $calc($p_cr(%p) * $p_bmod($p_cug($.nick).ball)), %crp = $calc(100 - (100 / (256 / %cr) + $rand($calc(10 - (%cr ^ .7 ^ .5)),50) - $rand($sqrt(%cr),50))), %crr = $rand(1,100)
  107.           echo -s $.nick %p Natural catch rate: %cr - After calc: %crp - Roll: %crr
  108.           if (%crr < %crp) { var %catch = 0 }
  109.           if (%catch) && ($p_item($.nick,Pokeball) > 0) {
  110.             p_item $.nick Pokeball -1
  111.             msg $chan $nick $+ : You encounter a $iif($p_rare(%p),rare,wild) $p_shiny($.nick,%pv) %p ( $+ %lvl $+ ) - After a long battle you are the victor. You just caught %p $+ ! (+$ $+ %cash cash) (+ $+ $bytes($p_mexp(%p,%lvl),b) Exp)
  112.             if ($p_item($.nick,Pokeball) == 0) { .notice $nick You just used your last pokeball! You need to buy more or you wont be able to catch any more pokemon. }
  113.             add_pokemon $.nick %npc
  114.             p_item $.nick Cash + $+ %cash
  115.           }
  116.           else {
  117.             msg $chan $nick $+ : You encounter a $iif($p_rare(%p),rare,wild) $p_shiny($.nick,%pv) %p ( $+ %lvl $+ ) - After a long battle you are the victor. $iif($p_item($.nick,Pokeball) < 1,You realize you are out of pokeballs so you can't catch %p $+ !) (+$ $+ %cash cash) (+ $+ $bytes($p_mexp(%p,%lvl),b) Exp)
  118.             p_item $.nick Cash + $+ %cash
  119.             if ($p_item($.nick,Pokeball) > 0) {
  120.               if (!$has_pokemon($.nick,%p)) || ($has_pokemon($.nick,%p) == seen) {
  121.                 if (%catch) { p_item $.nick Pokeball -1 }
  122.               }
  123.               if ($p_item($.nick,Pokeball) == 0) { .notice $nick You just used your last pokeball! You need to buy more or you wont be able to catch any more pokemon. }
  124.             }
  125.             noop $p_+exp(%p,%lvl)
  126.           }
  127.         }
  128.         else {
  129.           msg $chan $nick $+ : You encounter a $iif($p_rare(%p),rare,wild) $p_shiny($.nick,%pv) %p ( $+ %lvl $+ ) - He was too strong for you, You lose.
  130.           see_pokemon $.nick %p
  131.         }
  132.       }
  133.     }
  134.   }
  135. }
  136. alias choiceadv {
  137.   var %x, %q = $dupe($p_get(20)), %p = $gettok(%q,1,44), %lvl = $p_stat($.nick,$p_active($.nick)).lvl, %loc = $p_loc($.nick).num
  138.   if ($1 == 1) { msg $chan $nick $+ : You wander around, but don't really find anything of interest. }
  139.   elseif ($1 == 2) {
  140.     %x = $ceil($calc($rand(5,10) * $rand(10,50) * (%lvl ^ .4)))
  141.     msg $chan $nick $+ : You get sidetracked while looking for pokemon, but you find some buried treasure, score! (+$ $+ %x cash)
  142.     p_item $.nick cash + $+ %x
  143.   }
  144.   elseif ($1 == 3) {
  145.     %x = $rand(1,10) $iif($rand(1,10) > 8, * 2)
  146.     msg $chan $nick $+ : You don't have any luck looking for pokemon, but you stumble across a stash of $p_cug($.nick).ball $+ 's! (+ $+ %x $p_cug($.nick).ball $+ 's!)
  147.     p_item $.nick pokeball + $+ %x
  148.   }
  149.   elseif ($1 == 4) {
  150.     %x = $rand(1,25)
  151.     if (%x == 25) {
  152.       msg $chan $nick $+ : You chase after %p but it gets away, but you spot some Rare candy, sweet! (+1 Rare candy)
  153.       p_item $.nick $sql_esc(Rare candy)
  154.       see_pokemon $.nick %p
  155.     }
  156.     elseif (%x == 1) {
  157.       msg $chan $nick $+ : You chase after %p but trip. You look back to see what it was and realize you tripped over a Gold nugget! (+1 Gold nugget)
  158.       p_item $.nick $sql_esc(Gold nugget)
  159.       see_pokemon $.nick %p
  160.     }
  161.     else {
  162.       var %x = $rand(1,100), %t = $iif(%x <= 25,battle,hold), %x = $p_getitem(%t), %n = 1, %i = $p_item($.nick,%x)
  163.       if (%t == hold) {
  164.         while ($rand(1,100) < $calc(%i * 20)) && (%n <= 10) {
  165.           var %x = $p_getitem(%t)
  166.           var %i = $p_item($.nick,%x)
  167.           inc %n
  168.         }
  169.       }
  170.       if (*potion* iswm %x) { %x = $p_cug($.nick).potion }
  171.       msg $chan $nick $+ : You start battling with %p $+ . It gets away, but it drops a %x $+ . (+1 %x $+ )
  172.       p_item $.nick $sql_esc(%x)
  173.       see_pokemon $.nick %p
  174.     }
  175.   }
  176.   elseif ($1 == 5) {
  177.     var %i1 = $p_getitem(hold), %i2 = $p_getitem(hold), %i3 = $p_getitem(hold)
  178.     msg $chan $nick $+ : You find a stash of sweet loot! (+1 %i1 $+ , %i2 $+ , %i3 $+ )
  179.     p_item $.nick $sql_esc(%i1)
  180.     p_item $.nick $sql_esc(%i2)
  181.     p_item $.nick $sql_esc(%i3)
  182.   }
  183.   elseif ($1 == 6) {
  184.     msg $chan $nick $+ : %p spots you and attacks! You just got ownd, you need some time to rest before you can go out again.
  185.     hadd -z pokemon $.nick 180
  186.     see_pokemon $.nick %p
  187.   }
  188.   elseif ($1 isnum 7-10) {
  189.     var %i = $gettok($read(txt/pokemon/noncom.txt,$1),4,9)
  190.     msg $chan $nick $+ : You find a mysterious %i lying on the ground. (+1 %i $+ )
  191.     p_item $.nick $sql_esc(%i) +1
  192.   }
  193.   elseif ($1 isnum 11-30) || ($1 isnum 36-37) {
  194.     var %x = $read(txt/pokemon/noncom.txt,r,/^ $1 \x09/ix), %i = $gettok(%x,4,9), %c = $gettok(%x,5,9)
  195.     msg $chan $nick $+ : You are exploring $p_loc($iif($gettok(%x,2,9) == *,$.nick,$v1)).name when you meet a guy selling a %i $+ . ($ $+ $bytes(%c,b) $+ ) - [Buy] [Leave]
  196.     p_status $.nick choiceadv
  197.     p_mark $.nick $+(buy|leave*,$1,*,%i,*,%c)
  198.   }
  199.   elseif ($1 isnum 31-35) {
  200.     var %x = $read(txt/pokemon/noncom.txt,r,/^ $1 \x09/ix), %i = $gettok(%x,4,9)
  201.     msg $chan $nick $+ : You meet an old man, after a short talk he gives you a %i ( $+ $tm(%i) $+ ).
  202.     p_item $.nick %i +1
  203.   }
  204.   elseif ($1 == 38) {
  205.     var %1 = $tm(3), %2 = $tm(3), %3 = $tm(3)
  206.     msg $chan $nick $+ : You meet a traveling salesman, he has a few TM's for sale. ($50,000) - $+([,%1,] [,%2,] [,%3,]) [Leave]
  207.     p_status $.nick choiceadv
  208.     p_mark $.nick $+(%1,|,%2,|,%3,*,$1,*,50000)
  209.   }
  210.   elseif ($1 isnum 39-44) {
  211.     var %i = $gettok($read(txt/pokemon/noncom.txt,$1),4,9)
  212.     msg $chan $nick $+ : You come accross a tree with a %i $+ . (+1 %i $+ )
  213.     p_item $.nick $sql_esc(%i) +1
  214.   }
  215.   elseif ($1 == daycare) {
  216.     var %x = $addtok($p_team($.nick),leave,124)
  217.     if ($p_daycare($.nick)) {
  218.       .notice $nick Welcome to Pokemon daycare! Would you like to leave a pokemon with us? $+([,$replace(%x,|,] [),])
  219.       p_status $.nick choiceadv
  220.       p_mark $.nick $+(%x,*daycare)
  221.     }
  222.     else {
  223.       .notice $nick Welcome to Pokemon daycare! $v1 is currently staying with us, Would you like to take him with you? [Yes] [No]
  224.       p_status $.nick choiceadv
  225.       p_mark $.nick yes|no*daycare
  226.     }
  227.   }
  228. }
  229. on *:text:!visit*:#:{
  230.   if ($p_status($.nick) == ready) {
  231.     if (*pokemart* iswm $2-) {
  232.       if (!$istok($p_loc($.nick).npc,Pokemart,44)) { .notice $nick There isn't a Pokemart close by! }
  233.       else {
  234.         var %b = $p_cug($.nick).ball, %p = $p_cug($.nick).potion
  235.         .notice $nick Welcome to Pokemart! Commands: !buy, !upgrade and !sell
  236.         .notice $nick %b $+ : $ $+ $bytes($p_item(%b).cost,b) $iif($p_iug(%b),(Upgrade to $p_iug(%b) $+ : $ $+ $bytes($p_iug(%b).cost,b) +$ $+ $calc($p_item($p_iug(%b)).cost - $p_item(%b).cost) per %b $+ ) ) - %p $+ : $ $+ $bytes($p_item(%p).cost,b) $iif($p_iug(%P),(Upgrade to $p_iug(%p) $+ : $ $+ $bytes($p_iug(%p).cost,b) +$ $+ $calc($p_item($p_iug(%p)).cost - $p_item(%p).cost) per %p $+ ) )
  237.         .notice $nick Antidote: $!100 - Paralyze heal: $!200 -  Awakening: $!200 -  Burn heal: $!500 -  Ice heal: $!500 -  Full heal: $!1,000 -  Full restore: $!5,000
  238.         if (!$p_item($.nick,Bicycle)) { .notice $nick Bicycle: $!100,000 }
  239.       }
  240.     }
  241.     elseif (*pokecenter* iswm $2-) {
  242.       if (!$istok($p_loc($.nick).npc,Pokecenter,44)) { .notice $nick There isn't a Pokecenter close by! }
  243.       else {
  244.         .notice $nick Welcome to the Pokecenter! Commands: !take and !leave to change pokemon in your team.
  245.         .notice $nick $p_team($.nick) Current team: $replace($p_team($.nick),|,$chr(32) - $chr(32))
  246.       }
  247.     }
  248.     elseif (*mall* iswm $2-) {
  249.       if (!$istok($p_loc($.nick).npc,The mall,44)) { .notice $nick You aren't near The Mall! }
  250.       else {
  251.         .notice $nick Welcome to The Mall! You can buy TMs with he !buy command.
  252.         var %f = txt/pokemon/ $+ $ticks, %a
  253.         filter -ffg txt/pokemon/tms.txt %f /\x09(1)$/x
  254.         .fopen tm %f
  255.         while ($fread(tm)) {
  256.           %a = $addtok(%a,$+([,$gettok($v1,1,9),]),32)
  257.           if ($numtok(%a,32) > 14) {
  258.             .notice $nick TM's currently in stock ($20,000): %a
  259.             %a = $null
  260.           }
  261.         }
  262.         .fclose tm
  263.         .remove %f
  264.         .notice $nick Limited time only ($30,000): $+([,$replace($hget(pokemon,p_mall),$chr(32),] [),])
  265.       }
  266.     }
  267.     elseif (*day*care* iswm $2-) { ;choiceadv daycare }
  268.     else { .notice $nick That either isnt a place, or its not done yet, still working on this part }
  269.   }
  270. }
  271. elseif (*move tutor* iswm $2-) { }
  272. elseif (*treasure hunter* iswm $2-) { }
  273. elseif (*trick master* iswm $2-) { }
  274. elseif (*safari hunt* iswm $2-) { }
  275. elseif (*bug c* iswm $2-) { }
  276. elseif (*dojo* iswm $2-) { }
  277. elseif (*gym* iswm $2-) { }
  278.  
  279. on *:text:!choose*:#:{
  280.   var %a = $p_active($.nick), %p = $pokemon($2-).name, %status = $p_status($.nick)
  281.   if (!%p) { .notice $nick Unrecognized pokemon }
  282.   elseif ($2) {
  283.     if (%status == none) {
  284.       if ($istok(Bulbasaur Charmander Squirtle Pidgey Weedle Pichu Machop Abra Geodude Staryu Chikorita Cyndaquil Totodile Absol,%p,32)) {
  285.         sqlite_begin %pdb
  286.         sqlite_exec %pdb INSERT INTO p_inventory (name, cash, pokeball) VALUES (' $+ $sql_esc($.nick) $+ ', 500, 20)
  287.         sqlite_exec %pdb INSERT INTO p_badges (name) VALUES (' $+ $sql_esc($.nick) $+ ')
  288.         sqlite_exec %pdb INSERT INTO p_pokemon (name) VALUES (' $+ $sql_esc($.nick) $+ ')
  289.         sqlite_exec %pdb INSERT INTO p_tm (name) VALUES (' $+ $sql_esc($.nick) $+ ')
  290.         sqlite_exec %pdb INSERT INTO p_players VALUES (' $+ $sql_esc($.nick) $+ ', $rand(1,65535) , $rand(1,65535) , ' $+ 3 3 $+ ', ' $+ %p $+ ', ' $+ %p $+ ', ' $+ ready $+ ', 0, 0, 0, '', '')
  291.         sqlite_exec %pdb CREATE TABLE $sql_esc($.nick) (pokemon varchar(20), pv varchar(10), ability varchar(20), nature varchar(10), traded varchar(1), item varchar(20), m1 varchar(20), m2 varchar(20), m3 varchar(20), m4 varchar(20), lvl varchar(3), exp varchar(10), hp varchar(4), atk varchar(4), def varchar(4), spatk varchar(4), spdef varchar(4), spd varchar(4), ivhp varchar(2), ivatk varchar(2), ivdef varchar(2), ivspatk varchar(2), ivspdef varchar(2), ivspd varchar(2), evhp varchar(3), evatk varchar(3), evdef varchar(3), evspatk varchar(3), evspdef varchar(3), evspd varchar(3))
  292.         sqlite_commit %pdb
  293.         add_pokemon $.nick $p_gen(%p,1)
  294.         hadd -z pokemon $+($.nick,.travel) 900
  295.         .notice $nick Congrats! You are now a pokemon trainer. %p is now your active pokemon. As you catch more you can change them out with !choose
  296.       }
  297.       else { .notice $nick That isn't a valid option. }
  298.     }
  299.     elseif (%status == ready) {
  300.       if (%a == %p) { .notice $nick %p is already your active pokemon! }
  301.       elseif ($has_pokemon($.nick,%p) != has) { .notice $nick You don't have a %p }
  302.       elseif ($p_stat($.nick,%p).lvl < $p_loc($.nick).lvl) { .notice $nick %p is too weak to be out here. }
  303.       elseif (!$istok($p_team($.nick),%p,124)) { .notice $nick %p isn't in your team! You can change your team with !take and !leave when you are near a Pokecenter. }
  304.       else {
  305.         .notice $nick %p is now your active pokemon.
  306.         p_active $.nick %p
  307.       }
  308.     }
  309.   }
  310. }
  311. on *:text:!take*:#:{
  312.   if ($p_status($.nick) == ready) {
  313.     var %p = $pokemon($2).name, %t = $p_team($.nick)
  314.     if (!%p) { .notice $nick Unrecognized pokemon! }
  315.     elseif (!$istok($p_loc($.nick).npc,Pokecenter,44)) { .notice $nick There isnt a Pokecenter close by! }
  316.     elseif ($numtok(%t,124) >= 6) { .notice $nick Your team is full! You need to !leave one first. }
  317.     elseif ($has_pokemon($.nick,%p) != has) { .notice $nick You don't have a %p $+ ! }
  318.     elseif ($istok(%t,%p,124)) { .notice $nick %p is already in your team! }
  319.     else {
  320.       %t = $addtok(%t,%p,124)
  321.       .notice $nick You take %p with you. [Team: $replace(%t,|,$chr(32) - $chr(32)) $+ ]
  322.       p_team $.nick %t
  323.     }
  324.   }
  325. }
  326. on *:text:!leave*:#:{
  327.   if ($p_status($.nick) == ready) {
  328.     var %p = $pokemon($2).name, %t = $p_team($.nick)
  329.     if (!%p) { .notice $nick Unrecognized pokemon! }
  330.     elseif (!$istok($p_loc($.nick).npc,Pokecenter,44)) { .notice $nick There isn't a Pokecenter close by! }
  331.     elseif (!$istok(%t,%p,124)) { .notice $nick %p isn't in your team! }
  332.     elseif (%p == $p_active($.nick)) { .notice $nick You can't leave your active pokemon! }
  333.     else {
  334.       %t = $remtok(%t,%p,1,124)
  335.       .notice $nick You leave %p [Team: $replace(%t,|,$chr(32) - $chr(32)) $+ ]
  336.       p_team $.nick %t
  337.     }
  338.   }
  339. }
  340. on *:text:!team:#:{
  341.   if ($p_status($.nick)) {
  342.     .notice $nick $replace($p_team($.nick),|,$chr(32) - $chr(32))
  343.   }
  344. }
  345. on *:text:!give *:#:{
  346.   if ($p_status($.nick) == ready) {
  347.     var %p = $pokemon($iif($5,$2 $3,$2)).name, %i = $p_item($iif($5,$4-,$iif($p_item($3-).name,$3-,$4-))).name
  348.     if (!%i) { .notice $nick That isn't an item! }
  349.     elseif ($p_item(%i).type != hold) { .notice $nick You can't give that to him! }
  350.     elseif (!%p) { .notice $nick I think you misspelled the pokemon name, or have the name and item in the wrong order. }
  351.     elseif ($has_pokemon($.nick,%p) != has) { .notice $nick You don't have a %p }
  352.     elseif (!$p_item($.nick,%i)) { .notice $nick You don't have a %i }
  353.     else {
  354.       set -l %sql SELECT item FROM $sql_esc($.nick) WHERE pokemon=' $+ $sql_esc(%p) $+ '
  355.       set -l %query $sqlite_query(%pdb,%sql)
  356.       set -l %fetch $sqlite_fetch_row(%query,pitem,$SQLITE_ASSOC)
  357.       sqlite_exec %pdb UPDATE $sql_esc($.nick) SET item=' $+ $sql_esc(%i) $+ ' WHERE pokemon=' $+ $sql_esc(%p) $+ '
  358.       p_item $.nick $sql_esc(%i) -1
  359.       if ($hget(pitem,item)) {
  360.         var %new = $v1
  361.         .notice $nick You exchange %p $+ 's $sql_re(%new) for your %i
  362.         p_item $.nick $sql_esc(%new)
  363.       }
  364.       else { .notice $nick You give the %i to %p }
  365.     }
  366.   }
  367.   sqlite_free %query
  368. }
  369. on $*:text:/^!travel\s(north|south|east|west)/i:#:{
  370.   if ($p_status($.nick) == ready) {
  371.     tokenize 32 $($+($!p_loc($.nick),.,$2),2)
  372.     if ($hget(pokemon,$+($.nick,.travel))) { .notice $nick You cant travel yet, You need to wait $duration($v1) }
  373.     elseif ($p_stat($.nick,$p_active($.nick)).lvl < $p_loc($1,$2).lvl) { .notice $nick You should wait until you are stronger before going to $p_loc($1,$2).name ( $+ $p_loc($1,$2).lvl $+ ) }
  374.     else {
  375.       if ($p_loc($1,$2)) && ($p_loc($.nick) != $1 $2) {
  376.         hadd -z pokemon $+($.nick,.,travel) $iif($p_item($.nick,bicycle),600,900)
  377.         p_loc $.nick $1 $2
  378.         .notice $nick You travel to $p_loc($.nick).name $+ . Points of interest: [ $+ $replace($p_loc($.nick).npc,$chr(44),] - [) $+ ]
  379.       }
  380.       else { .notice $nick You cant travel there! }
  381.     }
  382.   }
  383. }
  384. on $*:text:/^!(location|map)/i:#:{
  385.   if ($p_status($.nick) == ready) {
  386.     .notice $nick $p_loc($.nick).map
  387.     .notice $nick Points of interest: [ $+ $replace($p_loc($.nick).npc,$chr(44),] - [) $+ ]
  388.   }
  389. }
  390. alias p_loc {
  391.   if ($isid) {
  392.     if (!$2) { tokenize 32 $1 }
  393.     if ($1 !isnum) {
  394.       set -l %sql SELECT loc FROM p_players WHERE name=' $+ $sql_esc($1) $+ '
  395.       set -l %query $sqlite_query(%pdb,%sql)
  396.       set -l %fetch $sqlite_fetch_row(%query,loc,$SQLITE_ASSOC)
  397.       sqlite_free %query
  398.       tokenize 32 $hget(loc,loc)
  399.       if ($hget(loc)) { hfree loc }
  400.     }
  401.     var %x = $iif(!$2,$1,$gettok($p_ini(loc,$1),$2,44)), %n = $iif($1 > 1,$gettok($p_ini(loc,$calc($1 - 1)),$2,44),0), %e = $iif($2 < 5,$gettok($p_ini(loc,$1),$calc($2 + 1),44),0), %s = $iif($1 < 5,$gettok($p_ini(loc,$calc($1 + 1)),$2,44),0), %w = $iif($2 > 1,$gettok($p_ini(loc,$1),$calc($2 - 1),44),0)
  402.     if (!%x) { return 0 }
  403.     if ($prop == npc) {
  404.       var %tf = txt/pokemon/ $+ $ticks, %a
  405.       filter -ffg txt/pokemon/npc.txt %tf /(\x09|\x2C)( %x |\*)(\x09|\x2C)/x
  406.       .fopen locnpc %tf
  407.       while ($fread(locnpc)) { %a = $addtok(%a,$gettok($v1,3,9),44) }
  408.       .fclose locnpc
  409.       .remove %tf
  410.       return %a
  411.     }
  412.     if ($prop == name) { return $p_ini(area,%x) }
  413.     if ($prop == num) { return %x }
  414.     if ($prop == map) { return [Current Location: $p_ini(area,%x) $+ ] $iif(%n,[North: $p_ini(area,%n) $+ ]) $iif(%e,[East: $p_ini(area,%e) $+ ]) $iif(%s,[South: $p_ini(area,%s) $+ ]) $iif(%w,[West: $p_ini(area,%w) $+ ])  }
  415.     if ($prop == lvl) { return $p_ini(level,%x) }
  416.     if ($prop == north) && (%n) { return $calc($1 - 1) $2 }
  417.     if ($prop == east) && (%e) { return $1 $calc($2 + 1) }
  418.     if ($prop == south) && (%s) { return $calc($1 + 1) $2 }
  419.     if ($prop == west) && (%w) { return $1 $calc($2 - 1) }
  420.     if ($prop == rand) {
  421.       var %r = $1 $2 $iif(%n,$chr(44) $calc($1 - 1) $2) $iif(%e,$chr(44) $1 $calc($2 + 1)) $iif(%s,$chr(44) $calc($1 + 1) $2) $iif(%w,$chr(44) $1 $calc($2 - 1))
  422.       return $.rand(%r)
  423.     }
  424.     return $1-
  425.   }
  426.   sqlite_exec %pdb UPDATE p_players SET loc=' $+ $2- $+ ' WHERE name=' $+ $sql_esc($1) $+ '
  427. }
  428. alias pokemon {
  429.   if (!$1) {
  430.     if ($prop) { return }
  431.     return $gettok($read(txt/pokemon/pokemon.txt),2,9)
  432.   }
  433.   var %x = $read(txt/pokemon/pokemon.txt,r,/^\d{3}\x09[^\x09]* $replace($sql_re($1-),$chr(32),\s,$chr(40),.,$chr(41),.) .*\x09/ix)
  434.   if ($prop == num) { return $gettok(%x,1,9) }
  435.   if ($prop == name) { return $gettok(%x,2,9) }
  436.   if ($prop == type) { return $gettok(%x,3,9) }
  437.   if ($prop == hp) { return $gettok(%x,4,9) }
  438.   if ($prop == atk) { return $gettok(%x,5,9) }
  439.   if ($prop == def) { return $gettok(%x,6,9) }
  440.   if ($prop == satk) { return $gettok(%x,7,9) }
  441.   if ($prop == sdef) { return $gettok(%x,8,9) }
  442.   if ($prop == spd) { return $gettok(%x,9,9) }
  443.   if ($prop == total) { return $gettok(%x,10,9) }
  444.   if ($prop == fmt) { return ( $+ $gettok(%x,1,9) $+ ) $gettok(%x,2,9) [Type: $gettok(%x,3,9) $+ ] }
  445.   if (stat* iswm $prop) { return $gettok(%x,3-9,9) }
  446.   else { return %x }
  447. }
  448. alias p_get {
  449.   var %f = txt/pokemon/ $+ $ticks, %a = $p_loc($.nick).num, %m
  450.   filter -ffg txt/pokemon/area.txt %f /(?<=^|\x2C)( %a )(?=\x2C|\x09)/ix
  451.   %m = $($str( $+ $!gettok( $+ $!read( $+ %f $+ ),2,9) $!+ $!chr(44) $chr(32) ,$iif($1,$1,1)),2)
  452.   .remove %f
  453.   return %m
  454. }
  455. alias p_rare {
  456.   if ($1) {
  457.     var %x = $pokemon($1-).name
  458.     return $iif($read(txt/pokemon/rare.txt,r,/(\x09 $regescape(%x) )$/ix),$true,$false)
  459.   }
  460.   var %f = txt/pokemon/ $+ $ticks, %a = $p_loc($.nick).num
  461.   filter -ffg txt/pokemon/rare.txt %f /(?<=^|\x2C)( %a )(?=\x2C|\x09)/ix
  462.   .timerrare 1 1 .remove %f
  463.   return $gettok($read(%f),2,9)
  464. }
  465. alias p_uncom {
  466.   if ($1) {
  467.     var %x = $pokemon($1-).name
  468.     return $iif($read(txt/pokemon/uncommon.txt,w,%x $+ *),$true,$false)
  469.   }
  470. }
  471. alias p_traded {
  472.   set -l %sql SELECT * FROM $sql_esc($1) WHERE pokemon=' $+ $2 $+ '
  473.   set -l %query $sqlite_query(%pdb,%sql)
  474.   set -l %fetch $sqlite_fetch_row(%query,traded,$SQLITE_ASSOC)
  475.   var %x = $iif($hget(traded,traded) == 1,$true,$false)
  476.   sqlite_free %query
  477.   if ($hget(traded)) { hfree traded }
  478.   return %x
  479. }
  480. alias p_exp { return $ceil($calc((7 * $1 ^ 3) / 5)) }
  481. alias p_mexp { return $ceil($calc($iif($p_traded($.nick,%p),1.5,1) * $p_bexp($1).exp * $2 / 7)) }
  482. alias p_+exp {
  483.   sqlite_begin %pdb
  484.   if ($1 == rare candy) {
  485.     var %p = $2, %exp = $calc($p_exp($calc($p_stat($.nick,%p).lvl + 1)) - $p_stat($.nick,%p).exp)
  486.     sqlite_exec %pdb UPDATE $sql_esc($.nick) SET exp=exp+ %exp WHERE pokemon=' $+ $sql_esc(%p) $+ '
  487.   }
  488.   else {
  489.     var %p = $p_active($.nick), %exp = $ceil($calc($iif($p_traded($.nick,%p),1.5,1) * $p_bexp($1).exp * $2 / 7))
  490.     sqlite_exec %pdb UPDATE $sql_esc($.nick) SET exp=exp+ %exp , evhp=evhp+ $p_bexp($1).hp , evatk=evatk+ $p_bexp($1).atk , evdef=evdef+ $p_bexp($1).def , evspatk=evspatk+ $p_bexp($1).spatk , evspdef=evspdef+ $p_bexp($1).spdef , evspd=evspd+ $p_bexp($1).spd WHERE pokemon=' $+ $sql_esc(%p) $+ '
  491.   }
  492.   set -l %sql SELECT * FROM $sql_esc($.nick) WHERE pokemon=' $+ $sql_esc(%p) $+ '
  493.   set -l %query $sqlite_query(%pdb,%sql)
  494.   set -l %fetch $sqlite_fetch_row(%query,pkexp,$SQLITE_ASSOC)
  495.   if ($p_exp($calc($hget(pkexp,lvl) + 1)) <= $hget(pkexp,exp)) && ($hget(pkexp,lvl) < 99) {
  496.     var %lvl = $hget(pkexp,lvl) + 1, %e = $p_path(%p), %n = $gettok(%e,$calc($findtok(%e,%p,1,9) + 1),9)
  497.     if (%lvl >= $p_el(%p)) && (%lvl != 99) && ($has_pokemon($.nick,%n) != has) {
  498.       if (| isin %n) {
  499.         if (%p == Wurmple) { %n = $iif($calc($hget(pkexp,pv) % 10) < 5,Silcoon,Cascoon) }
  500.         elseif ($regex(%p,/^(Silcoon|Cascoon)$/i)) { %n = $iif(%p == Silcoon,Beautifly,Dustox) }
  501.         else {
  502.           var %x = 1, %y = $numtok(%n,124), %a, %s
  503.           while (%x <= %y) {
  504.             var %a = $gettok(%n,%x,124)
  505.             if ($sql_re($hget(pkexp,item)) == $p_ei(%a)) { %s = %a }
  506.             inc %x
  507.           }
  508.           if (!%s) { goto level }
  509.           else { %n = %s }
  510.         }
  511.       }
  512.       elseif ($p_ei(%n)) {
  513.         if ($sql_re($hget(pkexp,item)) != $p_ei(%n)) { goto level }
  514.         else { sqlite_exec %pdb UPDATE $sql_esc($.nick) SET item=' $+ $null $+ ' WHERE pokemon=' $+ $sql_esc(%p) $+ ' }
  515.       }
  516.       var %pv = $hget(pkexp,pv), %ability = $gettok($read(txt/pokemon/abilitylist.txt,w,%n $+ *),2,9), %ability = $iif($numtok(%ability,44) == 2 && $odd(%pv),$gettok(%ability,2,44),$gettok(%ability,1,44))
  517.       msg $chan %p is Evolving! %p evolved in to %n
  518.       p_team $.nick $reptok($p_team($.nick),%p,%n,1,124)
  519.       sqlite_exec %pdb UPDATE $sql_esc($.nick) SET pokemon=' $+ $sql_esc(%n) $+ ', ability=' $+ $sql_esc(%ability) $+ ' WHERE pokemon=' $+ $sql_esc(%p) $+ '
  520.       sqlite_exec %pdb UPDATE p_pokemon SET $sql_esc(%n) $+ ='1' WHERE name=' $+ $sql_esc($.nick) $+ '
  521.       sqlite_exec %pdb DELETE * FROM $sql_esc($.nick) WHERE pokemon=' $+ $sql_esc(%p) $+ '
  522.       lock_pokemon $.nick %p
  523.       hadd pkexp pokemon %n
  524.       if ($p_active($.nick) == %p) { p_active $.nick %n }
  525.     }
  526.     :level
  527.     var %p = $hget(pkexp,pokemon), %n = $read(txt/pokemon/nature.txt,w,$hget(pkexp,nature) $+ *), %ps = $pokemon($hget(pkexp,pokemon)).stat, %hp = $gettok(%ps,2,9), %atk = $gettok(%ps,3,9), %def = $gettok(%ps,4,9), %spatk = $gettok(%ps,5,9), %spdef = $gettok(%ps,6,9), %spd = $gettok(%ps,7,9)
  528.     var %hp = $iif(%p == Shedinja,1,$calc(($hget(pkexp,ivhp) + (2 * %hp) + ($hget(pkexp,evhp) / 4)) * (%lvl / 100) + 10 + %lvl)), %atk = $calc((($hget(pkexp,ivatk) + (2 * %atk) + ($hget(pkexp,evatk) / 4)) * (%lvl / 100) + 5)), %def = $calc((($hget(pkexp,ivdef) + (2 * %def) + ($hget(pkexp,evdef) / 4)) * (%lvl / 100) + 5)), %spatk = $calc((($hget(pkexp,ivspatk) + (2 * %spatk) + ($hget(pkexp,evspatk) / 4)) * (%lvl / 100) + 5)), %spdef = $calc((($hget(pkexp,ivspdef) + (2 * %spdef) + ($hget(pkexp,evspdef) / 4)) * (%lvl / 100) + 5)), %spd = $calc((($hget(pkexp,ivspd) + (2 * %spd) + ($hget(pkexp,evspd) / 4)) * (%lvl / 100) + 5))
  529.     if ($gettok(%n,2,32)) {
  530.       inc $gettok(%n,2,32) $calc($gettok(%n,2,32) * .1)
  531.       dec $gettok(%n,3,32) $calc($gettok(%n,3,32) * .1)
  532.     }
  533.     msg $chan %p gained a level ( $+ %lvl $+ ) $+([HP: +,$floor($calc(%hp - $hget(pkexp,hp))),]) $+([ATK: +,$floor($calc(%atk - $hget(pkexp,atk))),]) $+([DEF: +,$floor($calc(%def - $hget(pkexp,def))),]) $+([SP.ATK: +,$floor($calc(%spatk - $hget(pkexp,spatk))),]) $+([SP.DEF: +,$floor($calc(%spdef - $hget(pkexp,spdef))),]) $+([SPD: +,$floor($calc(%spd - $hget(pkexp,spd))),])
  534.     sqlite_exec %pdb UPDATE $sql_esc($.nick) SET lvl=' $+ %lvl $+ ', hp=' $+ $floor(%hp) $+ ', atk=' $+ $floor(%atk) $+ ', def=' $+ $floor(%def) $+ ', spatk=' $+ $floor(%spatk) $+ ', spdef=' $+ $floor(%spdef) $+ ', spd=' $+ $floor(%spd) $+ ' WHERE pokemon=' $+ $sql_esc(%p) $+ '
  535.     var %m1 = $hget(pkexp,m1), %m2 = $hget(pkexp,m2), %m3 = $hget(pkexp,m3), %m4 = $hget(pkexp,m4), %mlist = $+(%m1,$chr(44),%m2,$chr(44),%m3,$chr(44),%m4)
  536.     if ($p_move(%p,%lvl)) {
  537.       var %nm = $v1
  538.       if ($numtok(%mlist,44) < 4) {
  539.         msg $chan $sql_re(%p) learned %nm $+ !
  540.         sqlite_exec %pdb UPDATE $sql_esc($.nick) SET $+(m,$calc($numtok(%mlist,44) + 1)) =' $+ $sql_esc(%nm) $+ ' WHERE pokemon=' $+ $sql_esc(%p) $+ '
  541.       }
  542.       else {
  543.         msg $chan $sql_re(%p wants to learn %nm [Current moves: %m1 $+ $chr(44) %m2 $+ $chr(44) %m3 $+ $chr(44) %m4 $+ ] - Type !forget <name> and !pokemove <name> to see stats.)
  544.         p_mark $.nick $+(%m1,$chr(44),%m2,$chr(44),%m3,$chr(44),%m4,$chr(44),%nm)
  545.         p_status $.nick learn
  546.       }
  547.     }
  548.   }
  549.   sqlite_commit %pdb
  550.   sqlite_free %query
  551.   if ($hget(pkexp)) { hfree pkexp }
  552.   return %exp
  553. }
  554. on *:text:!forget*:#:{
  555.   if ($p_status($.nick) == learn) || ($p_status($.nick) == tm) {
  556.     var %m = $p_mark($.nick), %x = $iif($p_status($.nick) == tm,$gettok(%m,2,124),$p_mark($.nick)), %p = $iif($p_status($.nick) == tm,$gettok(%m,1,124),$p_active($.nick))
  557.     if ($istok(%x,$pokemove($2-).name,44)) { %x = $remtok(%x,$pokemove($2-).name,1,44)
  558.       .notice $nick %p forgot $pokemove($2-).name $+ . $+([,$gettok(%x,1,44),$chr(44) , $gettok(%x,2,44),$chr(44) , $gettok(%x,3,44),$chr(44) , $gettok(%x,4,44),])
  559.       sqlite_exec %pdb UPDATE $sql_esc($.nick) SET m1=' $+ $sql_esc($gettok(%x,1,44)) $+ ', m2=' $+ $sql_esc($gettok(%x,2,44)) $+ ', m3=' $sql_esc($+ $gettok(%x,3,44)) $+ ', m4=' $+ $sql_esc($gettok(%x,4,44)) $+ ' WHERE pokemon=' $+ %p $+ '
  560.       p_status $.nick ready
  561.     }
  562.     else { .notice $nick That isn't a valid option. }
  563.   }
  564. }
  565. alias p_bexp {
  566.   tokenize 9 $read(txt/pokemon/ev.txt,r,/\x09 $replace($pokemon($1-).name,$chr(32),\s,$chr(40),.,$chr(41),.) \s\x09/xi)
  567.   if ($prop == exp) { return $3 }
  568.   if ($prop == hp) { return $4 }
  569.   if ($prop == atk) { return $5 }
  570.   if ($prop == def) { return $6 }
  571.   if ($prop == spatk) { return $7 }
  572.   if ($prop == spdef) { return $8 }
  573.   if ($prop == spd) { return $9 }
  574. }
  575. alias p_cr {
  576.   var %x = $read(txt/pokemon/cr.txt,w,$pokemon($1).name $+ *)
  577.   return $gettok(%x,2,9)
  578. }
  579. alias p_el {
  580.   if ($1) {
  581.     var %x = $read(txt/pokemon/level.txt,w,$pokemon($1).name $+ *)
  582.     return $iif(%x,$calc($gettok(%x,2,9) + 1),$null)
  583.   }
  584. }
  585. alias p_path {
  586.   var %p = $pokemon($1).name, %x = $read(txt/pokemon/path.txt,w,* $+ %p $+ *), %t = $calc($findtok(%x,%p,1,9) $prop 1)
  587.   if ($prop) { return $gettok(%x,%t,9) }
  588.   return %x
  589. }
  590. alias p_ml {
  591.   if ($1) {
  592.     var %x = $pokemon($1).name, %p = $p_path(%x), %t = $findtok(%p,%x,1,9) - 1
  593.     return $iif(%t,$p_el($gettok(%p,%t,9)),1)
  594.   }
  595. }
  596. alias p_ei {
  597.   if ($1) {
  598.     var %x = $pokemon($1).name
  599.     if %x { %x = $read(txt/pokemon/evolve.item.txt,w,%x $+ *) }
  600.     return $iif(%x,$gettok(%x,2,9),$null)
  601.   }
  602. }
  603. alias p_ep {
  604.   var %p = $read(txt/pokemon/path.txt,w,* $+ $pokemon($1).name $+ * )
  605.   return $($regsubex(%p,/([^\|]+?)(\x09)/g,\1->( $!+ $!p_el( $+ \1 $+ ) $!+ $!iif( $!+ $!read(txt/pokemon/evolve.item.txt,w,* $!+ $!p_path( $+ \1 $+ ).+ $!+ *) $!+ ,*) $!+ )->),3)
  606. }
  607. alias p_vs {
  608.   var %x = 1, %a1, %d1, %dam1, %a2, %d2, %dam2, %h, %m, %hp1, %hp2
  609.   var %apm1 = $ceil($calc(($gettok($1,7,9) + 1) ^ .6 + 3)), %apm2 = $ceil($calc(($gettok($2,7,9) + 1) ^ .6 + 3)), %mod1 = $p_type($gettok($1,1,9),$gettok($2,1,9)), %mod2 = $p_type($gettok($2,1,9),$gettok($1,1,9))
  610.   while (%x <= %apm1) {
  611.     var %h = $rand(1,20), %m = $rand(1,20)
  612.     if (%m > %h) || (%h < 3) { dec %apm1 }
  613.     elseif (%h == 20) { inc %apm1 }
  614.     inc %x
  615.   }
  616.   %a1 = $calc($bottom($floor($calc(1 $($str( $!chr(32) + $!chr(32) $!chr(40) $!+ $!gettok($1, $!.rand(3,5).str ,9) ^ . $!+ $!.rand(6,8) $!+ $!chr(41) $!chr(32) ,%apm1),2))),1) * %mod1)
  617.   %d1 = $bottom($floor($calc(1 $($str( $!chr(32) + $!chr(32) $!chr(40) $!+ $!gettok($2, $!.rand(4,6).str ,9) ^ . $!+ $!.rand(2,4) $!+ $!chr(41) $!chr(32) ,%apm1),2))),1)
  618.   %x = 1
  619.   while (%x <= %apm2) {
  620.     var %h = $rand(1,20), %m = $rand(1,20)
  621.     if (%m > %h) || (%h < 3) { dec %apm2 }
  622.     elseif (%h == 20) { inc %apm2 }
  623.     inc %x
  624.   }
  625.   %a2 = $calc($bottom($floor($calc(1 $($str( $!chr(32) + $!chr(32) $!chr(40) $!+ $!gettok($2, $!.rand(3,5).str ,9) ^ . $!+ $!.rand(6,8) $!+ $!chr(41) $!chr(32) ,%apm2),2))),1) * %mod2)
  626.   %d2 = $bottom($floor($calc(1 $($str( $!chr(32) + $!chr(32) $!chr(40) $!+ $!gettok($1, $!.rand(4,6).str ,9) ^ . $!+ $!.rand(2,4) $!+ $!chr(41) $!chr(32) ,%apm2),2))),1)
  627.   %dam1 = $bottom($calc(%a1 - %d1),1)
  628.   %dam2 = $bottom($calc(%a2 - %d2),1)
  629.   %hp1 = $calc($gettok($1,2,9) - %dam2)
  630.   %hp2 = $calc($gettok($2,2,9) - %dam1)
  631.   return $iif(%hp1 > %hp2,1,2)
  632. }
  633. alias p_battle {
  634.  
  635. }
  636. alias p_gen {
  637.   var %x, %y = $lines(txt/pokemon/ev.txt), %p = $pokemon($1).stat, %l = 1, %exp = 1, %pv = $rand(0,4294967295)
  638.   var %hp = $gettok(%p,2,9), %atk = $gettok(%p,3,9), %def = $gettok(%p,4,9), %spatk = $gettok(%p,5,9), %spdef = $gettok(%p,6,9), %spd = $gettok(%p,7,9), %ivhp = $rand(1,32), %ivatk = $rand(1,32), %ivdef = $rand(1,32), %ivspatk = $rand(1,32), %ivspdef = $rand(1,32), %ivspd = $rand(1,32), %evhp = 0, %evatk = 0, %evdef = 0, %evspatk = 0, %evspdef = 0, %evspd = 0
  639.   var %ability = $gettok($read(txt/pokemon/abilitylist.txt,w,$1 $+ *),2,9), %ability = $iif($numtok(%ability,44) == 2 && $odd(%pv),$gettok(%ability,2,44),$gettok(%ability,1,44)), %nature = $read(txt/pokemon/nature.txt,s,$calc(%pv % 25)), %n = $read(txt/pokemon/nature.txt,nw,%nature $+ *)
  640.   .fopen npc txt/pokemon/ev.txt
  641.   while (%l < $2) {
  642.     .fseek -l npc $rand(1,%y)
  643.     %x = $fread(npc)
  644.     inc %exp $floor($calc($gettok(%x,3,9) * %l / 7))
  645.     inc %evhp $gettok(%x,4,9)
  646.     inc %evatk $gettok(%x,5,9)
  647.     inc %evdef $gettok(%x,6,9)
  648.     inc %evspatk $gettok(%x,7,9)
  649.     inc %evspdef $gettok(%x,8,9)
  650.     inc %evspd $gettok(%x,9,9)
  651.     while (%exp > $p_exp($calc(%l + 1))) { inc %l }
  652.   }
  653.   set -l %sql SELECT * FROM p_learnset WHERE name LIKE $+('%,$sql_esc($1),$(%',0))
  654.   set -l %query $sqlite_query(%pdb,%sql)
  655.   set -l %fetch $sqlite_fetch_row(%query,npcmove,$SQLITE_ASSOC)
  656.   var %n = 1, %m, %physical, %status, %special, %all
  657.   while (%n <= $2) {
  658.     if ($hget(npcmove,$+(l,%n))) {
  659.       %m = $hget(npcmove,$+(l,%n))
  660.       %all = $addtok(%all,%m,9)
  661.       var % $+ $pokemove(%m).cat $addtok($($+(%,$pokemove(%m).cat),2),%m,9)
  662.     }
  663.     inc %n
  664.   }
  665.   var %m
  666.   if ($numtok(%all,9) <= 4) { var %c = $numtok(%all,9), %m = %all $+ $str($chr(9),$calc(4 - %c)) }
  667.   else {
  668.     while ($numtok(%m,9) < 4) { %m = $addtok(%m,$p_movesel($1,%all),9) }
  669.   }
  670.   var %hp = $iif($1 == Shedinja,1,$calc((%ivhp + (2 * %hp) + (%evhp / 4)) * (%l / 100) + 10 + %l)), %atk = $calc(((%ivatk + (2 * %atk) + (%evatk / 4)) * (%l / 100) + 5)), %def = $calc(((%ivdef + (2 * %def) + (%evdef / 4)) * (%l / 100) + 5)), %spatk = $calc(((%ivspatk + (2 * %spatk) + (%evspatk / 4)) * (%l / 100) + 5)), %spdef = $calc(((%ivspdef + (2 * %spdef) + (%evspdef / 4)) * (%l / 100) + 5)), %spd = $calc(((%ivspd + (2 * %spd) + (%evspd / 4)) * (%l / 100) + 5))
  671.   if ($gettok(%n,2,32)) {
  672.     inc $gettok(%n,2,32) $calc($gettok(%n,2,32) * .1)
  673.     dec $gettok(%n,3,32) $calc($gettok(%n,3,32) * .1)
  674.   }
  675.   .fclose npc
  676.   sqlite_free %query
  677.   if ($hget(npcmove)) { hfree npcmove }
  678.   return $+($1,$chr(9),%pv,$chr(9),%ability,$chr(9),%nature,$chr(9),0,$chr(9),,$chr(9),%m,$chr(9),%l,$chr(9),%exp,$chr(9),$floor(%hp),$chr(9),$floor(%atk),$chr(9),$floor(%def),$chr(9),$floor(%spatk),$chr(9),$floor(%spdef),$chr(9),$floor(%spd),$chr(9),%ivhp,$chr(9),%ivatk,$chr(9),%ivdef,$chr(9),%ivspatk,$chr(9),%ivspdef,$chr(9),%ivspd,$chr(9),%evhp,$chr(9),%evatk,$chr(9),%evdef,$chr(9),%evspatk,$chr(9),%evspdef,$chr(9),%evspd)
  679. }
  680. alias p_move {
  681.   set -l %sql SELECT l $+ $2 FROM p_learnset WHERE name LIKE $+('%,$sql_esc($1),$(%',0))
  682.   set -l %query $sqlite_query(%pdb,%sql)
  683.   set -l %fetch $sqlite_fetch_row(%query,pkmove,$SQLITE_ASSOC)
  684.   var %x = $hget(pkmove,l $+ $2)
  685.   sqlite_free %query
  686.   if ($hget(pkmove)) { hfree pkmove }
  687.   return $iif(%x,$v1,$null)
  688. }
  689. alias add_pokemon {
  690.   var %x = $replace($sql_esc($2-),$chr(9),' $+ $chr(44) $+ '), %e = $read(txt/pokemon/path.txt,r,/ $gettok($2,1,9) /ix), %n = $findtok(%e,$gettok($2,1,9),1,9), %a = 1, %p
  691.   sqlite_begin %pdb
  692.   if ($has_pokemon($1,$gettok($2-,1,9)) == has) {
  693.     .notice $nick You caught $gettok($2-,1,9) but you already have a $gettok($2-,1,9) $+ ! Do you want to !keep or !release the new one?
  694.     .notice $nick Old: $p_statfmt($1,$p_stat($1,$gettok($2-,1,9)))
  695.     .notice $nick New: $p_statfmt($1,$2-)
  696.     p_mark $1 $replace($2-,$chr(9),*)
  697.     p_status $1 replace
  698.     return
  699.   }
  700.   var %t = $p_team($1)
  701.   if ($numtok(%t,124) < 6) {
  702.     p_team $1 $addtok(%t,$gettok($2,1,9),124)
  703.   }
  704.   noop $p_+exp($gettok($2-,1,9),$gettok($filltok($2-,-,9),11,9))
  705.   sqlite_exec %pdb UPDATE p_pokemon SET $sql_esc($gettok($2,1,9)) $+ ='1' WHERE name=' $+ $sql_esc($1) $+ '
  706.   sqlite_exec %pdb INSERT INTO $sql_esc($1) VALUES (' $+ %x $+ ')
  707.   sqlite_commit %pdb
  708. }
  709. on *:text:!keep:#:{
  710.   if ($p_status($.nick) == replace) {
  711.     var %x = $p_mark($.nick), %p = $gettok(%x,1,42)
  712.     .notice $nick You keep the new %p and set your old one free.
  713.     p_status $.nick ready
  714.     replace_pokemon $.nick %x
  715.     noop $p_+exp(%p,$gettok($filltok(%x,-,42),11,42))
  716.   }
  717. }
  718. on *:text:!release:#:{
  719.   if ($p_status($.nick) == replace) {
  720.     var %x = $p_mark($.nick), %p = $gettok(%x,1,42)
  721.     .notice $nick You keep your %p and let the new one go.
  722.     p_status $.nick ready
  723.     noop $p_+exp(%p,$gettok($filltok(%x,-,42),11,42))
  724.   }
  725. }
  726. alias replace_pokemon {
  727.   var %p = $gettok($2-,1,42), %x = $replace($sql_esc($2-),$chr(42),' $+ $chr(44) $+ ')
  728.   sqlite_exec %pdb DELETE FROM $sql_esc($1) WHERE pokemon=' $+ $sql_esc(%p) $+ '
  729.   sqlite_exec %pdb INSERT INTO $sql_esc($1) VALUES (' $+ %x $+ ')
  730. }
  731. alias see_pokemon {
  732.   if (!$has_pokemon($1,$2)) {
  733.     sqlite_exec %pdb UPDATE p_pokemon SET $sql_esc($pokemon($2).name) $+ ='s' WHERE name=' $+ $sql_esc($1) $+ '
  734.   }
  735. }
  736. alias lock_pokemon {
  737.   sqlite_exec %pdb UPDATE p_pokemon SET $sql_esc($pokemon($2).name) $+ ='x' WHERE name=' $+ $sql_esc($1) $+ '
  738. }
  739. alias has_pokemon {
  740.   set -l %sql SELECT $sql_esc($2) FROM p_pokemon WHERE name=' $+ $sql_esc($1) $+ '
  741.   set -l %query $sqlite_query(%pdb,%sql)
  742.   set -l %fetch $sqlite_fetch_row(%query,haspkm,$SQLITE_ASSOC)
  743.   sqlite_free %query
  744.   var %x = $replacex($hget(haspkm,$sql_esc($2)),1,has,x,had,s,seen)
  745.   if ($hget(haspkm)) { hfree haspkm }
  746.   return %x
  747. }
  748. alias trade_pokemon { }
  749.  
  750. on *:text:!buy*:#:{
  751.   if ($p_status($.nick) == ready) {
  752.     var %t = $iif($2 isnum,$3-,$2-), %c
  753.     if (TM* iswm %t) {
  754.       if (!$istok($p_loc($.nick).npc,The Mall,44)) { .notice $nick You aren't near The Mall! }
  755.       else {
  756.         if ($tm(%t).r == 1) {
  757.           %c = $iif($2 isnum,$2,1)
  758.           if ($p_item($.nick,cash) >= $calc(%c * 20000)) {
  759.             .notice $nick You buy $iif($2 isnum,$2 $upper(%t) $+ s,a $upper(%t))
  760.             p_item $.nick %t + $+ %c
  761.             p_item $.nick cash - $+ $calc(20000 * %c)
  762.           }
  763.           else { .notice $nick You don't have enough cash! }
  764.         }
  765.         elseif ($tm(%t).r == 2) {
  766.           var %m = $hget(pokemon,p_mall)
  767.           if (!$istok(%m,$2,32)) { .notice $nick That isn't for sale! }
  768.           elseif ($2 isnum) { .notice $nick We only have 1 $upper($3) in stock. }
  769.           else {
  770.             if ($p_item($.nick,cash) >=30000) {
  771.               .notice $nick You buy a $upper(%t)
  772.               p_item $.nick %t +1
  773.               p_item $.nick cash -30000
  774.               %m = $replace(%m,$2,$tm(2))
  775.               hadd pokemon p_mall $dupe(%m)
  776.             }
  777.           }
  778.         }
  779.         else { .notice $nick That isn't for sale! }
  780.       }
  781.     }
  782.     else {
  783.       if (!$istok($p_loc($.nick).npc,Pokemart,44)) { .notice $nick There isn't a Pokemart close by! }
  784.       else {
  785.         if ($regex($2-,/((poke|great|ultra)?\s?ball|(super|hyper|max)?\s?potion|full\srestore|antidote|paralyze\sheal|awakening|burn\sheal|ice\sheal|full\sheal|bicycle)\s?/i)) {
  786.           if (*ball* iswm %t) { %t = $p_cug($.nick).ball }
  787.           if (*potion* iswm %t) { %t = $p_cug($.nick).potion }
  788.           %c = $iif($2 isnum,$calc($p_item(%t).cost * $2),$p_item(%t).cost)
  789.           if ($p_item($.nick,cash) >= %c) {
  790.             if (%t == bicycle) && ($p_item($.nick,bicycle)) { .notice $nick You already have a Bicycle! }
  791.             else {
  792.               .notice $nick You buy $iif($2 isnum,$2 %t $+ s,a %t)
  793.               if (*ball* iswm %t) { p_item $.nick Pokeball $iif($2 isnum,+ $+ $2) }
  794.               elseif (*potion* iswm %t) { p_item $.nick Potion $iif($2 isnum,+ $+ $2) }
  795.               else { p_item $.nick $sql_esc($p_item(%t).name) $iif($2 isnum,+ $+ $2) }
  796.               p_item $.nick cash - $+ %c
  797.             }
  798.           }
  799.           else { .notice $nick You don't have enough cash! ($ $+ $bytes(%c,b) - You have $ $+ $bytes($p_item($.nick,cash),b) $+ ) }
  800.         }
  801.         else { .notice $nick You can't buy that! }
  802.       }
  803.     }
  804.   }
  805. }
  806. on $*:text:/^!upgrade\s(.*)(ball|potion)(.*)/:#:{
  807.   if ($p_status($.nick) == ready) {
  808.     if (!$istok($p_loc($.nick).npc,Pokemart,44)) { .notice $nick There isn't a Pokemart close by! }
  809.     else {
  810.       var %x, %c
  811.       if (*ball* iswm $2) { %x = $p_cug($.nick).ball }
  812.       elseif (*potion* iswm $2) { %x = $p_cug($.nick).potion }
  813.       %c = $calc($p_iug(%x).cost + $p_item($.nick,$iif(*ball* iswm $2,pokeball,potion)) * $p_item($iif(*ball* iswm $2,pokeball,potion)).cost)
  814.       if ($p_iug(%x)) {
  815.         if ($p_item($.nick,cash) >= %c) {
  816.           p_item $.nick $sql_esc($p_iug(%x))
  817.           p_item $.nick cash - $+ %c
  818.           .notice $nick You upgrade your %x to $p_iug(%x)
  819.         }
  820.         else { .notice $nick you don't have enough cash! ($ $+ $bytes(%c,b) - You have $ $+ $bytes($p_item($.nick,cash),b) $+ ) }
  821.       }
  822.       else { .notice $nick You can't upgrade that! }
  823.     }
  824.   }
  825. }
  826. on *:text:!sell*:#:{
  827.   if ($p_status($.nick) == ready) {
  828.     if (!$istok($p_loc($.nick).npc,Pokemart,44)) { .notice $nick There isn't a Pokemart close by! }
  829.     var %i = $p_item($iif($2 isnum,$3-,$2-)).name, %n = $iif($2 isnum,$2,1), %c = $calc(($p_item(%i).cost * .1) * %n)
  830.     if ($p_item($.nick,%i) >= %n) {
  831.       .notice $nick You sell %n %i $+ $iif(%n > 1,$+ 's) for $ $+ %c $+ .
  832.       p_item $.nick $sql_esc(%i) - $+ %n
  833.       p_item $.nick cash + $+ %c
  834.     }
  835.     else { .notice $nick You don't have that many! }
  836.   }
  837. }
  838.  
  839. on *:text:!inventory*:#:{
  840.   if ($p_status($.nick) == ready) {
  841.     if ($regex($2,/(T|H)Ms?/i)) {
  842.       set -l %sql SELECT * FROM p_tm WHERE name=' $+ $sql_esc($.nick) $+ '
  843.       set -l %query $sqlite_query(%pdb,%sql)
  844.       set -l %fetch $sqlite_fetch_row(%query,pinv,$SQLITE_ASSOC)
  845.       sqlite_free %query
  846.       var %x = 1, %y = $hget(pinv,0).item, %m, %t
  847.       while (%x <= %y) {
  848.         if ($hget(pinv,%x).item != name) && ($hget(pinv,$hget(pinv,%x).item)) { %m = $addtok(%m,$chr(32) $hget(pinv,%x).item ( $+ $v1 $+ ) $chr(32),45) }
  849.         if ($numtok(%m,45) > 9) {
  850.           .notice $nick $sql_re(%m)
  851.           %m = $null
  852.           inc %t
  853.         }
  854.         inc %x
  855.       }
  856.       if (%m) { .notice $nick $sql_re(%m) }
  857.       elseif (!%t) { .notice $nick You don't have any TM's. }
  858.     }
  859.     else {
  860.       set -l %sql SELECT * FROM p_inventory WHERE name=' $+ $sql_esc($.nick) $+ '
  861.       set -l %query $sqlite_query(%pdb,%sql)
  862.       set -l %fetch $sqlite_fetch_row(%query,pinv,$SQLITE_ASSOC)
  863.       sqlite_free %query
  864.       if (!$2) {
  865.         .notice $nick Cash $ $+ $bytes($hget(pinv,cash),b) - $p_cug($.nick).ball ( $+ $hget(pinv,pokeball) $+ ) - $p_cug($.nick).potion ( $+ $hget(pinv,potion) $+ )
  866.         .notice $nick Antidote ( $+ $hget(pinv,Antidote) $+ ) - Paralyze heal ( $+ $hget(pinv,Paralyze_32heal) $+ ) - Awakening ( $+ $hget(pinv,Awakening) $+ ) - Burn heal ( $+ $hget(pinv,Burn_32heal) $+ ) - Ice heal ( $+ $hget(pinv,Ice_32heal) $+ ) - Full heal ( $+ $hget(pinv,Full_32heal) $+ ) - Full restore ( $+ $hget(pinv,Full_32restore) $+ )
  867.         var %m = $iif($hget(pinv,bicycle),Bicycle ( $+ $v1 $+ ) ) $iif($hget(pinv,Masterball),Masterball ( $+ $v1 $+ ) ) $iif($hget(pinv,Rare_32candy),Rare Candy ( $+ $v1 $+ ) ) $iif($hget(pinv,Gold_32Nugget),Gold Nugget ( $+ $v1 $+ ) )
  868.         if (%m) { .notice $nick $regsubex(%m,/(\x29)\s(.)/g,\1 - \2) }
  869.       }
  870.       else {
  871.         var %x = 1, %n, %m, %i
  872.         if (*ball* iswm $2) { %i = Pokeball,Masterball }
  873.         if (* $+ $2 $+ * iswm *equipment*hold*) { %i = Thunder_32stone,Fire_32stone,Water_32stone,Leaf_32stone,Sun_32stone,Moon_32stone,Oval_32stone,Dusk_32stone,Dawn_32stone,Shiny_32stone,Dragon_32scale,Metal_32coat,King_39s_32Rock,Attack_32up,Defense_32up,Special_32up,Black_32belt,BlackGlasses,Magnet,Spell_32tag,Poison_32Barb,Sharp_32beak,Silk_32Scarf,SilverPowder,Soft_32Sand,TwistedSpoon,NeverMeltIce,Hard_32Stone,Leftovers,Shell_32Bell,Muscle_32band,Scope_32lens,Wide_32lens,Wise_32Glasses,Quick_32claw,Amulet_32Coin }
  874.         elseif (spec* iswm $2) { %i = Bicycle,Rare_32candy,Gold_32nugget,Blue_32shard,Red_32shard,Yellow_32shard,Green_32shard }
  875.         while (%x <= $numtok(%i,44)) {
  876.           %n = $gettok(%i,%x,44)
  877.           if ($hget(pinv,%n)) { %m = $addtok(%m,$chr(32) $iif(%n == Pokeball,$p_cug($.nick).ball,%n) ( $+ $hget(pinv,%n) $+ ) $chr(32),45) }
  878.           if ($numtok(%m,45) > 7) {
  879.             .notice $nick $sql_re(%m)
  880.             %m = $null
  881.           }
  882.           inc %x
  883.         }
  884.         if (%m) { .notice $nick $sql_re(%m) }
  885.       }
  886.     }
  887.   }
  888. }
  889. on *:text:!use*:#:{
  890.   if ($p_status($.nick) == ready) {
  891.     var %p = $pokemon($iif($4,$4-,$3-)).name, %i = $p_item($iif($4,$iif($p_item($2 $3).name,$2 $3,$2),$2)).name
  892.     if (!%p) { .notice $nick That isn't a pokemon! }
  893.     elseif (!%i) { .notice $nick That isn't an item! }
  894.     elseif ($p_item($.nick,%i) < 1) { .notice $nick You don't have a %i $+ ! }
  895.     elseif ($has_pokemon($.nick,%p) != has) { .notice $nick You don't have a %p $+ ! }
  896.     else {
  897.       if (%i == rare candy) {
  898.         noop $p_+exp(rare candy,%p)
  899.         p_item $.nick Rare_32candy -1          
  900.       }
  901.       elseif ($regex($2,/(T|H)M\d\d/i)) {
  902.         if (%i !isin $read(txt/pokemon/tmcom.txt,w,%p $+ *)) { .notice $nick %p can't learn that! }
  903.         else {
  904.           set -l %sql SELECT * FROM $sql_esc($.nick) WHERE pokemon=' $+ $sql_esc(%p) $+ '
  905.           set -l %query $sqlite_query(%pdb,%sql)
  906.           set -l %fetch $sqlite_fetch_row(%query,pkexp,$SQLITE_ASSOC)
  907.           var %m1 = $hget(pkexp,m1), %m2 = $hget(pkexp,m2), %m3 = $hget(pkexp,m3), %m4 = $hget(pkexp,m4), %mlist = $+(%m1,$chr(44),%m2,$chr(44),%m3,$chr(44),%m4)
  908.           var %nm = $tm(%i)
  909.           if ($istok($sql_re(%mlist),%nm,44)) { .notice $nick %p already knows that move! }
  910.           else {
  911.             p_item $.nick %i -1
  912.             if ($numtok(%mlist,44) < 4) {
  913.               msg $chan $sql_re(%p) learned %nm $+ !
  914.               sqlite_exec %pdb UPDATE $sql_esc($.nick) SET $+(m,$calc($numtok(%mlist,44) + 1)) =' $+ $sql_esc(%nm) $+ ' WHERE pokemon=' $+ $sql_esc(%p) $+ '
  915.             }
  916.             else {
  917.               msg $chan $sql_re(%p wants to learn %nm [Current moves: %m1 $+ $chr(44) %m2 $+ $chr(44) %m3 $+ $chr(44) %m4 $+ ] - Type !forget <name> and !pokemove <name> to see stats.)
  918.               p_mark $.nick $+(%p,|,%m1,$chr(44),%m2,$chr(44),%m3,$chr(44),%m4,$chr(44),%nm)
  919.               p_status $.nick tm
  920.             }
  921.           }
  922.         }
  923.       }
  924.       else { .notice $nick That doesn't do anything }
  925.     }
  926.   }
  927. }
  928. on *:text:!pokeitem*:#:{
  929.   if ($p_status($.nick) == ready) {
  930.     if ($p_item($2-).name) {
  931.       tokenize 9 $p_item($2-).desc
  932.       msg $chan $1 [Type: $2 $+ ] $6
  933.     }
  934.   }
  935. }
  936. alias p_getitem {
  937.   set -l %sql SELECT name FROM p_items WHERE type LIKE $+('%,$1,$(%',0)) ORDER BY RANDOM() LIMIT 1
  938.   set -l %query $sqlite_query(%pdb,%sql)
  939.   set -l %fetch $sqlite_fetch_row(%query,pgitem,$SQLITE_ASSOC)
  940.   sqlite_free %query
  941.   var %x = $sql_re($hget(pgitem,name))
  942.   if ($hget(pgitem)) { hfree pgitem }
  943.   return %x
  944. }
  945. alias p_item {
  946.   var %t = $iif($regex($2,/^(T|H)M/i),p_tm,p_inventory), %f = $iif($regex($1,/^(T|H)M/i),txt/pokemon/tms.txt,txt/pokemon/items.txt)
  947.   if ($isid) {
  948.     if ($prop == name) { return $gettok($read(%f,w,* $+ $1 $+ *),1,9) }
  949.     if ($prop == type) { return $gettok($read(txt/pokemon/items.txt,w,* $+ $1 $+ *),2,9) }
  950.     if ($prop == cost) { return $gettok($read(txt/pokemon/items.txt,w,* $+ $1 $+ *),3,9) }
  951.     if ($prop == desc) { return $read(txt/pokemon/items.txt,w,* $+ $1 $+ *) }
  952.     set -l %sql SELECT $sql_esc($2) FROM %t WHERE name=' $+ $sql_esc($1) $+ '
  953.     set -l %query $sqlite_query(%pdb,%sql)
  954.     set -l %fetch $sqlite_fetch_row(%query,pitem,$SQLITE_ASSOC)
  955.     sqlite_free %query
  956.     var %x = $hget(pitem,$sql_esc($2))
  957.     if ($hget(pitem)) { hfree pitem }
  958.     return %x
  959.   }
  960.   sqlite_exec %pdb UPDATE %t SET $sql_esc($2) $+ = $sql_esc($2) $iif($3,$3,+1) WHERE name=' $+ $sql_esc($1) $+ '
  961. }
  962. alias p_iug {
  963.   if ($prop == cost) { var %x = $replacex($1,Pokeball,10000,Greatball,20000,Potion,5000,Super Potion,25000,Hyper Potion,50000) }
  964.   else { var %x = $replacex($1,Pokeball,Greatball,Greatball,Ultraball,Ultraball,$null,Potion,Super Potion,Super Potion,Hyper Potion,Hyper Potion,Max Potion,Max Potion,$null) }
  965.   return %x
  966. }
  967. alias p_cug {
  968.   set -l %sql SELECT * FROM p_inventory WHERE name=' $+ $sql_esc($1) $+ '
  969.   set -l %query $sqlite_query(%pdb,%sql)
  970.   set -l %fetch $sqlite_fetch_row(%query,pcug,$SQLITE_ASSOC)
  971.   var %x = $iif($prop == ball,Pokeball,Potion)
  972.   while ($hget(pcug,$sql_esc($p_iug(%x)))) { %x = $p_iug(%x) }
  973.   if ($hget(pcug)) { hfree pcug }
  974.   sqlite_free %query
  975.   return %x
  976. }
  977. alias p_bmod {
  978.   set -l %sql SELECT mod FROM p_items WHERE name=" $+ $sql_esc($1) $+ "
  979.   set -l %query $sqlite_query(%pdb,%sql)
  980.   set -l %fetch $sqlite_fetch_row(%query,pbmod,$SQLITE_ASSOC)
  981.   var %x = $hget(pbmod,mod)
  982.   if ($hget(pcug)) { hfree pcug }
  983.   sqlite_free %quest
  984.   return %x
  985. }
  986. alias p_type {
  987.   if (/ isin $1) { return $max($p_typex($gettok($1,1,47),$2),$p_typex($gettok($1,2,47),$2)) }
  988.   else { return $p_typex($1,$2) }
  989. }
  990. alias p_typex {
  991.   set -l %sql SELECT * FROM p_types WHERE type=' $+ $1 $+ '
  992.   set -l %query $sqlite_query(%pdb,%sql)
  993.   set -l %fetch $sqlite_fetch_row(%query,ptype,$SQLITE_ASSOC)
  994.   sqlite_free %query
  995.   tokenize 47 $2
  996.   if ($2) {
  997.     var %x = $calc($hget(ptype,$1) + $hget(ptype,$2))
  998.     return $p_typec(%x).dual
  999.   }
  1000.   else { return $p_typec($hget(ptype,$1)) }
  1001. }
  1002. alias p_typec {
  1003.   if ($prop == dual) { return $replacex($1,2,0,3,0,5,0,9,0,4,.25,6,.5,10,1,8,1,12,2,16,4) }
  1004.   return $replacex($1,1,0,2,.5,4,1,8,2)
  1005. }
  1006. on *:text:!pokemon:#:{
  1007.   var %a
  1008.   set -l %sql SELECT pokemon, lvl, pv FROM $sql_esc($.nick) ORDER BY lvl
  1009.   set -l %query $sqlite_query(%pdb,%sql)
  1010.   while ($sqlite_fetch_row(%query,listp,$SQLITE_ASSOC)) {
  1011.     whilefix
  1012.     %a = $p_shiny($.nick,$hget(listp,pv)) $addtok(%a,$sql_re($hget(listp,pokemon) $iif($p_rare($hget(listp,pokemon)),[Rare]) $+ $iif($p_uncom($hget(listp,pokemon)),[Uncommon]) ( $+ $hget(listp,lvl) $+ )),44)
  1013.     if ($numtok(%a,44) > 24) {
  1014.       .notice $nick %a
  1015.       %a = $null
  1016.     }
  1017.   }
  1018.   if (%a) { .notice $nick %a }
  1019.   sqlite_free %query
  1020. }
  1021. on $*:text:/^!(poke)?dex(stat)?\s/i:#:{
  1022.   var %x = $pokemon($2-), %e = $p_ep($pokemon($2-).name), %l = $regsubex($($regsubex($gettok($read(txt/pokemon/area.txt,w,* $+ $pokemon($2-).name),1,9),/(\d+)/g,$!p_loc( $+ \1 $+ ).name $!+ $!chr(44)),2),/(\x2C$)/,)
  1023.   if (%x) {
  1024.     if (*stat* iswm $1) { msg $chan $pokemon($2-).fmt Base stats - [HP: $gettok(%x,4,9) Atk: $gettok(%x,5,9) Def: $gettok(%x,6,9) Sp.Atk: $gettok(%x,7,9) Sp.Def: $gettok(%x,8,9) Spd: $gettok(%x,9,9) $+ ]  }
  1025.     else { msg $chan $iif($p_rare($2-),[Rare]) $iif($p_uncom($2-),[Uncommon]) $pokemon($2-).fmt [Height: $p_height($2-) $+ ] [Weight: $p_weight($2-) $+ ] [Evolution: $iif(%e,%e,Does not evolve) $+ ] $iif($has_pokemon($.nick,$2-),[Locations: %l $+ ]) }
  1026.   }
  1027. }
  1028. on *:text:!pokestat*:#:{
  1029.   if ($p_status($.nick)) {
  1030.     if ($2) && ($has_pokemon($.nick,$2) != has) { .notice $nick You don't have a $2 $+ , $.nick $+ . }
  1031.     else { msg $chan $p_statfmt($.nick,$p_stat($.nick,$iif($2,$pokemon($2).name,$p_active($.nick)))) }
  1032.   }
  1033. }
  1034. alias p_statfmt {
  1035.   tokenize 9 $1 $chr(9) $sql_re($filltok($replace($2,*,$chr(9)),-,9))
  1036.   return $p_shiny($1,$3) $2 ( $+ $12 $+ ) [Exp: $13 $+ / $+ $p_exp($calc($12 + 1)) $+ ] [Type: $pokemon($2).type $+ ] [Nature: $5 $+ ] [Ability: $4 $+ ] [HP: $14 $+ ] [Atk: $15 $+ ] [Def: $16 $+ ] [Sp.Atk: $17 $+ ] [Sp.Def: $18 $+ ] [Spd: $19 $+ ] [Attacks: $8 $+ $iif($9 != -,$chr(44) $9) $+ $iif($10 != -,$chr(44) $10,) $+ $iif($11 != -,$chr(44) $11) $+ ] $iif($7 != -,[Holding: $sql_re($7) $+ ])
  1037. }
  1038. alias p_stat {
  1039.   var %x = $pokemon($2).name, %t = txt/pokemon/ $+ $ticks
  1040.   set -l %sql SELECT * FROM $sql_esc($1) WHERE pokemon=' $+ $sql_esc(%x) $+ '
  1041.   set -l %query $sqlite_query(%pdb,%sql)
  1042.   set -l %fetch $sqlite_fetch_all(%query,%t)
  1043.   if (!%fetch) { return error %sqlite_errstr }
  1044.   sqlite_free %query
  1045.   .timer 1 1 .remove %t
  1046.   %x = $filltok($read(%t,1),-,9)
  1047.   if ($prop == lvl) { return $gettok(%x,11,9) }
  1048.   if ($prop == exp) { return $gettok(%x,12,9) }
  1049.   if ($prop == vs) { return $pokemon($gettok(%x,1,9)).type $+ $chr(9) $+ $gettok(%x,13-18,9) }
  1050.   return %x
  1051. }
  1052. on *:text:!pokemove*:#:{
  1053.   tokenize 44 $replace($2-,*,.+?)
  1054.   if ($len($1) >= 3) {
  1055.     filter -cffg txt/pokemon/attacks.txt txt/pokemon/temp.txt /^[^\x09]*( $regsubex($1,/(\s)/g,.*) )(.+?)/ix
  1056.     if ($len($2) >= 3) { filter -ffg txt/pokemon/attacks.txt txt/pokemon/temp.txt /^[^\x09]*( $regsubex($2,/(\s)/g,.*) )(.+?)/ix }
  1057.     if ($len($3) >= 3) { filter -ffg txt/pokemon/attacks.txt txt/pokemon/temp.txt /^[^\x09]*( $regsubex($3,/(\s)/g,.*) )(.+?)/ix }
  1058.     if ($len($4) >= 3) { filter -ffg txt/pokemon/attacks.txt txt/pokemon/temp.txt /^[^\x09]*( $regsubex($4,/(\s)/g,.*) )(.+?)/ix }
  1059.     .fopen pmove txt/pokemon/temp.txt
  1060.     while ($fread(pmove)) {
  1061.       var %x = $v1
  1062.       msg $chan $iif($read(txt/pokemon/tms.txt,w,* $+ $gettok(%x,1,9) $+ *),( $+ $gettok($v1,1,9) $+ ) ) $pokemove(%x)
  1063.     }
  1064.     .fclose pmove
  1065.   }
  1066. }
  1067. alias pokemove {
  1068.   if ($2) { var %t = $2 }
  1069.   tokenize 9 $read(txt/pokemon/attacks.txt,w,$1 $+ *)
  1070.   if ($prop == name) { return $1 }
  1071.   if ($prop == type) { return $2 }
  1072.   if (cat* iswm $prop) { return $3 }
  1073.   if ($prop == power) { return $4 }
  1074.   if (acc* iswm $prop) { return $5 }
  1075.   if ($prop == pp) { return $6 }
  1076.   if ($prop == effect) { return $7 }
  1077.   if (prob* iswm $prop) { return $8 }
  1078.   if ($prop == rating) {
  1079.     return $calc(((3 + $rand(1,3) - $rand(1,3)) + ($replace($3,status,1,physical,1.5,special,2) * $+(1.,$rand(0,5))) + (((50 - $6) * .1) + $rand(1,5) - $rand(1,5)) $iif($4 != -,+ ($+(.,$rand(1,2)) * $4)) $iif($5 != -,+ ($+(.,$rand(1,15)) * $5)) $iif($8 != -,+ ($8 * .1))) $iif($2 isin %t,* 1.5))
  1080.   }
  1081.   if ($1) {
  1082.     return $1 [Type: $2 $+ ] [Catagory: $3 $+ ] $iif($4 != -,[Power: $4 $+ ]) $iif($5 != -,[Accuracy: $5 $+ ]) [PP: $6 $+ ] $iif($7 != -,[Effect: $iif($8 != -,$8 $+ % chance -) $7 $+ ])
  1083.   }
  1084. }
  1085. on $*:text:/^!((T|H)M\d\d)$/i:#:{
  1086.   msg $chan ( $+ $upper($regml(1)) $+ ) $pokemove($tm($regml(1)))
  1087. }
  1088. alias tm {
  1089.   if ($1 isnum 1-3) {
  1090.     var %f = txt/pokemon/ $+ $ticks, %a
  1091.     filter -ffg txt/pokemon/tms.txt %f /\x09( $1 )$/x
  1092.     %a = $read(%f)
  1093.     .remove %f
  1094.     return $gettok(%a,1,9)
  1095.   }
  1096.   tokenize 9 $read(txt/pokemon/tms.txt,w,$1 $+ *)
  1097.   if ($prop == r) { return $3 }
  1098.   if ($1) { return $2 }
  1099. }
  1100. on *:text:!ability*:#:{
  1101.   tokenize 9 $read(txt/pokemon/ability.txt,w,$2- $+ *)
  1102.   if ($1) { msg $chan $1 $+ : $2 }
  1103. }
  1104. on *:text:!nature*:#:{
  1105.   tokenize 32 $replace($read(txt/pokemon/nature.txt,wn,$2- $+ *),%,$null)
  1106.   if ($1) { msg $chan $1 $+ : $iif($2,+ $+ $2 - $+ $3,No effect) }
  1107. }
  1108. alias p_movesel {
  1109.   var %x = 1, %y = $numtok($2-,9), %t = $pokemon($1).type, %a, %cr, %m, %r = 0
  1110.   while (%x <= %y) {
  1111.     %a = $gettok($2-,%x,9)
  1112.     %cr = $pokemove(%a,%t).rating
  1113.     if (%cr > %r) { var %m = %a, %r = %cr }
  1114.     inc %x
  1115.   }
  1116.   return %m
  1117. }
  1118. alias p_shiny {
  1119.   if (!$3) {
  1120.     set -l %sql SELECT id, sid FROM p_players WHERE name=" $+ $sql_esc($1) $+ "
  1121.     set -l %query $sqlite_query(%pdb,%sql)
  1122.     set -l %fetch $sqlite_fetch_row(%query,pshiny,$SQLITE_ASSOC)
  1123.     tokenize 32 $hget(pshiny,id) $hget(pshiny,sid) $2
  1124.   }
  1125.   var %x = $xor($xor($1,$2),$xor($base($left($base($3,10,2),16),2,10),$base($right($base($3,10,2),16),2,10)))
  1126.   if (%x < 8) { msg #Flip shiny! }
  1127.   return $iif(%x < 8,Shiny)
  1128. }
  1129. alias p_height {
  1130.   noop $read(txt/pokemon/height.txt,w,* $+ $1- $+ *)
  1131.   return $gettok($read(txt/pokemon/height.txt,$readn),1,9)
  1132. }
  1133. alias p_weight { return $gettok($read(txt/pokemon/weight.txt,w,$1- $+ *),2,9) }
  1134. alias p_active {
  1135.   if ($isid) { return $p_player($1,active) }
  1136.   sqlite_exec %pdb UPDATE p_players SET active=' $+ $sql_esc($2-) $+ ' WHERE name=' $+ $sql_esc($1) $+ '
  1137. }
  1138. alias p_team {
  1139.   if ($isid) { return $p_player($1,team) }
  1140.   sqlite_exec %pdb UPDATE p_players SET team=' $+ $sql_esc($2-) $+ ' WHERE name=' $+ $sql_esc($1) $+ '
  1141. }
  1142. alias p_status {
  1143.   if ($isid) { return $p_player($1,status) }
  1144.   sqlite_exec %pdb UPDATE p_players SET status=' $+ $sql_esc($2) $+ ' WHERE name=' $+ $sql_esc($1) $+ '
  1145. }
  1146. alias p_mark {
  1147.   if ($isid) { return $p_player($1,mark) }
  1148.   sqlite_exec %pdb UPDATE p_players SET mark=' $+ $sql_esc($2-) $+ ' WHERE name=' $+ $sql_esc($1) $+ '
  1149. }
  1150. alias p_daycare {
  1151.   if ($isid) { return $p_player($1,daycare) }
  1152.   sqlite_exec %pdb UPDATE p_players SET daycare=' $+ $sql_esc($2-) $+ ' WHERE name=' $+ $sql_esc($1) $+ '
  1153. }
  1154. alias p_ps {
  1155.   if ($isid) { return $p_player($1,$2) }
  1156.   sqlite_exec %pdb UPDATE p_players SET $2 = $2 + 1 WHERE name=' $+ $sql_esc($1) $+ '
  1157. }
  1158. alias p_player {
  1159.   if ($isid) {
  1160.     set -l %sql SELECT $2 FROM p_players WHERE name=' $+ $sql_esc($1) $+ '
  1161.     set -l %query $sqlite_query(%pdb,%sql)
  1162.     set -l %fetch $sqlite_fetch_row(%query,player,$SQLITE_ASSOC)
  1163.     var %x = $iif($sql_re($hget(player,$2)),$v1,none)
  1164.     sqlite_free %query
  1165.     if ($hget(player)) { hfree player }
  1166.     return %x
  1167.   }
  1168. }
  1169. alias p_noncom { return $p_ini(cr,$1) }
  1170. alias p_ini {
  1171.   if ($isid) { return $readini(txt/pokemon/pokemon.ini,$1,$2) }
  1172.   else { writeini txt/pokemon/pokemon.ini $1 $2 $3 }
  1173. }
  1174. on *:text:*:#:{  
  1175.   if ($p_status($.nick) == choiceadv) && ($regex($1-,/^( $gettok($p_mark($.nick),1,42) )$/ix)) {
  1176.     var %m = $p_mark($.nick), %adv = $gettok(%m,2,42)
  1177.     if ($1 == leave) {
  1178.       msg $chan $nick $+ : You decide to leave and continue exploring.
  1179.       p_status $.nick ready
  1180.     }
  1181.     elseif (%adv isnum 11-30) || (%adv isnum 36-37) {
  1182.       var %i = $gettok(%m,3,42), %c = $gettok(%m,4,42)
  1183.       if ($1 == buy) {
  1184.         if ($p_item($.nick,cash) >= %c) {
  1185.           msg $chan $nick $+ : You buy the %i and continue on your journey.
  1186.           p_item $.nick $sql_esc(%i) +1
  1187.           p_item $.nick cash - $+ %c
  1188.           p_status $.nick ready
  1189.         }
  1190.         else {
  1191.           msg $chan $nick $+ : You don't have enough cash, so you continue on your journey.
  1192.           p_status $.nick ready        
  1193.         }
  1194.       }
  1195.     }
  1196.     elseif (%adv == 38) {
  1197.       var %c = $gettok(%m,3,42)
  1198.       if ($p_item($.nick,cash) > %c) {
  1199.         msg $chan $nick $+ : You buy the $upper($1) and continue on your journey.
  1200.         p_item $.nick $upper($1) +1
  1201.         p_item $.nick cash - $+ %c
  1202.         p_status $.nick ready
  1203.       }
  1204.       else { msg $chan $nick $+ : You don't have enough cash, so you continue on your journey. }
  1205.     }
  1206.     elseif (%adv == daycare) {
  1207.       var %t = $p_team($.nick)
  1208.       if ($1 == yes) {
  1209.         if ($numtok(%t < 6) {
  1210.           .notice $nick You take $1 with you
  1211.           p_team $.nick $addtok(%t,$1,124)
  1212.           p_daycare $.nick
  1213.         }
  1214.         else { .notice $nick You don't have room in your team! }
  1215.       }
  1216.       elseif ($1 == no) { .notice $nick You leave The Daycare lady's house. }
  1217.       else {
  1218.         .notice $nick You let $1 stay with The daycare lady.
  1219.         p_team $.nick $remtok(%t,$1,1,124)
  1220.         p_daycare $.nick $1
  1221.       }
  1222.       p_status $.nick ready
  1223.     }
  1224.   }
  1225. }
  1226. #pokemon end
  1227. alias p_reset {
  1228.   var %x = $iif($.nick($1).check,$.nick($1),$1)
  1229.   sqlite_exec %pdb DELETE FROM p_pokemon WHERE name=' $+ $sql_esc(%x) $+ '
  1230.   sqlite_exec %pdb DELETE FROM p_players WHERE name=' $+ $sql_esc(%x) $+ '
  1231.   sqlite_exec %pdb DELETE FROM p_inventory WHERE name=' $+ $sql_esc(%x) $+ '
  1232.   sqlite_exec %pdb DELETE FROM p_badges WHERE name=' $+ $sql_esc(%x) $+ '
  1233.   sqlite_exec %pdb DROP TABLE $sql_esc(%x)
  1234.   msg $chan %x reset
  1235. }
  1236. alias db_additem {
  1237.   var %a = $read(txt/pokemon/items.txt,w,$1- $+ *)
  1238.   sqlite_exec %pdb ALTER TABLE p_inventory ADD $sql_esc($1-) varchar(3) default 0
  1239.   sqlite_exec %pdb INSERT INTO p_items VALUES (' $+ $replace($filltok($sql_esc(%a),-,9),$chr(9),' $+ $chr(44) $+ ') $+ ')
  1240. }
  1241. alias db_flushitems {
  1242.   sqlite_exec %pdb DROP TABLE p_items
  1243.   sqlite_exec %pdb CREATE TABLE p_items (name varchar(20), type varchar(20), cost varchar(10), mod varchar(10), effect varchar(15), desc varchar(200))
  1244.   var %x = 1, %y = $lines(txt/pokemon/items.txt), %a
  1245.   while (%x <= %y) {
  1246.     %a = $read(txt/pokemon/items.txt,%x)
  1247.     sqlite_exec %pdb INSERT INTO p_items VALUES (' $+ $replace($filltok($sql_esc(%a),-,9),$chr(9),' $+ $chr(44) $+ ') $+ ')
  1248.     inc %x
  1249.   }
  1250. }
  1251. alias _pdb {
  1252.  
  1253. }
  1254. alias gendb {
  1255.   var %sql.db = $sqlite_open(txt/pokemon/pokemon.new.db3)
  1256.   sqlite_begin %sql.db
  1257.   sqlite_exec %sql.db CREATE TABLE p_players (name varchar(20), id varcahr(6), sid varchar(6), loc varchar(5), active varchar(20), team varchar(150), status varchar(10), attempts varchar(7), battles varchar(3), wins varchar(7), mark varchar(250), daycare varchar(20))
  1258.   sqlite_exec %sql.db CREATE TABLE p_badges (name varchar(20))
  1259.   sqlite_exec %sql.db CREATE TABLE p_pokemon (name varchar(20))
  1260.   var %x = 1, %y = $lines(txt/pokemon/pokemon.txt), %a
  1261.   while (%x <= %y) {
  1262.     %a = $gettok($read(txt/pokemon/pokemon.txt,%x),2,9)
  1263.     sqlite_exec %sql.db ALTER TABLE p_pokemon ADD $sql_esc(%a) char(1)
  1264.     inc %x
  1265.   }
  1266.   sqlite_exec %sql.db CREATE TABLE p_types (type varchar(8),Bug varchar(2),Fighting varchar(2),Flying varchar(2),Ghost varchar(2),Ground varchar(2),Normal varchar(2),Poison varchar(2),Rock varchar(2),Steel varchar(2),Dark varchar(2),Dragon varchar(2),Electric varchar(2),Fire varchar(2),Grass varchar(2),Ice varchar(2),Psychic varchar(2),Water varchar(2))
  1267.   var %x = 2, %y = $lines(txt/pokemon/resource/chart.txt), %a
  1268.   while (%x <= %y) {
  1269.     %a = $replace($read(txt/pokemon/resource/chart.txt,%x),;,' $+ $chr(44) $+ ')
  1270.     sqlite_exec %sql.db INSERT INTO p_types (type,Bug,Fighting,Flying,Ghost,Ground,Normal,Poison,Rock,Steel,Dark,Dragon,Electric,Fire,Grass,Ice,Psychic,Water) VALUES (' $+ %a $+ ')
  1271.     inc %x
  1272.   }
  1273.   sqlite_exec %sql.db CREATE TABLE p_inventory (name varchar(20), Cash varchar(20))
  1274.   sqlite_exec %sql.db CREATE TABLE p_items (name varchar(20), type varchar(20), cost varchar(10), mod varchar(10), effect varchar(15), desc varchar(200))
  1275.   var %x = 1, %y = $lines(txt/pokemon/items.txt), %a
  1276.   while (%x <= %y) {
  1277.     %a = $read(txt/pokemon/items.txt,%x)
  1278.     sqlite_exec %sql.db ALTER TABLE p_inventory ADD $sql_esc($gettok(%a,1,9)) varchar(3) default 0
  1279.     sqlite_exec %sql.db INSERT INTO p_items VALUES (' $+ $replace($filltok($sql_esc(%a),-,9),$chr(9),' $+ $chr(44) $+ ') $+ ')
  1280.     inc %x
  1281.   }
  1282.   var %x = 1, %y = $lines(txt/pokemon/tms.txt), %a
  1283.   sqlite_exec %sql.db CREATE TABLE p_tm (name varchar(20))
  1284.   while (%x <= %y) {
  1285.     %a = $gettok($read(txt/pokemon/tms.txt,%x),1,9)
  1286.     sqlite_exec %sql.db ALTER TABLE p_tm ADD %a varchar(3) default 0
  1287.     inc %x
  1288.   }
  1289.   sqlite_exec %sql.db CREATE TABLE p_learnset (name varchar(50))
  1290.   %x = 1
  1291.   while (%x <= 99) {
  1292.     sqlite_exec %sql.db ALTER TABLE p_learnset ADD l $+ %x varchar(20)
  1293.     inc %x
  1294.   }
  1295.   var %x = 1, %y = $lines(txt/pokemon/learnset.txt), %a, %n, %t
  1296.   while (%x <= %y) {
  1297.     %a = $read(txt/pokemon/learnset.txt,%x)
  1298.     tokenize 9 %a
  1299.     %n = 1
  1300.     %t = $numtok($2,44)
  1301.     sqlite_exec %sql.db INSERT INTO p_learnset (name) VALUES (' $+ $replace($sql_esc($1),_44,*) $+ ')
  1302.     while (%n <= %t) {
  1303.       sqlite_exec %sql.db UPDATE p_learnset SET l $+ $replace($gettok($2,%n,44),|,=') $+ ' WHERE name=' $+ $replace($sql_esc($1),_44,*) $+ '
  1304.       inc %n
  1305.     }
  1306.     inc %x
  1307.   }
  1308.   sqlite_commit %sql.db
  1309.   sqlite_close %sql.db
  1310. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement