mcbigmac
Members-
Posts
1,245 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by mcbigmac
-
[Help] Olympiad modding issue.
mcbigmac replied to xOutlaw's question in Request Server Development Help [L2OFF]
You can't do it, then. Plain & simple. -
(Why aren't there any epilogue servers?) A. Because it's not even remotely fully. You don't have Skill Transfer, you don't have mailsystem, you don't have new Skill Enchant system, you don't really have ANYTHING, except what GF server can read directly from Freya Script. B. (Try to make copy pasting Freya AI!) Actually we've already extended L2NPC to parse freya AI. Do you want me to tell you how many functions there are different, and how many are actually Used, by regular AI? You realize target is still offset 96, talker is still offset 40, and so on... Nothing has changed, only new stuff, which isn't used in 99% of all classes. ctrl+h, rename function id's and go :O C. You haven't made your own extender. You can't prove it, and you refuse to. Stop saying it. You've had every chance to show how you fix "res bug" or "dances exploit". Show the code.
-
A.Yes everyone can copy paste, and change the few extra params from Freya. It's not hard. It's basic mass data control. RegEx 101. B. You claim you have your own extender, but you don't. You claim your full epilogue, but your not your infact Gracia Final with addins where possible with pure script. ...and how do you plead? You can't show 1 piece of code to change 1 single thing, yet claim you can do it all yourself. ...right?
-
... so ask in your ext's forum or creator.
-
seriously, how the -beep- do you run a server? ...yes i got the effect name wrong, but still. you should go consider l2j or something. skill_begin skill_name = [s_expertise_d] /* [엑스퍼티즈 D] */ skill_id = 239 level = 1 operate_type = P magic_level = 20 self_effect = {} effect = {{p_remove_equip_penalty;d}} multi_class = 0 skill_end skill_begin skill_name = [s_expertise_c] /* [엑스퍼티즈 C] */ skill_id = 239 level = 2 operate_type = P magic_level = 40 self_effect = {} effect = {{p_remove_equip_penalty;c}} multi_class = 0 skill_end skill_begin skill_name = [s_expertise_b] /* [엑스퍼티즈 B] */ skill_id = 239 level = 3 operate_type = P magic_level = 52 self_effect = {} effect = {{p_remove_equip_penalty;b}} multi_class = 0 skill_end skill_begin skill_name = [s_expertise_a] /* [엑스퍼티즈 A] */ skill_id = 239 level = 4 operate_type = P magic_level = 61 self_effect = {} effect = {{p_remove_equip_penalty;a}} multi_class = 0 skill_end skill_begin skill_name = [s_expertise_s] /* [엑스퍼티즈 S] */ skill_id = 239 level = 5 operate_type = P magic_level = 76 self_effect = {} effect = {{p_remove_equip_penalty;s}} multi_class = 0 skill_end skill_begin skill_name = [s_expertise_s80] /* [엑스퍼티즈 S80] */ skill_id = 239 level = 6 operate_type = P magic_level = 80 self_effect = {} effect = {{p_remove_equip_penalty;s80}} multi_class = 0 skill_end skill_begin skill_name = [s_expertise_s84] /* [엑스퍼티즈 S84] */ skill_id = 239 level = 7 operate_type = P magic_level = 84 self_effect = {} effect = {{p_remove_equip_penalty;s84}} multi_class = 0 skill_end fighter_begin skill_begin /* [럭키] */ skill_name = [s_lucky] get_lv = 1 lv_up_sp = 0 auto_get = true item_needed = {} skill_end skill_begin /* [엑스퍼티즈 D] */ skill_name = [s_expertise_d] get_lv = 20 lv_up_sp = 0 auto_get = true item_needed = {} skill_end skill_begin /* [엑스퍼티즈 C] */ skill_name = [s_expertise_c] get_lv = 40 lv_up_sp = 0 auto_get = true item_needed = {} skill_end skill_begin /* [엑스퍼티즈 B] */ skill_name = [s_expertise_b] get_lv = 52 lv_up_sp = 0 auto_get = true item_needed = {} skill_end skill_begin /* [엑스퍼티즈 A] */ skill_name = [s_expertise_a] get_lv = 61 lv_up_sp = 0 auto_get = true item_needed = {} skill_end skill_begin /* [엑스퍼티즈 S] */ skill_name = [s_expertise_s] get_lv = 76 lv_up_sp = 0 auto_get = true item_needed = {} skill_end skill_begin /* [엑스퍼티즈 S80] */ skill_name = [s_expertise_s80] get_lv = 80 lv_up_sp = 0 auto_get = true item_needed = {} skill_end skill_begin /* [엑스퍼티즈 S84] */ skill_name = [s_expertise_s84] get_lv = 84 lv_up_sp = 0 auto_get = true item_needed = {} skill_end
-
Skill 239. effect:p_remove_grade_penalty. acquired by all skill base classes based on level. your skilacquire is messed. This is NOT an issue with the base leaked Gracia Final off pack. ...your other issue also doesn't exist and has NOTHING to do with ai.obj. You need to get the cleanly shared GF leak pack.
-
[Help] Olympiad modding issue.
mcbigmac replied to xOutlaw's question in Request Server Development Help [L2OFF]
L2Server. aka, you can't. ...doesn't it already do that however? by native c4? -
So, why won't you just shut us up, and show some code? A. Resurrection bug fix. B. Augmentation stat bonus stacking bug. C. Olympiad Points bug. D. Instance zone bug? E. Fishing Dupe bug? Show you've done something. Your just avoiding like a little bitch. Cause we are right. You copy pasted data, your not really epilogue. Data that is FREYA, not actually epilogue. But calling yourself freya would be to hypocritical wouldn't it? So your responce to our arguments is, not doing anything and sticking your head in the sand? Instead of proving what your claim with cold hard data? Your the problem with l2off today, you specificly. Players please wise up. Demand more...
-
I don't need to judge. Youd now this, if you KNEW l2off. There's less than 5 active "groups" of l2off extender developers in the western hemisphere. And he already lied. He promised full Epilogue. Yet, can't do the new skill enchant system or mail system or anything that requires actual coding. Only copy paste data in .txt from Freya Script to GF script. He's already saying he's not actually Epilogue, ..but using a modded system folder that's actually Gracia Final. ...yet you choose to believe him?
-
Stop lying. You cannot use the new skill enchant system with a 87 engine/PROTOCOL. -beep- your dumb. Neither can there be a mail system with a 87 engine you, retard. Your lying little dumbass. One that uses advext or vangath. Busted :O And...you know how many difference in packets there is from 83 to 87 to epilogue? ...your telling me you could only do 83 to 87...in your super duper extender. Right. PS: popquiz time extender man: 0x729EBA 0x95267D ...so these contain what :O?
-
....It's my duty to point out flat out lies. You do not have your own extender. Youve pasted gracia system on top of a epilogue client. Your lying to attract players. You don't have full Epilogue. You have no epilogue quests, you have no Mail System, you have no New Enchant skill system, no Day & Night Zaken, no new things, except perhaps some skills and mobs + populated areas. the most absolute basic part. You have nothing, but script obtained from Freya script leak and copy+paste. Prove me wrong and i'll apologize and hell ill even recommend this server ;)
-
[Question] Exp, Level and Drop
mcbigmac replied to Inken's question in Request Server Development Help [L2OFF]
mob ain't level 1 then. There are no script, calculations are hardcoded. Only base static values. -
[A lot of questions] GF euro off share
mcbigmac replied to Inken's question in Request Server Development Help [L2OFF]
watch_list.txt error for cached parsing in script. CacheD: Can't quite remember what it's used for tbh, it's logging related. Fairly unimportant for day to day operations. Auth: Hint = Hint's Auth Daemon AuthD/Authgated = retail l2server: 1. It does. 2. AI is, learn ai. npc: learn to use commands //hide will say //hide on/off ....perhaps you should consider you barking up the wrong alley, it's plain forward stuff some of it. -
l2 server is valid but..ERROR
mcbigmac replied to rajdzos's question in Request Server Development Help [L2OFF]
C4's builddate is sometime around 2006. Your processor was released in 2004. Either you don't have 64bit Windows, OR, your processor doesn't have the support of some of the instruction sets featured in processors from that time. -
l2 server is valid but..ERROR
mcbigmac replied to rajdzos's question in Request Server Development Help [L2OFF]
Almost ALL of the older celeron processors are not 64bit. Celeron D , models ending in XX1 or XX6. Also you need 64bit windows naturally. Get your processor's ID and full name. -
l2 server is valid but..ERROR
mcbigmac replied to rajdzos's question in Request Server Development Help [L2OFF]
64/32 bit. You cannot run a 64bit build application on a 32bit machine or a 32bit application on a 16bit machine for that matter. -
[HACK] Any Lineage ][ server[HACK]
mcbigmac replied to K4rmaArr0ws's topic in General Discussion [English]
Come on hack, that little l2j serbar Davis. Hack Blackbird. -
[HACK] Any Lineage ][ server[HACK]
mcbigmac replied to K4rmaArr0ws's topic in General Discussion [English]
lineage.ro i want it down, pm me. how much? -
PC Server configuration
mcbigmac replied to barao45's question in Request Server Development Help [L2OFF]
Prove it. I call your bluff. -
So wait you want to buy 800 but not 1000? Seriously?
-
PC Server configuration
mcbigmac replied to barao45's question in Request Server Development Help [L2OFF]
16 GB with 1k players, could cause problems by my mathing. I wouldn't wanna run too much memory intensive programs besides the daemons and sql on it atleast.
