Jump to content

Anarchy

Members
  • Posts

    566
  • Credits

  • Joined

  • Last visited

  • Days Won

    21
  • Feedback

    0%

Everything posted by Anarchy

  1. what's there to discuss? "all big servers run advext interesting don't you think? here's links where you can buy it too" it's an advertisement topic not a discussion topic, there's nothing interesting or surprising that all the big l2off servers are advext cuz there's no other game in town it's advext or nothing (unless you got ur own dev which no one does anymore)
  2. yeah but 99.9% chance they're advext which means they don't have control over fixing that issue cuz advext will be the ones who put the chance in not those guys, and advext sure as shit aint gonna make changes to an algorithm like that for nobodys just cuz some players whine about it
  3. yeah i wouldnt trust much on rpgclub to be like retail, i've seen the dumb custom shit they have in their extender to "fix" retail behaviours that they don't like, also, they're actually correct - this is from highfive off l2server.exe (not c4 or gf extender fake one, actual highfive one) this is from CCreature::GotDamageBy function, guess what that 206 means? :D [ab_real_target] = 206 abnormal type for real target, so yes there is a chance it can cancel it
  4. yeah but players are retarded and wouldn't know what's retail if an ncsoft dev came and told em, there's literally servers running 100% retail files straight off ncsoft's servers and players still complain that a bunch of shit isn't retail cuz some l2j server they played once wasn't like that
  5. not really surprised it happened though, closing off the project was always gonna end up like this cuz you get people who you think are there to contribute but actually are there for personal gain meanwhile others who might've actually contributed aren't much interested anymore
  6. surely this should be in marketplace? i mean this is literally just an ad topic
  7. getting the timing right to have it work 100% of the time for 100% of players is not likely gonna be possible, but this implemented via raidserver yeah that'd actually be pretty cool not gonna lie
  8. functions from the event object (myself) or the global object (gg) don't have myself./gg. to call them, thats just how it works :D using a defined parameter in the AI class is only really useful if you plan on changing it later and want an easier way to edit it, or if you want to set those parameters via npcdata or npcpos, otherwise just using the id is fine, but you can also use the pch name for it, so OwnItemCount(talker, @adena) as for what it errors on you, could just be it doesn't like your spacing on it, so try just int myItemID = 57; which you can also use the pch name on, so int myItemID = @adena; should work too the l2off parsers are very bitchy about formatting :D
  9. same kind of retard who keeps playing this guy's servers over and over and over when they 100% know the servers are by this same guy and 100% know they gonna be corrupt and sell OP shit again and again and again ¯\_(ツ)_/¯ "why all l2 servers so crap and corrupt and only last a week" *only plays on worst most corrupt plug&play l2j crap which exists* "i don't get it :c"
  10. my god you're retarded a bot BOY automates a process which you would otherwise have to do yourself manually so you fucknut, you can call it whatever the fuck you want you still want to bot augment and enchant which NO ONE on this entire forum has a problem with so you just come off as some pretentious dumbass when trying to say "i dont wanna bot i just wanna bot enchant and augment but it's not really a bot!!1" jesus
  11. "i dont wanna bot i just wanna bot" boy don't try and say you not trying to bot when you asking how to get a bot interface working on a cheater forum be real that server runs smartguard so you almost certainly not gonna find any useful help on here (for free anyway) bypasses for file checks on that are gonna be $$$
  12. wtf is dreamguard :D which server runs it, never heard of it
  13. pay_stat = 0 block_flag2 = 1 block_flag2 = 2 blog_flag2 = 4 non-existant system msg block_flag2 = 8 i stopped checking after 8 i dunno how high the bits go but i always use 8, client probably has more error msgs than that, also setting block_flag (instead of block_flag2) appears to just prevent login without any message to the client ncsoft authd has a lot of features like that + login_flags for gm etc which is why i still use it rather than hauthd, only purpose i had for hauthd was proxies but in the end i just made my own ext for the gf authd and added proxy support to it so don'th ave any real use for hauthd these days, plus never really trust any software from hint anyway :D
  14. maybe with hauthd, definitely not with ncsoft authd
  15. pay_stat works but way to show ban msg to the client is block_flag2, i forget exactly what the bits are for it cuz ncsoft changes them so damn often but i use block_flag2=8 for highfive and it sends "violation of EULA" message at login
  16. and yet as this topic is evidence of, this shit isn't decent either :D so why the fuck they go back to these garbage over the other garbage? what could those guys possibly have that makes the garbage stink low enough that the players tolerate it? :D cuz i just don't see it i;ve even tried playing some of the above mentioned ones and the shit boggles my mind man
  17. i just don't get it :D people know these servers are by the same guys, they know it's corrupt as shit, they keep catching them being corrupt as shit, but the players keep going back?!???! wtf kind of magic pixy dust does these servers got, i dunno whats so special about them that people put up with this shit and keep going back, as if any l2j plug and play pack actually has something unique that's worth it ....
  18. why is there all this garbage java shitcode in the l2off section take it back where it belongs pls YOU can't, there is no tutorial, you want classic l2off server then you gotta prepare a fat stack of benjamins (that means a lot of money for those who are english-challenged) and rent the files from one of the russian guys. HOWEVER - i get the feeling you're actually after a classic l2j pack and instructions on how to use that garbage, in which case you're posting in the wrong section this is section for l2off files you won't get any help with that here
  19. low rate if done properly but you'll still have everyone quit after end of first oly period that's just how it works now l2* :D lineage is 1 word it's not line age :p
  20. i'm just gonna face-desk and leave the topic guys updaters just aren't that complicated that's the last ima say on it :D
  21. except you're still saying "yes if only system" lol
  22. dude you don't understand what he's saying, you dont JUST check hash, you're not comparing hash of itemname-e.dat to LineageMonsters5.ukx so collision even between files doesn't matter
  23. i just don't get this obsession with overengineering a god damn updater :D it's just not that critical guys, if it works no one gives a shit players aint gonna notice the difference between secure vs not secure damn hash algo wtf
  24. bro, it's an updater not a crypto application wtf file hashing doesn't need to be secure if you're only checking if a file is out of date or not, updaters aren't implementing forced file validation to stop people doing ini hacks so why would u care this much? use adler32 from zlib and done, fastest you'll find with relatively low collision rate for any file you're gonna encounter in l2, jesus christ guys
  25. lol man md5 is not something you should be bragging about
×
×
  • Create New...