Jump to content

goddameit

Members
  • Posts

    562
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by goddameit

  1. query_sql "your MySQL query", <array variable> {,<array variable>, ...}; SELECT map,x,y FROM `memo` WHERE char_id = getcharid(0)
  2. OnPCDieEvent: if( strcharinfo(3) == <event map> ) warp "somewhere",<x>,<y>;
  3. try to do in right place http://rathena.org/b...cript-requests/
  4. [media=] [/media]This script can let you delete someone item (in inventory) by giving account and password. no matter do or not do, system will record something into SQL (User id, typed account, typed password, item, ip, time) Script: deleteitem_sql.txt Database: http://pastebin.com/....php?i=A9psivqw
  5. File Name: [skill] Call for help File Submitter: goddameit File Submitted: 08 Dec 2012 File Category: Source Modifications Content Author: Goddameit Guild leader can call all guardian to his here to protect him. Preview : http://www.youtube.com/watch?v=mJEXVZlrcSI?hd=1 . skill_db set : 997,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0, GODD_CALLFORHELP,Call for help skill_require_db set : 997,0,0,10,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 skill_cast_db set : 997,0,0,0,0,0,300000,0 Add new skill (Clinet) : http://rathena.org/w...ls#XRay_support http://rathena.org/w...on-Xray_Support Click here to download this file
  6. File Name: [skill] Coup de Grace File Submitter: goddameit File Submitted: 08 Dec 2012 File Category: Source Modifications Content Author: Goddameit When you use this, it will give you 100% critical. Preview : skill_db set : 998,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0, DOTA_COUPDEGRACE,Coup de Grace skill_require_db set : 998,0,0,10,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 skill_cast_db set : 998,0,0,0,5000,0,30000,0 Add new skill (Clinet) : http://rathena.org/wiki/Adding_new_skills#XRay_support http://rathena.org/wiki/Adding_new_skills#Renewal.2FNon-Xray_Support Click here to download this file
  7. Version .1

    159 downloads

    Guild leader can call all guardian to his here to protect him. Preview : http://www.youtube.com/watch?v=mJEXVZlrcSI?hd=1 . skill_db set : 997,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0, GODD_CALLFORHELP,Call for help skill_require_db set : 997,0,0,10,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 skill_cast_db set : 997,0,0,0,0,0,300000,0 Add new skill (Clinet) : http://rathena.org/w...ls#XRay_support http://rathena.org/w...on-Xray_Support
    Free
  8. Version 1

    130 downloads

    When you use this, it will give you 100% critical. Preview : skill_db set : 998,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0, DOTA_COUPDEGRACE,Coup de Grace skill_require_db set : 998,0,0,10,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 skill_cast_db set : 998,0,0,0,5000,0,30000,0 Add new skill (Clinet) : http://rathena.org/wiki/Adding_new_skills#XRay_support http://rathena.org/wiki/Adding_new_skills#Renewal.2FNon-Xray_Support
    Free
  9. research it by yourself. or you can delete this script.
  10. based on Euphy's function, just try to change it to my style XD (I don't know what is ''<<'' XD) http://pastebin.com/raw.php?i=0geqsrjs
  11. in my test, it already will not affect other master.
  12. mapannounce "ggpro","[system]:Game Over",bc_map; {  if( getmapusers("ggpro") == 1 )  {   hideoffnpc "Reward";   sleep 10000;   hideonnpc "Reward";  } } NPC "Reward" is something like ''click and get items'' and never appear before Event over.
  13. can be done by script commands. warpguild "<mapname>",<x>,<y>,<guild_id>;
  14. //------------------------------------------------------------------ Design / Manufacture : Goddameit Idea : Emistry Map : Syouji Preview : Introduction : Try to arrive the destination by using ASDW controller. //------------------------------------------------------------------ Script download : Rainbow Surfers.txt Map download (map name : r_road) : http://rathena.org/b...0-rainbow-road/ Item_db download : http://pastebin.com/....php?i=QGf762qH Item_avail : 17506,2410 17507,501 17508,502 17509,503 17510,504 //------------------------------------------------------------------ Modify source code : clif.c add this //------------------------------------------------------------------ YOU MUST DO ALL OF BELOW THINGS Hotkeys set : Ban keyboard : Item place : //------------------------------------------------------------------
  15. then make that skill will not run this function.
  16. getmapxy(getd(".n_"+.@type+"_master_map$")....; getmapxy(getd(".n_"+.@type+"_npc_map$")....; { add something } if(maxhp/hp>=4) { something : if( getd(".n_"+.@type+"_master_map$") == "map name" ) { callsub OnEndd; break; }
  17. How about create a temporary mob and change user to it ? XD
  18. if you don't need those npc functions (storage,repairall...) you can use ''summon'' to spawn mob which you can set AI to give you buff and I'm sure it will be very easy. (100% based on script and db)
×
×
  • Create New...