Jump to content

mcbigmac

Members
  • Posts

    1,245
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by mcbigmac

  1. Go check any REG Script and copy the logic?
  2. Since i'm super nice, you could start here:
  3. My answer was to L2Off. Maybe you don't quite realize who's answering you. Now the conundrum for your little brain - what did i mean? PS: Read a little about Extenders, and how un-managed programming languages work.
  4. Wait. You know how to remove books from requirements - yet you won't do it? Fuck off - your the reason l2off died. That and fr3dbr.
  5. Seriously? Aren't you supposed to be a pro l2j dev? In the bloody server - where else.
  6. So...you can't figure out - with the general intelligence of a modern human being in the computing social media script age - to remove book requirements for skills by looking around the server files? ...We'll i'm at a loss for words.
  7. Check: lin2db.dbo.server If you can't setup by guide - it's going to be hard to run a l2off server. Especially a C1 smeli base.
  8. oh for fucks sake.
  9. It's not about a platform - it's about fixing NCSoft's "whoopsies" in the code. But you can pm me on skype: mcbigmac if you want :)
  10. Symptom of your precious L2J scene - no doubt? ;) Seems to me both L2J and L2Off lack intelligence...unless you're a russian of course.
  11. Yes it was L2-Off. Not that anyone cared - for either high or low rate.
  12. 1. Search the forum for Ext Demo by Anarchy. 2. Search for autolearn. 3. Quit L2Off because apparently you cannot use the fukkin search function.
  13. Or you could pay someone to fix the exploits who has knowledge of C4. Like me. .... i don't do scripts and crap tho - only extender work.
  14. I just wanted to know - how do you expect to get anything accomplished - when you can't see things right infront of your bloody eyes? Seriously? MXC isn't full of scammers anymore - it's people that WANT to be scammed.
  15. ...did you not read my post? They rent setups - they do not sell the files to you. Last time they did that GF leaked - which is not good business. What is good business is renting them on closed secure servers for big brand names like Dex or other RU servers - for a big monthly payment + % of donations.
  16. L2Off: Won't happen for the same reason h5 hasn't leaked publicly from the Ru-Sellers\Innova insiders. GF only leaked because they SOLD the physical\logical files to rpgclub. Now they're in the SaaS business ;)
  17. Still looking - really no one has any pack no matter how crap ?
  18. Yes, the original full leak C4 PTS leak is total crap. It's not what EVERYTHING before GF was based on. Let's get tons of crappy idiots who don't know shit about the structure of the anything L2Off - to touch scripts and mess it up. Good choice. Secondly it's Postpacific - not ragezone C1>C4 pack. Will you MXC people ever learn anything?
  19. http://www.4shared.com/archive/gIEechaW/PP-IRC-C4Retail.html
  20. Already have most info in the ext already - Learn and stop being lazy as smeli would say. typedef void (__thiscall *USER_DIED) (DWORD * pUser); static USER_DIED Die = (USER_DIED)0x004ef010; typedef void (__thiscall *USER_KARMA) (DWORD * pUser, DWORD iKarma); static USER_KARMA SetKarma = (USER_KARMA)0x004ea990; defined in L2Server.h WriteMemory32(0x602E70, DieHook); void DieHook( DWORD *pUser) { SetKarma(pUser,999); Die(pUser); SetKarma(pUser,0); } Simple hook, simple fast way to test without worrying about structs and anything.
  21. Forcing a PK status != players dropping items. Altho if you just want players to always drop items - one could perhaps just hook User::Die, set PK Flag \ Attack Flag - call the original function and set back to original values. That would be fairly simple - even for any cosmestic effects that would happen. Your end result would be the same - players drop items when dying no matter what.
  22. 1. You sound like a dumbass. 2. No one except Smeli has worked on c1 since 2007; This means no one has structure research on objects user\cinventory\citem etc. That'd probably be some nuisance research work - to iterate thru the shareditemindex just to drop some damn items (Assuming smeli's pack is still chaos as fuck and nothing is structured). 3. Besides me - i doubt there's ANYONE active anymore that can actually work with extenders in L2Off. English scene atleast. So why should anyone - do it for you? And for what 40E? L2Off != L2J. Seek out smeli, and bug him - no one else with knowledge would bother with c1-
  23. ....or you could pm me or skype me or msn me. if you have something - i'm interested. Simple.
  24. No one has a pack + source for GoD++? Even if it's remarkebly unfinished shitty ? - i'm not relaly looking for a "complete working" pack.
×
×
  • Create New...