Jump to content

Julio

Advanced members
  • Content Count

    64
  • Joined

  • Last visited

  • Days Won

    5

Julio last won the day on March 10 2020

Julio had the most liked content!

Community Reputation

21 Neutral

2 Followers

About Julio

  • Rank
    Pirate

Recent Profile Visitors

1,618 profile views
  1. EDIT: I made new tests, I really think this will not involve
  2. Increasing will cause Game.exe to overload ... according to the playing time of players NPC Items and Structures "lgo" and "dds" will also be invisible
  3. Please Offset 1.36 <3
  4. Julio

    lua_isplayer

    The error was on the cloak. I modified it. function cloak.getCloakLv(item) local getLv = GetItemAttr(item, 55); if(getLv ~= nil) then return getLv; elseif(IsPlayer(role) == 1) then if getLv > nil then return 0; end if getLv > 0 then return getLv; end return 0; end end for: cloak.getCloakLv = function(item) local getLv = GetItemAttr(item, 55); if(getLv ~= nil) then return getLv; end end
  5. Julio

    lua_isplayer

    thank you so much @V3ct0r @Fisal Moha
  6. I'm facing some problem I can not see error in my script so it's something overloaded on cha_timer has anyone had this problem? lua expand function [lua_isplayer] parameter number or type error!
  7. I tested with Reflexil + .NET Reflector and I did not succeed I find it impossible
  8. VPS comes with Firewall disabled check your port in cfg
  9. 888 Defoliate Pine Tree 4 6 139 0 1....... 139 for :animation / 139.lab model\character : 0139000000.lgo texture\character : 0139000000.bmp 0139000000 for model/texture if it is a custom monster you need the id in CharacterAction.tx
  10. Dragon Pet - Mega.nz Stuffs - Mega.nz
  11. [AccountServer] AcctEnable =1 //0:关闭AccountServer连接;1:打开AccountServer连接 Password =GroupServerAndor1 IP =127.0.0.1 Port =1978 Change in GroupServer.cfg: Port ="1656" for "1978"
  12. Julio

    PK Mode - HandleChat

    I really liked this conflict with V3ctor CTF
×
×
  • Create New...