Jump to content

madocter

Members
  • Posts

    263
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by madocter

  1. :) he say he is scammer and trying get 250 usd for "classic from l2scripts" that probably he downloaded from mmo development or any forum , with the years i worked only with l2off and now by my first experience in java i can say all related to l2j smell like shit
  2. Thanks but on h5 client i get "files corrupted , please ful check !!! "
  3. vanganth domain expired and web down , its project closed ? -- where is list of vanganth ext commands ? like enable premium ? also what packet to enable premium on character ... regards
  4. Hello , after more than 1 year online project continue online for those who want experience c3 Lineage 2 c3 X4 : Online (Opening Date: 25 - 12 - 2014) Lineage 2 classic v.1 (c1) : pending.. Lineage 2 prelude 2003 : pending .. Im still in develipment for improve and push current c3 project while working on 2 parallel servers More details in forum :http://lineage2-classic.net/forum/index.php?showtopic=2223 Regards we hope count with you again ingame or in forum for participate in our doings or take a look around old c3 server to see how its going
  5. any clue ?
  6. its bullshit .... as critical error l2.exe should have dll attached Titanengine.dll can be ?
  7. One friend purchased depmax for an interlude project but on pack he received can be found only SQL scripts related to extender but not for server itself , so he must use C4 SQL , C6 SQL from any random pack he find ?. Also he is interested about how enable "premium/vip system" I ask here because support do not answer him not even in forum after 20 days ..
  8. wow i dont see the need for such elitist behavior . if people know how to do stuff they will not buy his shit extender so what you telling me ahahahah ? nobody born knowing
  9. :happyforever:
  10. I think this file is incomplete , it needs authport.dll & authport.ini and dll must be added to import table of l2.exe
  11. Hello someone have prelude live client . is not exe file , is an installer similar than c1,c2,c3 .... 0 - Lineage II - Prelude Beta/Setup.exe - 987.6Mb 1 - Lineage II - Prelude/lineage2 - prelude.iso - 1.0Gb //this one i need
  12. this can be usefull to chineese players i hearded that ncsoft closed support for lineage 1 , exist client in english .. ? i think i've downloaded one at ncsoft webapge at year 2006 pdt seems java
  13. How people call classic etheia bad downgraded with even c5 skills on supposed c1 server , where max skills should be up to level 58. Besides a npc who gives low level buffs to help players since dualbox is not allowned . do not exist other extra feature out of c3 also extra feature isnt a bad thing meanwhile not out of context however if you do not like find another server :)
  14. Nice code maybe i will take for myself :) will be great too any guide ncsoft artificial intelligence script compiler = nasc 2. but why use " i0 " is not used at other handlers ? i've tried create an int value at parameters but it fails like we forced to reuse existing... # Im doing rol event npc currently done wiseman who ask questions , princess who needs be rescued , and marauder that should be walking around roads of all map but create coordinates is weird. check private msq if you want use its working BTW here is code for giran asault by monsters http://pastebin.com/zr7AFkC0
  15. ## What its C1 ? ## A little brief about what means cronicle 1 : L2 project started at year 1998 first public release : prelude alpha beta 2002 < Prelude open beta 2003 < prelude live 2004 < C1 2004 - Level range: 1 - 75 - Items max grade: B (from level 52 to 61 , then you should consider use A but not exist yet) - Skill from level: 1 - 58 So we can say True C1 had content up to level 61 . From 61 to 75 nothing to do but a bridge to next cronicles content. (cronicle 2 and 3) ## Private C1 servers ## 2004 - 2005 using official C1 files stolen to NCsoft - client C1 2009 - 2014 l2c1.ru official C1 files extended - client C2 2009 - 2011 avalonas official C1 files extended by smeli and client C2 2011 to 2015 lineage2c1.com official C1 files by elhaym project and customized by smeli and client C2 485 The problem of lineage2c1.com and their brothers: -Long life project so players already ended all game content. -Protocol 485 not compatible with security frameworks so it had some IG bots ## Official Classic projects ## Since community of l2 show interest at old cronicles , currently exist some NCsoft classic projects from ncsoft and from inova -Korean Pay to play http://lineage2.plaync.com/classic/index -Japanese Pay to play http://www.ncsoft.jp/lineage2classic/gameIntro/startGuide2 -Russian Free to play https://ru.4game.com/lineage2classic -European Free to play https://eu.4game.com/lineage2classic Some of them are pay to play without donation system or either premium status and others free to play with donation system and premium accounts . ## Classic Server features: -Cronicle : last release. -Some content removed Classic client : -Cronicle : H5 last release. -Custom : game content removed and some equipment textures downgraded . map zones erased with clouds . interface still H5 What this means ? -Not secure because since its last release exist nice tools to hack and bot like l2tower , adrenaline ... -Not even C1 because all server internal functions are H5 core based . so all game mechanism will be based on H5 way. ## What its official classic ## -cronicle H5 mechanims -with B grade -Less rates -Less zones -Less skills -Posible to BOT -Many bugs -Nothing but a H5 bad downgraded
  16. Thanks for your interest tk422 Line 65 = an error this is not working code but a "preview" Line 259 can be physical state i dont know i get that teleportation function from vampire wizard a npc (when see a player teleport near him) Line 18 : Yes i use it to prevent npc being talked more than one time so players cant trick it. maybe im wrong but i believe it can work even if 2 players try to talk at same time About create a register - cookie is good idea , pity i dont know how such functions works Thanks also Zeeyo This is working code:
  17. Here is the working code NASC: Compiled: HTM Example:
  18. This should works.... myself::AddTimerEx( 1, 30 * 1000 ); //30 seconds ? EventHandler TIMER_FIRED_EX( timer_id ) { if( timer_id == 1 ) { myself::Despawn(); } super; }
  19. to create a npc that make questions to players that they must reply on specified time as i've told on topic :D
  20. First of all let you know im a little new to understand AI so have pacience if im missunderstanding something Im trying to create a npc for rol event who ask you one ripple and let player 15 seconds to repply before disappear. someone have clues about how create a timer ? i've tried to understand timer functions based on current npcs maded by ncsoft Here i will list timer functions i've found and comment how i think they works First function: myself::Say( "timer 4 . counting 60 seconds . addtimerex"); myself::AddTimerEx( 4, 60000 ); // i believe : (1 * 60 * 1000 = 1 min) . // is 4 the index ? Second: myself::Say( "i will count 15 . settimerperiodbytrick "); // I believe once specified time happends it return to run the next instruction ? SetTimerPeriodByTick(15); Third: myself::Say( "settimeperiod"); // setup a timer that when end enables " EventHandler TIMER_FIRED() " ? SetTimerPeriod(18); So can someone tell me accurated info about this ? . exist any documentation in english ? . Thanks in advance here is the entire code:
  21. Thanks :) Once we're done the parsher i will update this topic . Problem atm is not program itself but find a good AI decompiler that can recompile entire ai files . maybe we will need l2gmpanel control of xel procedure
  22. Critical you can implement other chronicle hats on c4 client ?
  23. russian l2 community have done a lot of work they still the first at development, so i dont know who is dead ...
  24. Hello many of us have a L2 project with custom rates , currently we count with tools to increase exp , drop , quest reward ,but not for quest item drop rate itself this means more than the 60% of quest are unusefull for players because in fact the chance to get quest item is X1 but rest of rates can be increased so player will get level and items by farming before he could end quest So im creating a tool that parshe AI and increase quest item drop chance . Features: Can change drop rates of all quest or specified ones. You can see a list with current quest and their drop items rates. Edit when you want any drop item chance or reset to its original state
  25. Seems to be simple but implement new mask from higher chronicles isn't an easy task. we are the first ones to implement it on c4 client to who have interest to adquire: skype: madocter - teoma4y icq & email : madocter@live.com
×
×
  • 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