-
Posts
1,671 -
Credits
0 -
Joined
-
Last visited
-
Days Won
6 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by pirama
-
WTB Wtb Autodonation Sistem Paypal
pirama replied to sawczuk's topic in Marketplace [L2Packs & Files]
they talk about INGAME paypal system if you read the question not with browser and i think only scamers maybe to use one system like this in servers -
WTB Wtb Autodonation Sistem Paypal
pirama replied to sawczuk's topic in Marketplace [L2Packs & Files]
lol think before ask everything like this .... how user can trust you for use ingame username and password of the paypal ? -
Discussion Smart Fake Players Engine?
pirama replied to Elfo's topic in Server Development Discussion [L2J]
i think is low price ... but you can't derided real players this engine can be smart but is not human never always is like as bot ... if you add and message then all know ( is fake player ) -
Help Bug Teleport Block Healers In Pvpzone
pirama replied to nortim's question in Request Server Development Help [L2J]
if you have time give me on pm your id and pass from team viewer for i see if i can help you Edit: i wait 30 minute i can't more sorry ... -
Help Bug Teleport Block Healers In Pvpzone
pirama replied to nortim's question in Request Server Development Help [L2J]
[gr] an den kanw lathos kai me ActionFailed.STATIC_PACKET tha ksekolage ... tespa afoy sas doulepse etsi kai iste ikanopihmeni .. gj :) -
Help Bug Teleport Block Healers In Pvpzone
pirama replied to nortim's question in Request Server Development Help [L2J]
code is shit without return ... you use this check for stop the enter on zone, but without return dont stop method onEnter and let it to start flag and other [gr] o codikas mpori se kapio pack na douleyh xoris ayto na simeni oti o codikas einai sosta gramenos kai gia na sto dosw na to katalabis kai me paradigma einai san na min xrisimopihs break se for public L2PcInstance getMe(L2PcInstance eimai) { L2PcInstance player = null; for(L2PcInstance egw : listplayers) { if(egw.equals(eimai) player = egw; } return player; } kai public L2PcInstance getMe(L2PcInstance eimai) { L2PcInstance player = null; for(L2PcInstance egw : listplayers) { if(egw.equals(eimai) { player = egw; break; } } return player; } tha dosoun to idio apotelesma o sostos tropos einai o deyteros me to break poso malon stis zone pou meta ton elenxo setaris kai alla ston paixti ... kai ksana lew mpori na douleyh opos les se allo pack ( alla ayto den simeni oti einai kai sosta gramenos o codikas ) -
Help Bug Teleport Block Healers In Pvpzone
pirama replied to nortim's question in Request Server Development Help [L2J]
is simple example for how you can use return command on java ... if you need more command add it before return ... 2 days for 1 return gj boys :) -
Help Bug Teleport Block Healers In Pvpzone
pirama replied to nortim's question in Request Server Development Help [L2J]
if you read all post http://www.maxcheaters.com/topic/213502-block-bs-in-flagzone/page-2 i tell you is missing return or else for all next @Override protected void onEnter(L2Character character) { +if (character instanceof L2PcInstance) +{ + L2PcInstance _player = (L2PcInstance)character; + final int[] supporters = {15,16,29,30,42,43,97,105,112,115,136,116}; // support classes ID's + for (int act : supporters) + if (_player.getActiveClass() == act) + { + _player.sendMessage("You can't enter in flag zone with a support class."); + _player.teleToLocation(83417 + Rnd.get(101) - 50, 149028 + Rnd.get(101) - 50, -3408); + return; + } +} -
Help Block Bs In Flagzone
pirama replied to nortim's question in Request Server Development Help [L2J]
i think you fail again :) you need to add return; or else for all other -
Share New Map For Interlude (Updated Regions)
pirama replied to Celestine's topic in Client Development Discussion
very nice job :) -
if you see all is from same user for stupid reasons ... good job !
-
Help Me Decompile This Classic 2.0 Core.jar
pirama replied to MiaTa's question in Request Server Development Help [L2J]
[gr] twra xriazete na ta doulepsis ta files gia na mporesis na ta kanis compile an thes na kanis sigkekrimena edit se 1-2 arxia prepei na kanis new builder na diorthosis ta arxia kai meta to compile toys na ta riksis pali mesa sto arxiko jar -
Help Me Decompile This Classic 2.0 Core.jar
pirama replied to MiaTa's question in Request Server Development Help [L2J]
get it core -
i think have different engines like instance / fortress / territory if you don't know how work ( retail ) ... how you can fix bugs on them ? they know how work Interlude and H5 retail and sell fix of them :) gj on your Topic Reborn12
-
better by gevor maybe ( great pack never ) you can see and my video :P
- 19 replies
-
- LATEST REV
- VANGANTH
-
(and 2 more)
Tagged with:
-
you said great pack L2Aaron and i have share video 6 minute with this fail server ( L2Aaron )
- 19 replies
-
- LATEST REV
- VANGANTH
-
(and 2 more)
Tagged with:
-
untrustworthy seller with minimal knowledge on L2
- 19 replies
-
- LATEST REV
- VANGANTH
-
(and 2 more)
Tagged with:
-
Help Problem With Healing Boss
pirama replied to lordvenancio's question in Request Server Development Help [L2OFF]
i thing on official player's can heal Boss ... or i'm fault ? -
[gr] den stelnis link apo ton server na mporesoume na doume toylaxiston pio protection exei ? episis zitas kapion na kseri na ftiaksi new bot kai ta 200 einai polla ? ( kai einai ena aplo programa ? )
-
[gr] gt xrisimopihs to getDifferentInstanceObjects() kai den bazis ta check katheythian pio pano pou kani remove kai add ta object ? den xriazete na treksis ali for episis den xriazete na pas sto attackable kai sto pcinstance kai na kanis item.setInstanceId(getInstanceId()) mporis apla na to setaris sto ItemInstance stin methodo dropMe ( apla gia na min epenalambanis ) public final void dropMe(L2Character dropper, int x, int y, int z) { + setDimension(dropper.getDimension()); ThreadPool.execute(new ItemDropTask(this, dropper, x, y, z)); } kata ta alla wraios code [/gr] ty for share
-
Discussion Rguard For Interlude
pirama replied to edawid's question in Request Server Development Help [L2J]
unsigned int GetSendPacketAddress(void) { HMODULE hEngine = LoadLibraryA("engine.dll"); unsigned int UNHandlerTable = (unsigned int)GetProcAddress(hEngine, "??_7UNetworkHandler@@6BUObject@@@"); return (UNHandlerTable + 0x48) + 0x68; } -
Code Acis Faction System [Unlimited Factions]
pirama replied to AccessDenied's topic in Server Shares & Files [L2J]
sure ... but author is banned ... -
Request Αίτημα Για Βοηθεια Με Cancel Kai Lethal/half-Kill
pirama replied to SawnMC's question in Request Server Development Help [Greek]
to proto soy thema einai eykolo tha pas sta skill halder kai tha bris to simio pou to cancel perni ta skill pou tha sbisi kai prin kani to stopeffect tha ta apothikeyhs se mia lista sto L2PcInstance kai tha ksekinas enan thread gia na ta ksana kani add ston paixti twra sto deytero thema otan kanis to instance me ta party otan kani to teleport ( prin to spawn ) kane mia anazitisi sto party gia to pia char class einai sto party kai an exei dagger class tote kane spawn mob me megalitero accuracy -
Share Catacombs / Necropolis Edited Maps & Fog/cruma/mos/it
pirama replied to Celestine's topic in Client Development Discussion
nice share ty :) -
Help Pws Bgazoume To Ban
pirama replied to ☂ ๖ۣۜYin ๖ۣۜYang ☂'s topic in Request Hacks & Cheats [Greek]
otan tros ban me elenxo Hwid simeni oti o client stelni ston server kapia stixia toy pc soy sinithos einai HDD / CPU / MAC twra apo ki kai pera gia na kanis parakamsi ston server ( prepei na bris pos ta diaxirizete ) an ypothesoume oti to pc sou stelni ayta : HDD = jw38jw CPU = aiisis MAC = jseue protos tropos apothikeysis einai ola mazi px : HDD+CPU+MAC = jw38jwaiisisjseue simeni pos an allaksoume ena apo ayta mporoume na logaroume ksana ston server an omos ta apothikeyh ksexorista tote simeni pos prepei na ta allaksoume ola an einai me dimiourgia arxiou sto appdata tote einai pio eykolo na to parakamsis diagrafontas to arxio ( an mpori na brethi ) dimiourgontas allo user ( etsi oste na kani new file sto appdata ) twra an apothikeyete allou to pio eykolo einai to format :P