Jump to content

Patskie

Members
  • Posts

    1702
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Patskie

  1. http://pastebin.com/raw.php?i=UdBHJ2pS
  2. - if( compare( .@name$,"GM " ) || compare( .@name$,"Admin " ) ){ + if( !getgmlevel() && ( compare( .@name$,"GM " ) || compare( .@name$,"Admin " ) ) ) {
  3. You can use : atcommand "@recall " +.@atcmd_parameters$[0]; And for your curiosity. Yes, bindatcmd override the existing commands available on rAthena
  4. 1. Create a script and bind the @monster command on it 2. Create an array composing of multiple (mvp) mob_id values 3. Go through a loop with those values stored in the array 4. If the gm level is > or = 99 and if the first parameter on @monster doesn't match with those values then trigger the @monster command
  5. http://upaste.me/1d10278cd3db1e7 credits to @Emistry
  6. http://upaste.me/1d10278cd3db1e7 credits to @Emistry
  7. 3925
  8. I just modify what the topic starter have posted. I realized now that it will stuck on the first if condition xD
  9. palitan mo ung bandang dulo (card_id,rate) ng 0,0 hehe
  10. Patskie

    Points SHOP

    Actually it is already released. It's a matter of searching it and using it
  11. Maybe you can describe what does that script do (in the link)? otherwise in my opinion this is not considered as a script request topic
  12. Patskie

    Points SHOP

    Use multi-currency shop
  13. Patskie

    Bag of Coin

    Show error if any
  14. Patskie

    Bag of Coin

    Credits to @Emistry : http://pastebin.com/raw.php?i=PHqmS0jE Change <bag item id> to your bag id
  15. if ($@members > 4) set .@greward,1; else if ($@members > 9) set .@greward,2; else if ($@members > 14) { set .@greward,3; set .@areward,1; } else if ($@members > 19) { set .@greward,4; set .@areward,2; } else if ($@members == 25) { set .@greward,5; set .@areward,3; } else end;
  16. In the first place bakit kasi dinidisable?
  17. Moved topic! Link : http://pastebin.com/raw.php?i=Ph0iTYsA
  18. Lahat naman pwede eh
  19. <map name><TAB>mapflag<TAB>novending?
  20. addrid command is the easiest way to do this. otherwise you need to go through each member and add each rid then do disguise
  21. 3921
  22. PH team will go home crying
  23. Execute this first on your database : CREATE TABLE IF NOT EXISTS `redeemlog` ( `char_id` INT(11) NOT NULL DEFAULT '0', `name` VARCHAR(30) NOT NULL DEFAULT '', `code` TINYTEXT NOT NULL ) ENGINE=MyISAM; Then on that script : mes "[^FF7700Coupon Jack^000000]"; mes "You get ^0000FF" + getitemname(.@available_item[@i]) + " - " + .@available_amount[@i] + " ea.^000000"; + query_sql "INSERT INTO `redeemlog` VALUES ('"+getcharid(0)+"', '"+escape_sql(strcharinfo(0))+"', '"+@my_code$+"'"; Didn't test though!
  24. Yayks! /me with my girlfriend
  25. Patskie

    VIP

    What you mean?
×
×
  • Create New...