Jump to content

goddameit

Members
  • Posts

    562
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by goddameit

  1. http://rathena.org/board/topic/69747-friends-warper/ change query_sql "SELECT `friend_account` FROM `friends` WHERE `char_id` = "+getcharid(0)+"",.@aid; to getpartymember getcharid(1),2; set .@num,$@partymembercount; copyarray .@aid[0],$@partymemberaid[0],.@num; map limit :http://rathena.org/board/topic/69747-friends-warper/#entry134223
  2. http://rathena.org/board/topic/53320-%E3%80%90-emistry-%C2%A9-2012-%E3%80%91e-scripts-collection/
  3. item_db.txt: blablabla(new Usable item),{ callfunc "Class_item_giver"; },{},{} script: function script Class_item_giver { jobchange 3; getitem 1701,1; getitem 1750,1000; end; }
  4. Before you decide to pay me for do this, let you know it's not easy first : http://bit.ly/RUTp7t in fact, you can suggest your player to make a team by themselves.
  5. I think just need to add a variable for check is event start or not.
  6. so so. -- Here is my release : http://rathena.org/b...pture-the-flag/ and this other my release : http://rathena.org/b...stom-map-added/ Only add new commands to create and break party, and that wouldn't hard. Or change to battle ground, then can also done it. (PS:I just want to let you know this information.)
  7. thx. later do it. --------- edit : done
  8. (Not only magic, but also all damage skill) Picture preview : http://goo.gl/91vrl Video preview : Introduction : hmm... let skill attack also has critical hit. (damage x2) /////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////// Download : Critical_hit_on_Magic_2.patch Critical_hit_on_Magic_1.patch Critical_hit_on_Magic.patch /////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////// Update : 1. Show Full hit combo 2. Fix exp not gain and
  9. then when enter into there, do undisguise by OnPCLoadMap...
  10. I don't know why, this is my first time use this to release, anyway, I have uploaded to other space, try it. oops, forgot change to rA version.
  11. Need to change a lot of things, so no thx, maybe next time I decide to update this script.
  12. File Name: @AutoAttack File Submitter: goddameit File Submitted: 13 Sep 2012 File Category: Source Modifications Content Author: Goddameit Idea : http://rathena.org/b...k-close-enemys/ Preview : Use this command you can turn on or off auto-attack. It will auto-search 9x9 and attack the near one if there is no monster in area, you will auto-walk randomly. Click here to download this file @AutoAttack.patch Important Note : #31 #32
  13. Version 2.0

    2413 downloads

    Idea : http://rathena.org/b...k-close-enemys/ Preview : Use this command you can turn on or off auto-attack. It will auto-search 9x9 and attack the near one if there is no monster in area, you will auto-walk randomly.
    Free
  14. here is why case BL_MOB: return ((TBL_MOB*)bl)->vd->class_; it gives you vd (view date). below is my way if(bl->type==BL_MOB) if ( ((TBL_MOB*)bl)->class_ == 1002 && flag&BF_SKILL) return 0; and it success http://i.imgur.com/K2ChL.jpg http://i.imgur.com/9Wwgz.jpg http://i.imgur.com/pgFUz.jpg http://i.imgur.com/cyPXN.jpg
  15. define new sc into status.h and add new case control into status_calc_speed
  16. open skill.h , search SM_BASH , click those and see what their done http://i.imgur.com/3iCI9.png http://i.imgur.com/Cdlf6.png --- 1. define new skill name in skill.h 2. define its type in skill.c by add case in ''skill_castend_damage_id'' , ''skill_castend_nodamage_id'' , ''skill_castend_pos2'' those mean : will create 'point' skill, no, and area. 3. define its power 4. build 5. add new db into skill_db.txt and skill_require_db.txt 6. add new date into your client.
  17. I used your code , test on poring (1002) and it works well http://i.imgur.com/TDP24.jpg http://i.imgur.com/ISkSr.jpg you can try to use some shown to see what date you got.
  18. How high should it be?
×
×
  • Create New...