Jump to content

deMEV

Legendary Member
  • Posts

    894
  • Credits

  • Joined

  • Last visited

  • Days Won

    233
  • Feedback

    100%

Everything posted by deMEV

  1. Nothing changed. use 10.8.8
  2. work fine 31.08.2009 GMT+2 12:49
  3. oo DN DN :D best for cata\necro - 3 Tyrant's, 1 Warc, 1 Bish Shillen Elder, spoiler (tyrant's in majestic, warc too, bp SE too) and STUN is not a problem :D
  4. One Question for all ppl.. DO you want HOLES in roofs? or leave as is (without holes)?
  5. I think i reduce size to 12k*12k then 8k*8k then 4k*4k then 2k*2k and in the last 900*900 pixels For people who's need Highest Quality i leave 12k*12k (8*8 and 4*4) ;) For other ppl who don't need HQ maps, i make low quality versions -> 2k*2k (1k*1k) and 900px*900px
  6. OK PPL, let's get started. Fresh and clean without SPAM!!!! ;D [2048*2048] OGG Walker MAPS: http://www.aden.rarus.us/maps_hq/ FULL PACK HQ MAPS: http://www.aden.rarus.us/maps_hq/maps_hq.rar [900*900] OGG\IG Walker MAPS: http://www.aden.rarus.us/maps/ FULL PACK STANDART MAPS: http://www.aden.rarus.us/maps/standart_maps.rar LINEAGE 2 RESPAWN POINTS FOR CITIES: http://www.aden.rarus.us/maps/resppoints.zip deMEV production presents: First color map in the world, in HIGH RESOLUTION: 21_19 Elven Village Screen: DOWNLOAD: 8000*8000: http://aden.rarus.us/maps_color/21_19_elven_village/8000_8000/21_19.rar 4096*4096: http://aden.rarus.us/maps_color/21_19_elven_village/4096_4096/21_19.rar 2048*2048: http://aden.rarus.us/maps_color/21_19_elven_village/2048_2048/21_19.rar 1024*1024: http://aden.rarus.us/maps_color/21_19_elven_village/1024_1024/21_19.rar GIRAN TOWN: DOWNLOAD: 8000*8000: http://aden.rarus.us/maps_color/22_22_giran_area/8000_8000/22_22.rar 4096*4096: http://aden.rarus.us/maps_color/22_22_giran_area/4096_4096/22_22.rar 2048*2048: http://aden.rarus.us/maps_color/22_22_giran_area/2048_2048/22_22.rar 1024*1024: http://aden.rarus.us/maps_color/22_22_giran_area/1024_1024/22_22.rar Video: http://www.aden.rarus.us/22_22_giran.avi 24_23 Isle of Prayer Screen: DOWNLOAD: 8000*8000: http://aden.rarus.us/maps_color/24_23_iop/8000_8000/24_23.rar 4096*4096: http://aden.rarus.us/maps_color/24_23_iop/4096_4096/24_23.rar 2048*2048: http://aden.rarus.us/maps_color/24_23_iop/2048_2048/24_23.rar 1024*1024: http://aden.rarus.us/maps_color/24_23_iop/1024_1024/24_23.rar Video: http://www.aden.rarus.us/24_23_iop.avi 24_22 Isle of Prayer (part 2) Screen: DOWNLOAD: 1024*1024: http://www.aden.rarus.us/maps_color/24_22_iop2/1024_1024/24_22.rar 2048*2048: http://www.aden.rarus.us/maps_color/24_22_iop2/2048_2048/24_22.rar 4096*4096: http://www.aden.rarus.us/maps_color/24_22_iop2/4096_4096/24_22.rar 8000*8000: http://www.aden.rarus.us/maps_color/24_22_iop2/8000_8000/24_22.rar mpj123 edit: Please KEEP THIS TOPIC SPAM FREE. Karma deductions and bans will be issued to serious offenders.
  7. This is not work on DN - fixed. Fixed on last vampire dll's (That why i share it to public) Only PTS, don't try on java servers...
  8. //WH Dupe Script by RaRus. 2008 // // How to use! // 1. You need clean wh. // 2. You need item what you want to dupe first in the wh deposit list. // How to do it: // (Deposit your item what you want to dupe and withdraw it. // You will have this item first in inv and deposit list). // 3. Run the script using L2phx // 4. Target a wh and try 'Deposit Item (Private Warehouse)' // Script will deposit first item to wh // 5. Do 'Withdraw Item (Private Warehouse)' // (First time you will get msg : 'Dupe items: DB1(), DB2()' // That means items is dupes.. Do it some times and you will get msg: // 'WithDraw Duped: Amount()' Ok, dupe is done. // 5575 = Ancient Adena // 9374 = Donator Coin // 6029 = Lunargent // 1374 = Greater Haste Potion var dbid1,dbid2,am1,am2,dbid1_d,am1_d,ammount_d,whtype,ItemID,i,type:integer; const MIN=4; // Min amount of items.(you need to have MIN+1) MAX=999; // Max amount of items (for AA or Adena can be more). ID=9374; // ID of item what you want to dupe. procedure Msg(msg:string); begin buf:=#$4A; WriteD(0); WriteD(9); WriteS('RaRus'); WriteS(msg); SendToClient; end; procedure WithDraw2(OID,OID2,amountp:integer); begin buf:=#$32; WriteD(3); WriteD(OID); WriteD(amountp); WriteD(OID2); WriteD(1); WriteD(OID2); WriteD(1); SendToServer; buf:=#$32; WriteD(3); WriteD(OID); WriteD(amountp); WriteD(OID2); WriteD(1); WriteD(OID2); WriteD(1); SendToServer; end; procedure DepItems(OID,amountp:integer); begin buf:=#$31; WriteD(2); WriteD(OID); WriteD(amountp); WriteD(OID); WriteD(1); SendToServer; end; procedure WithDrawDuped(OID,amountp:integer); begin buf:=#$32; WriteD(1); WriteD(OID); WriteD(amountp); SendToServer; end; begin if FromServer and (pck[1]=#$41) then begin ItemID:=ReadD(16); am1_d:=ReadD(20); dbid1_d:=ReadD(38); if ((ItemID) = ID) then begin if ((am1_d) > MIN) then begin ammount_d:=am1_d-3; DepItems(dbid1_d,ammount_d); Msg('Deposit items: DB1('+IntToStr(dbid1_d)+'), Amount('+IntToStr(ammount_d)+')'); end; if ((am1_d) < MIN) then begin Msg('Deposit error: Amount('+IntToStr(am1_d)+')'); end; if ((am1_d) > MAX) then begin Msg('Deposit error: Amount('+IntToStr(am1_d)+')'); end; end; end; if FromServer and (pck[1]=#$42) then // Withdraw begin whtype:=ReadH(8); //this is not a smile, this is number 8 and symbol ) am1:=ReadD(20); am2:=ReadD(60); dbid1:=ReadD(38); dbid2:=ReadD(78); if ((am2) = 0) and ((am1) > 0) then begin WithDrawDuped(dbid1,am1); Msg('WithDraw Duped: Amount('+IntToStr(am1)+')'); end; if ((am2) > 0 ) and ((whtype) = 2 ) then begin WithDraw2(dbid1,dbid2,am1); Msg('Dupe items: DB1('+IntToStr(dbid1)+'), DB2('+IntToStr(dbid2)+'), Amount('+IntToStr(am1)+')'); end; if ((whtype) = 1 ) and ((am1) = 0) then begin Msg('WithDraw error: Amount('+IntToStr(am1)+')'); end; if ((am1) > MAX) then begin Msg('WithDraw error: Amount more than MAX ('+IntToStr(am1)+')'); end; end; end. Work on all PTS (without fix)
  9. HQ maps for L2Walker ( 2048*2048 ) Download: http://www.aden-territory.com/maps_hq/12_24.rar http://www.aden-territory.com/maps_hq/12_24_1.rar http://www.aden-territory.com/maps_hq/12_25.rar http://www.aden-territory.com/maps_hq/13_24.rar http://www.aden-territory.com/maps_hq/13_25.rar http://www.aden-territory.com/maps_hq/14_24.rar http://www.aden-territory.com/maps_hq/14_24_1.rar http://www.aden-territory.com/maps_hq/14_25.rar http://www.aden-territory.com/maps_hq/15_25.rar http://www.aden-territory.com/maps_hq/16_11.rar http://www.aden-territory.com/maps_hq/16_12.rar http://www.aden-territory.com/maps_hq/16_20_1.rar http://www.aden-territory.com/maps_hq/16_21.rar http://www.aden-territory.com/maps_hq/17_10.rar http://www.aden-territory.com/maps_hq/17_11.rar http://www.aden-territory.com/maps_hq/17_15_1.rar http://www.aden-territory.com/maps_hq/17_17.rar http://www.aden-territory.com/maps_hq/17_19_1.rar http://www.aden-territory.com/maps_hq/17_20_1.rar http://www.aden-territory.com/maps_hq/17_21_1.rar http://www.aden-territory.com/maps_hq/18_10.rar http://www.aden-territory.com/maps_hq/18_11.rar http://www.aden-territory.com/maps_hq/18_20_1.rar http://www.aden-territory.com/maps_hq/18_24_1.rar http://www.aden-territory.com/maps_hq/19_10.rar http://www.aden-territory.com/maps_hq/19_11.rar http://www.aden-territory.com/maps_hq/19_18_1.rar http://www.aden-territory.com/maps_hq/19_20_1.rar http://www.aden-territory.com/maps_hq/19_23_1.rar http://www.aden-territory.com/maps_hq/20_10.rar http://www.aden-territory.com/maps_hq/20_11.rar http://www.aden-territory.com/maps_hq/20_21_1.rar http://www.aden-territory.com/maps_hq/20_21_2.rar http://www.aden-territory.com/maps_hq/21_11.rar http://www.aden-territory.com/maps_hq/21_21_1.rar http://www.aden-territory.com/maps_hq/21_23_1.rar http://www.aden-territory.com/maps_hq/22_24_1.rar http://www.aden-territory.com/maps_hq/22_25_1.rar http://www.aden-territory.com/maps_hq/23_15_1.rar http://www.aden-territory.com/maps_hq/24_20_1.rar http://www.aden-territory.com/maps_hq/24_21.rar http://www.aden-territory.com/maps_hq/25_17_1.rar All in one: http://www.aden-territory.com/maps_hq/maps_hq.rar
  10. My Exploit is only for PTS, and 100% works in retail C4 base... But this is already public. Mb i will share some private, its a time ^^ All Exploits by RaRus (MagicIllusion)
  11. Already posted here http://www.maxcheaters.com/forum/index.php?topic=41791.0 And not, its not work on dn.
  12. MAPS High Definition version (only for sale): Demo: http://rapidshare.com/files/186178662/19_23_1.bmp http://rapidshare.com/files/184852135/24_21.bmp 100% compatible with L2Walker For purchase mailto: demev@demev.net
  13. For sure fixed on dn. this dupe is only for PTS, don't try on java
  14. [Hidden Content]
  15. My best friend RaRus (from aden-territory.com/forum/ give all this sh(i)t to me :)
  16. [Hidden Content]
  17. я на Украине живу в Луганской области.
  18. Some question for cheaters, anyone know about Trade + Observer dupe? I want to know is he shared on this section or not? if not shared i can share.
  19. Only PTS C1-C6 + http://www.maxcheaters.com/forum/index.php?topic=14366.0 is mine.
  20. [Hidden Content] part2 is coming ^^
  21. You can try it on l2loyal.com this is clean C4 PTS + Amped. Work perfect Also, there is some 'trade dupes'
  22. New map added to 1st page (check for Download) 20_21_2 (Cruma Tower 2nd Floor) Screen:
  23. For what u need mysql db? You can write all into txt file.
  24. Old. Have many trade dupes.
  25. Yes freight. And its works on C6 too.
×
×
  • Create New...