sandeagle
VIP Member-
Posts
770 -
Joined
-
Last visited
-
Days Won
5 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by sandeagle
-
WTS Interlude Ready Server Source Pack Backup
sandeagle replied to Network's topic in Marketplace [L2Packs & Files]
can i say this is L2Koldex pack???haha -
[Help]Nasc Codez!
sandeagle replied to sandeagle's question in Request Server Development Help [L2OFF]
all right,anyway rly thx you guyz... -
[Help]Nasc Codez!
sandeagle replied to sandeagle's question in Request Server Development Help [L2OFF]
i use this tool.but its ok...yeah you are right the anti-virus software said it contain trojan,but i think its ok...if its ensure contain trojan,i will del it.. -
[Help]Nasc Codez!
sandeagle replied to sandeagle's question in Request Server Development Help [L2OFF]
1,in Valakas cave,players only stand on the wall step around the cave then attack Valakas,but Valakas cant attack them...this is not Geodata problem...right?i try to change Valakas attack range/skill range,but not a good idea.At last i change [Heart of Volcano] 's ai,teleport players in the centre of Valakas Cave.now player can not stand on the step(maybe players still can stuck on the step). 2,in Antharas cave,players can stuck on the antharas's spawn step(sorry,i dont know how to describe it,hope you can understand),this is Geodata problem.i had modified Geodata,but players still can stuck on the step.god. these two problem still exist on Interlude and CT2.3 off pack...you can try it... so at last i have to publish these things for all players,atleast all player know that,its fair for every player...now i wanna to spawn these two boss on same time,then all player have chance to hunt them.this is the reason i wanna to make this function... sorry for my bad english.plz help me... @ mcbigmac: yeah you are right,maybe daily respawn is good. gg :: GetDateTime (0, 0) returns the current year gg :: GetDateTime (0, 1) returns the current month gg :: GetDateTime (0, 2) returns the current day of the month gg :: GetDateTime (0, 3) returns the current hour gg :: GetDateTime (0, 4) returns the current minute gg :: GetDateTime (0, 5) returns the current second gg :: GetDateTime (0, 6) returns the day of the week. Monday - 1, Friday - 5. Weekend - dont know. NASC tool -
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; } } } }
-
Interlude 65x Server/L2Gold Style
sandeagle replied to L2Revision's topic in Marketplace [L2Packs & Files]
somthing like,but somthing not like... -
Cached Crashed every 2 hours!
sandeagle replied to sandeagle's question in Request Server Development Help [L2OFF]
this C4 ext is Freeware,you can get it on this site:http://www.mmocom.ru/ -
Cached Crashed every 2 hours!
sandeagle replied to sandeagle's question in Request Server Development Help [L2OFF]
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... -
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
-
Cached Crashed every 2 hours!
sandeagle posted a question in Request Server Development Help [L2OFF]
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 -
Share L2 Admin *selling Source Code
sandeagle replied to zodiark0's topic in Server Shares & Files [L2OFF]
well,seems this tools closed....bad news... -
Antibot system for farm and enchant
sandeagle replied to `NeverMore's topic in Marketplace [L2Packs & Files]
ok...i will wait.... -
Antibot system for farm and enchant
sandeagle replied to `NeverMore's topic in Marketplace [L2Packs & Files]
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... -
already added you on my skype...
-
seems this guy is not trusted.
-
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
-
@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???
-
Hi guyz,your lineage ru team's H5 pack include source???
-
[L2OFF][GF] Vanganth/Kation Server Files
sandeagle replied to Kumo's topic in Marketplace [L2Packs & Files]
Nop....its for GF client. -
L2OFF Gracia Final Vanganth's Pack - Legal License -
sandeagle replied to bartozord's topic in Marketplace [L2Packs & Files]
bartozord,do you know Vanganth's website??? -
i have H5 weapons for C5,but cant works on C4 client.... any1 could help me to adapt it for C4?
-
WTS Vision Team GOD only private (WTS)
sandeagle replied to Aya's topic in Marketplace [L2Packs & Files]
yeah..i think this guy is a scammer,a cheater....
