Jump to content

sandeagle

Premium Member
  • Posts

    758
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by sandeagle

  1. contact TomaMaster,this guy decompile all C1 binary files...then he had rebuild C1,C2,C3,C4 pack(include Scripts)...so if there are complete server files about C1/C2/C3 in this world, only this guy has them,except Ncsoft. but bad news was that he never sell his pack... webside about his server... https://elmorelab.com/
  2. @TravorJ anyway,just 1 question.., could old customers get new updates?
  3. thx Anarchy.....but i didnot found ActiveAnticheat class in old Vanganth source... could you give me some hints?rly thx... BTW,i found this class in a Shared pack source...is it that? ActiveAnticheat.h #pragma once class CActiveAnticheat { BOOL m_Enabled; WCHAR m_BannedHWIDHTML[0x4000]; WCHAR m_onlyGMHTML[0x4000]; CSLock m_BannedLock; void LoadINI(); public: void Init(); inline WCHAR* GetBannedHtml() { return m_BannedHWIDHTML; }; inline BOOL IsEnabled() { return m_Enabled; }; }; extern CActiveAnticheat g_ActiveAnticheat; ActiveAnticheat.cpp #include "stdafx.h" #include "ActiveAnticheat.h" #include "DB.h" #include "SocketDB.h" #include "IndividualVote.h" CActiveAnticheat g_ActiveAnticheat; void CActiveAnticheat::Init() { LoadINI(); if(m_Enabled) { g_Log.Add(CLog::Blue, "[%s] Feature is enabled. ", __FUNCTION__); } } void CActiveAnticheat::LoadINI() { const TCHAR* section = _T("ActiveAnticheat"); m_Enabled = GetPrivateProfileInt(section, _T("Enabled"), 0, g_ConfigFile); }
  4. i means just detected bot program on server side but dont kick players.then i can do somthing for bot players.. i used vanganth's IL pack and checked his source in CliExt.cpp CCliExt::HandleCheckSum() The checksum function can be used to detect whether the player is using a bot program? thx for any1
  5. trusted developer.....good luck....Roe2
  6. thanks for you help,Anarchy.
  7. in this pack,the DBscripts only have lin2Clancomm、lin2comm and lin2world ????no other DBscripts?like lin2db lin2log lin2user...? what the hell is this???
  8. what is Mobile server???its for mobile phone?
  9. oh my god...dont tell me these shits all was Classic 3.0 ?
  10. if you need C2 pack just contact MasterToma,but he never sell it for any1...
  11. thank you.Roe2.. how to let players level-1 when they use .delevel command?
  12. @Roe2 you are genius.
  13. is there a .delevel command in Vanganth IL pack???or html bypass??
  14. i download Hellbound Island geodata from this forum... but in server side the geodata is l2j version... so which tool could convert l2j to l2off version??? thank you guyz..
  15. rly thanks for all pplz...
  16. i had added Dragon weapons and skills in my server(Vanganth's server pack) now i wanna add two skills for one Dragon weapon...but i found in Itemdata'txt there is only one item_skill=[antaras_power] option... so how to automatically obtain 2 skills when players were equipped with this dragon weapon??? thank you...
  17. ok... skilldata.txt skill_begin skill_name=[HP_max_Tatoo1] skill_id=10633 level=1 operate_type=P effect={{p_max_hp;300;diff}} skill_end item_begin armor 10719 [HP_max_Tatoo1] item_type=armor slot_bit_type={underwear} armor_type=none etcitem_type=none recipe_id=0 blessed=0 weight=10 default_action=action_equip consume_type=consume_type_normal initial_count=1 maximum_count=1 soulshot_count=0 spiritshot_count=0 reduced_soulshot={} reduced_spiritshot={} reduced_mp_consume={} immediate_effect=1 price=1 default_price=500 item_skill=[HP_max_Tatoo1] critical_attack_skill=[none] attack_skill=[none] magic_skill=[none] item_skill_enchanted_four=[none] material_type=wood crystal_type=s crystal_count=10 is_trade=0 is_drop=0 is_destruct=1 physical_damage=0 random_damage=0 weapon_type=none can_penetrate=0 critical=0 hit_modify=0 avoid_modify=0 dual_fhit_rate=0 shield_defense=0 shield_defense_rate=0 attack_range=0 damage_range={} attack_speed=0 reuse_delay=0 mp_consume=0 magical_damage=0 durability=90 damaged=0 physical_defense=0 magical_defense=0 mp_bonus=0 category={} enchanted=0 html=[item_default.htm] equip_pet={0} magic_weapon=0 enchant_enable=0 can_equip_sex=-1 can_equip_race={} can_equip_change_class=-1 can_equip_class={} can_equip_agit=-1 can_equip_castle=-1 can_equip_castle_num={} can_equip_clan_leader=-1 can_equip_clan_level=-1 can_equip_hero=-1 can_equip_nobless=-1 can_equip_chaotic=-1 item_end itemdata.txt
  18. i made a custom item,its hair...so i add a new skill effect with it..like effect={{p_max_hp;300;diff}},but when i use this hair and i found charactor could get 600 HP???why is 2x? i just wanna add 300 HP for players.... item_begin armor 10719 [HP_max_Tatoo1] item_type=armor slot_bit_type={underwear} armor_type=none etcitem_type=none recipe_id=0 blessed=0 weight=10 default_action=action_equip consume_type=consume_type_normal initial_count=1 maximum_count=1 soulshot_count=0 spiritshot_count=0 reduced_soulshot={} reduced_spiritshot={} reduced_mp_consume={} immediate_effect=1 price=1 default_price=500 item_skill=[HP_max_Tatoo1] critical_attack_skill=[none] attack_skill=[none] magic_skill=[none] item_skill_enchanted_four=[none] material_type=wood crystal_type=s crystal_count=10 is_trade=0 is_drop=0 is_destruct=1 physical_damage=0 random_damage=0 weapon_type=none can_penetrate=0 critical=0 hit_modify=0 avoid_modify=0 dual_fhit_rate=0 shield_defense=0 shield_defense_rate=0 attack_range=0 damage_range={} attack_speed=0 reuse_delay=0 mp_consume=0 magical_damage=0 durability=90 damaged=0 physical_defense=0 magical_defense=0 mp_bonus=0 category={} enchanted=0 html=[item_default.htm] equip_pet={0} magic_weapon=0 enchant_enable=0 can_equip_sex=-1 can_equip_race={} can_equip_change_class=-1 can_equip_class={} can_equip_agit=-1 can_equip_castle=-1 can_equip_castle_num={} can_equip_clan_leader=-1 can_equip_clan_level=-1 can_equip_hero=-1 can_equip_nobless=-1 can_equip_chaotic=-1 item_end skill_begin skill_name=[HP_max_Tatoo1] skill_id=10633 level=1 operate_type=P effect={{p_max_hp;300;diff}} skill_end
  19. yeah,criticalError,i knew it...but im sure its not works,i dont know why....
  20. hey,CriticalError,about Ice Armor (96) [Interlude] and Fire Armor(95),there is no UTX files,only ICON utx...so maybe you forgot update utx files? https://imgur.com/YvEJiKL
  21. i use vang's IL pack...the summoned only 20mins...how to extend this time to 1hour?
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock