Jump to content

goddameit

Members
  • Posts

    562
  • Joined

  • Days Won

    14

Everything posted by goddameit

  1. skill_nocast_db.txt This? //Zone 7 - Towns 232,2048
  2. allskill without payment prontera,150,180,4 script Test 100,{ atcommand "@allskill"; end; }
  3. Idea : http://goo.gl/83liA Preview : This script can supply a way to retrieve your account passwords. Download : SQL : ( Must install it !! ) CREATE TABLE IF NOT EXISTS `validate` ( `email` varchar(255) NOT NULL default '', `md5` varchar(255) NOT NULL default '', `account_id` int(11) unsigned NOT NULL default '0', `status` tinyint(1) NOT NULL default '0', PRIMARY KEY (`account_id`) ) ENGINE=MyISAM; Script : Validate System.txt Source : ( Must install it !! ) http://rathena.org/b...ail-to-someone/
  4. Armors: refer Autobonus, Percentheal . just want to let you know this information.
  5. mob_skill_db.txt >> add Grim Reaper (skill id : 295) to poring
  6. if you can click that npc (''Grandma'') that's mean you're standing on sm_pri so getmapusers("sm_pri") will not be 0. or if you disable npc, then you can't click that npc to make it enable. or if that npc disable by itself, then it can't enable itself cause its status is disable.
  7. Version 1

    456 downloads

    Preview : !! WARNING !! I don't know anything about ping.c (in this patch file) and I have no idea what will happen after install this. I only know this command will do and return message about ping answer. Main function author : http://goo.gl/tZ4fu Modify : Goddameit . This script command will return a string to let you know what is answer about this server use 'ping' to specify IP address ping("IP adress") . SAMPLE : http://pastebin.com/download.php?i=tWnafFc9
    Free
  8. if(gettime(4) == 1 ) end; if( today = Monday ) end this script
  9. why don't you just add into server and test it?
  10. you need to learn how to write a npc for exchange something by yourself. I think there is a lot of sample in rA here
  11. then use traditional script set command set(<variable>,<expression>) if( set(.@mRn,select(...)-1) > 0 )
  12. are you using rA ? http://rathena.org/board/topic/62395-r15982-script-engine-update/
  13. I think this is client problem not source. maybe you didn't add right date into lua file for your skill or else
  14. if(getcharid(1)) { //reject close; } npctalk ""+strcharinfo(0)+" has registered for the Last Man Standing."; warp "poring_c01",103,99; also, add some mapflag like partylock
  15. do you have some knowledge on source code?
  16. getitem rand(607,608),1; put this at where when your player are activated to get reward and he will get 1 Yggdrasil Berry or Yggdrasil Seed in 50/50 chance - if you want to receive reward after WoE, here is my release sample #jump - have a nice day
×
×
  • Create New...