Jump to content

huggies

Members
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by huggies

  1. Oh its all okay now @v3ct0r The only problem of mine is the glow set since im using 1.38 i cant see Dina thing in it. Ill try to figure it out my self. Thanks
  2. They all have end. Also i am using this function in GOAT Files. It does work in other lua and skillinfo , but in GOAT Files it doesn't it just bug and cant do any damage unless i remove those 2.
  3. -------------------------------------------------------Skill Teleportation--------- function SkillSp_tele ( sklv ) local sp_reduce = 20 return sp_reduce end function SkillCooldown_tele( sklv ) local Cooldown = 10000 return Cooldown end function Skill_tele_Begin ( role , sklv ) local sp = Sp(role) local sp_reduce = SkillSp_tele ( sklv ) if sp - sp_reduce < 0 then SkillUnable(role) return end Sp_Red (role , sp_reduce ) end function Skill_tele_End ( ATKER , DEFER , role, sklv ) local x, y = GetChaPos(DEFER) local map_name = GetChaMapName (DEFER) local mapcant = GetChaMapName (DEFER) local x = math.floor (x/100) local y = math.floor (y/100) if mapcant == "guildhouse" or mapcant == "teampk" then SystemNotice(ATKER,"You cant use this skill in this map!") SkillUnable(ATKER) elseif mapcant ~= "guildhouse" or mapcant ~= "teampk" then GoTo(ATKER, x,y, map_name) AddState( ATKER , DEFER , STATE_XY, 1 , 3 ) end thats the skilleff.lua then 0476 Master Teleportation 1 -1,10 1,-1 1,-1 1,-1 -1 2 1 0 -1 -1 1 1 1 2000 4 1 0 0 4 0 0 SkillSp_tele 0 0 0 0 Skill_tele_End 0 0 0 0 0 0 0 0 0 0 0 0 0 0 SkillCooldown_tele 2 1 14 0 40 2 157 0 0 0,0 0,0 0 9 -1 1067 1800 41 2 0 -1 0 0 x1060.tga 0 0 Moves you with lightspeed to the selected target. Range increased for each skill level. Cooldown is 15 seconds. Fix consumption of 20 SP 0 Skillinfo.bin
  4. Hello, I added some skills into the database and put it at the client. After restarting the server evrything goes well but when i attack or do some skills to the monster. It doesnt do damage or some skill effect doesn't acquire. Any veteran that can help me ? Thanks
  5. Hello V3C i tried to compile skillinfo.txt so i can make it to bin however it doesn't compile but with other skillinfo in other server file it does. Anyone know why ?
×
×
  • Create New...