Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 03/19/18 in Posts

  1. 1 point
    zxcasdr

    RENNC DESIGN | WEPRIORITIZE

    Drop a message here for a quote or contact us at Facebook: https://www.facebook.com/EADevOfficial/ https://www.facebook.com/renncgfx/ Website: http://renncgfx.com/ http://www.ea-dev.com/ Templates
  2. 1 point
    IndieRO

    how to fix this??

    Edit: problem solve How to solve this problem, just add new function on luafile514\lua files\SkillInfoz\skillinfo_f.lub GetSkillScale = function(in_SKID, in_Level) local obj = SKILL_INFO_LIST[in_SKID] local x = 0 local y = 0 if nil ~= obj then obj = SKILL_INFO_LIST[in_SKID].SkillScale end if nil ~= obj then obj = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level] end if nil ~= obj then x = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level].x if nil == x then return 0, 0 else y = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level].y if nil == y then return 0, 0 end end end return x, y end
  3. 1 point
    npc->event_doall_id( "OnTradeEvent", sd->bl.id ); npc->event_doall_id( "OnTradeEvent", tsd->bl.id ); // Save char RID of exchanger into @trader variable pc->setreg(sd,script->add_str("@trader"),tsd->status.account_id); pc->setreg(tsd,script->add_str("@trader"),sd->status.account_id); - script TradeTest FAKE_NPC,{ OnTradeEvent: mes "Has exchanged with the player "+rid2name(@trader); close; }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.