Jump to content

Famous

Members
  • Posts

    455
  • Joined

  • Last visited

Everything posted by Famous

  1. I'm using this script https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/quests/thq/ but the points will gone if you log out in game it will not save
  2. @LatSo here is my active castle prtg_cas01 prtg_cas02 prtg_cas03 prtg_cas04 prtg_cas05 @Capuche how to add more castle?
  3. Can I request script after woe all players in the guild who gets a castle will received 30 cashpoints reward thank you!
  4. I tried to use default script of token quest from the svn but It seems that every time I log out points doesn't save and back to 0 Can I request for some script? thank you
  5. @thanks chowking and Patskie Solve problem
  6. 6157: error: if( !i && ( skill_id == RG_STRIPWEAPON || skill_id == RG_STRIPSHIELD || skill_id == RG_STRIPARMOR || skill_id == RG_STRIPHELM ) ) 6182:Error: sc_start(bl, sc_atk, 100, skill_lv, d); http://rathena.org/board/files/file/2943-forcibly-strip/ bump!
  7. - script Sample -1,{ OnPCKillEvent: if(strcharinfo(3) == "pvphero") { if(@Delay < gettimetick(2)) { set .@Amount,rand(1,2); set #CASHPOINTS,#CASHPOINTS + .@Amount; dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points."; set @Delay,gettimetick(2) + 180; } } end; } @patskie thanks but Can I ask how to add this more maps?
  8. Can I request every time the player kill during woe time will earn cash points During woe time Only Example: 9:00pm-10:00pm 1kill = 1cash points!! Thank you!
  9. I already tested this but still when I relog the character automatically remove lockcommand
  10. Script Doesnt show this if( !.@guild ) Only This one if( .@guild )
  11. wOw Great thanks I'll try that /no1 /no1 already tested not working..
  12. I would like to request script when Entering the castle during Guild war if the guild members exceed more than 12 members they cannot Enter the castle unless they don't have more than 12 members in a guild! example map: payg_cas04
  13. //id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,name,description // 01 ID // 02 range (combo skills do not check for range when used, // if range is < 5, the skill is considered melee-range) // 03 hit (8- repeated hitting, 6- single-hit) // 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap) // 05 element (0 - neutral, 1 - water, 2 - earth, 3 - fire, 4 - wind, 5 - poison, // 6 - holy, 7 - dark, 8 - ghost, 9 - undead, -1 - use weapon element // -2 - use endowed element, -3 - use random element.) // 06 nk (skill damage properties): // 0x01 - No damage skill // 0x02 - Has splash area // 0x04 - Damage should be split among targets // 0x08 - Skill ignores caster's % damage cards (misc type always ignores) // 0x10 - Skill ignores elemental adjustments // 0x20 - Skill ignores target's defense (misc type always ignores) // 0x40 - Skill ignores target's flee (magic type always ignores) // 0x80 - Skill ignores target's def cards // 07 splash/effect range (-1 for screen-wide) // 08 MaxLv // 09 Number of hits (when positive, damage is increased by hits, // negative values just show number of hits without increasing total damage) // 10 Cast interrupted when hit? // 11 defense-reduction rate during cast. // 12 inf2 (skill information 2): // 0x0001- quest skill // 0x0002- npc skill // 0x0004- wedding skill // 0x0008- spirit skill // 0x0010- guild skill // 0x0020- song/dance // 0x0040- ensemble skill // 0x0080- trap // 0x0100- skill that damages/targets yourself // 0x0200- cannot be casted on self (if inf = 4, auto-select target skill) // 0x0400- usable only on party-members (and enemies if skill is offensive) // 0x0800- usable only on guild-mates (and enemies if skill is offensive) // 0x1000- disable usage on enemies (for non-offensive skills). // 0x2000- skill ignores land protector (e.g. arrow shower) // 0x4000- chorus skill // 13 maxcount: max amount of skill instances to place on the ground when // player_land_skill_limit/monster_land_skill_limit is enabled. For skills // that attack using a path, this is the path length to be used. // 14 attack type (none, weapon, magic, misc) // 15 Blowcount (amount of tiles skill knockbacks) // 16 Name // 17 Description db/pre-re/skill_db.txt
  14. I hope we could have something like this from Hercules http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/
  15. Famous

    Custom NPC

    like this one? http://enzo0714.tk/rathena/npclist.php prontera,155,170,3 script sample 1015,{
  16. thanks Capuche I'll try to update it
  17. I would to request kick afk player in the map ordeal_2-2 go back to prontera if the player is afk in the fild for 5min.. thanks in advance!!
  18. when player talk to npc he will be killed and warp to prontera.. thankyou!
×
×
  • Create New...