Jump to content

sandeagle

Premium Member
  • Posts

    732
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by sandeagle

  1. my server use C4 off pack.coz Valakas and Antaras these two BOSS's cave exist some Geodata bugz...players could very easy to hurt these two boss.i think lots pplz know these things..so now i wanna to set these two boss spawned the same time,i means i wanna to spawn these two boss fixation time,like on 8:00am every two day...and i know this setting can use ai to control it...i found some hints,but im rly not good at Nasc...so plz some one could help me? some one tell me i can inherit this class...but i rly dont know how to do that! class 2 default_maker : (null) { parameter: int on_start_spawn = 1; handler: EventHandler ON_START(i0,def0) { if( on_start_spawn == 0 ) { return; } for( i0 = 0; i0 < myself.def_count; i0++ ) { def0 = myself::GetSpawnDefine( i0 ); if( gg::IsNull( def0 ) == 0 ) { if( myself::IncreaseTotal( def0.total ) ) { def0::IncCount( def0.total ); def0::Spawn( def0.total, 0 ); } } } } EventHandler ON_NPC_DELETED(deleted_def,i0,i1,maker0) { i0 = myself::DecreaseTotal( 1 ); i1 = deleted_def::DecCount( 1 ); if( deleted_def.respawn_time != 0 ) { if( myself::IncreaseTotal( 1 ) ) { deleted_def::IncCount( 1 ); deleted_def::Spawn( 1, deleted_def.respawn_time ); } } } EventHandler ON_SCRIPT_EVENT(script_event_arg1,script_event_arg2,script_event_arg3,def0,i0,i1) { switch( script_event_arg1 ) { case 1000: { for( i0 = 0; i0 < myself.def_count; i0++ ) { def0 = myself::GetSpawnDefine( i0 ); if( gg::IsNull( def0 ) == 0 ) { def0::Despawn(); } } break; } case 1001: { for( i0 = 0; i0 < myself.def_count; i0++ ) { def0 = myself::GetSpawnDefine( i0 ); if( gg::IsNull( def0 ) == 0 ) { i1 = ( def0.total - def0.npc_count ); if( i1 > 0 ) { if( myself::IncreaseTotal( i1 ) ) { def0::IncCount( i1 ); def0::Spawn( i1, script_event_arg2 ); } } } } break; } } } }
  2. this C4 ext is Freeware,you can get it on this site:http://www.mmocom.ru/
  3. rly thx for mcbigmac's reply...you said right,The L2CachePatch.dll was attached on cacheD...this is Russion's C4 ext...seems i have to contact author...
  4. required: 1,pack need through alive server test...no bugz.stablity... 2,better High Custom,like Faction pack..or other unique style pack... 3,class balance... My contact method:PM in forum or Skype Skype:kyle.lau007
  5. im useing C4 server pack and use EXT.dll & l2Patch.dll extenders,works good last weeks,but from yesterday my Cached server was crashed every 2 hours...im sure no DDOS...i guess some pplz know how to let my Cached server crashed... this is Cached server errorlog: minidump result : 0 Crashed Thread[21]. CRASH Deadlock or Super-Lag!!! CurrentTick[28010000] - DeadlockCheckerTick[27944203] = 65797 Server Up Time : Sat Aug 17 21:16:43 2013 Current Time : Sat Aug 17 23:32:46 2013 Elapsed Time : 0 days 2 hours 16 minutes 3 seconds IOBufferPool - 39986 / 40000, PendingWrite 0 bytes [0] [(4848) 2013/08/17 23:32:46]: ======================= an Access Violation in module L2CachePatch.dll at 0023:1001dedb. start at 2013/8/17 21:16:43 Write to location 00000000 caused an access violation. Registers: EAX=00000000 CS=0023 EIP=1001dedb EFLGS=00010246 EBX=04573164 SS=002b ESP=0580ff34 EBP=04067198 ECX=0000ae24 DS=002b ESI=01ab6610 FS=0053 EDX=02040718 ES=002b EDI=040e5310 GS=002b Bytes at CS:EIP: c7 00 01 00 00 00 8b 47 08 83 c4 10 83 40 54 ff Stack dump: Exception encountered during stack dump. GuardInfo : IOThread [0][83765] (good): VMbowh7r -> static bool RequestManipulateItem(CSocket* pSocket, const unsigned char* packet) -> CWareHouse::ManipulateItems(CSocket* pSocket, const unsigned char* packet) -> CItem::CommitTransation() -> bool CItem::Save(bool bForceSave) -> v6ih5mfz Lock Stack : RW WriteLock(85852552[51e0188]) IOThread [1][88984] (good): VMbowh7r -> static bool RequestManipulateItem(CSocket* pSocket, const unsigned char* packet) -> CWareHouse::ManipulateItems(CSocket* pSocket, const unsigned char* packet) -> CItem::CommitTransation() -> bool CItem::Save(bool bForceSave) -> v6ih5mfz Lock Stack : RW WriteLock(85842440[51dda08]) IOThread [2][95344] (good): VMbowh7r -> static bool UseItemPacket(CSocket* pSocket, const unsigned char* packet) -> bool CWareHouse::UseItem(CSocket* pSocket, const unsigned char* packet) -> v6ih5mfz Lock Stack : RW WriteLock(85839368[51dce08]) IOThread [3][98282] (good): VMbowh7r -> static bool UseItemPacket(CSocket* pSocket, const unsigned char* packet) -> bool CWareHouse::UseItem(CSocket* pSocket, const unsigned char* packet) -> v6ih5mfz Lock Stack : RW WriteLock(85820936[51d8608]) IOThread [4][102813] (good): VMbowh7r -> static bool RequestManipulateItem(CSocket* pSocket, const unsigned char* packet) -> CWareHouse::ManipulateItems(CSocket* pSocket, const unsigned char* packet) -> CItem::CommitTransation() -> bool CItem::Save(bool bForceSave) -> v6ih5mfz Lock Stack : RW WriteLock(85841416[51dd608]) IOThread [5][109547] (good): VMbowh7r -> static bool UseItemPacket(CSocket* pSocket, const unsigned char* packet) -> bool CWareHouse::UseItem(CSocket* pSocket, const unsigned char* packet) -> v6ih5mfz Lock Stack : RW WriteLock(85812872[51d6688]) IOThread [6][114282] (good): VMbowh7r -> static bool UseItemPacket(CSocket* pSocket, const unsigned char* packet) -> bool CWareHouse::UseItem(CSocket* pSocket, const unsigned char* packet) -> v6ih5mfz Lock Stack : RW WriteLock(88746160[54a28b0]) IOThread [7][115141] (good): VMbowh7r -> static bool UseItemPacket(CSocket* pSocket, const unsigned char* packet) -> bool CWareHouse::UseItem(CSocket* pSocket, const unsigned char* packet) -> v6ih5mfz Lock Stack : RW WriteLock(85818376[51d7c08]) IOThread [8][116297] (good): VMbowh7r -> static bool UseItemPacket(CSocket* pSocket, const unsigned char* packet) -> bool CWareHouse::UseItem(CSocket* pSocket, const unsigned char* packet) -> v6ih5mfz Lock Stack : RW WriteLock(85845128[51de488]) IOThread [9][116375] (good): VMbowh7r -> static bool UseItemPacket(CSocket* pSocket, const unsigned char* packet) -> bool CWareHouse::UseItem(CSocket* pSocket, const unsigned char* packet) -> v6ih5mfz Lock Stack : RW WriteLock(85815304[51d7008]) IOThread [10][117078] (good): VMbowh7r -> static bool RequestManipulateItem(CSocket* pSocket, const unsigned char* packet) -> CWareHouse::ManipulateItems(CSocket* pSocket, const unsigned char* packet) -> CItem::CommitTransation() -> bool CItem::Save(bool bForceSave) -> v6ih5mfz Lock Stack : RW WriteLock(88747696[54a2eb0]) IOThread [11][118078] (good): VMbowh7r -> static bool RequestManipulateItem(CSocket* pSocket, const unsigned char* packet) -> CWareHouse::ManipulateItems(CSocket* pSocket, const unsigned char* packet) -> CItem::CommitTransation() -> bool CItem::Save(bool bForceSave) -> v6ih5mfz Lock Stack : RW WriteLock(88745392[54a25b0]) IOThread [12][38516] (good): VMbowh7r Lock Stack : IOThread [13][38969] (good): VMbowh7r Lock Stack : IOThread [14][39297] (good): VMbowh7r Lock Stack : IOThread [15][39750] (good): VMbowh7r Lock Stack : ListenThread [21][58546] (ahehe): sX3kO4NH -> !!! deadlock or super-lag detected !!! Lock Stack : MainThread [20][8217360] (good): Lock Stack : GuardInfo end
  6. NeverMore™ ,can i say you are not a trusted guy??? i give you my source project,you said you will overed it in one week...but now i think 3 weeks later,you never give any messages about it... if you cant complete it,just tell me and leave a mesage for me...god... still waiting for your reply...
  7. hi,DarthVader...do you have high version pack like this IL setting??? i menas Triple Faction Server for H5...
  8. hi,guyz...i need a perfect h5 pvp pack... requirement: 1,high custom... 2,must be support chinese... 3,perfect,no bugz... Contact me on Mxc or Skype:kyle.lau007
  9. @Paradox: any infos about Interlude l2 off pack ??? and what about your L2GEO.RU HIGH FIVE GEODATA + PATHNODE ???is it Newest and fix any bug???like mobs could pass through the wall???
  10. Hi guyz,your lineage ru team's H5 pack include source???
  11. i have H5 weapons for C5,but cant works on C4 client.... any1 could help me to adapt it for C4?
  12. yeah..i think this guy is a scammer,a cheater....
  13. @ Auf: why not show us more infos & screemshots ???if you wanna to get our strusts you have to show us infos about your H5 pack....coz before you come here there are two guyz sell the same stuff at here. so plz prove your pack is better than the others...
  14. obviously,A Cheater... Skype: Auf149 god...russion guy.let me guess you are selling a overworld H5 pack,right?
  15. fokys,what about that overworld pack???i means you had not shared pack...
×
×
  • 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