Jump to content

Eddy_89k

Members
  • Posts

    14
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

About Eddy_89k

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Eddy_89k's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. How is your geodata better than L2Geo.ru ? Enlighten me, i may be interested.
  2. The version 1.7 DragonEye CMS is free and its working perfect. I dont know anyone would buy it from you since the free shared one is more than enough. Gl with sales tho.
  3. Of course this is posible, Sublimity did it by downgrading GF to IL. Its quite simple if you take by easy logics. I already did this as a test for myself, downgrading IL to C4. Sames goes for GF to HB
  4. I dont want to waste time downloading a client and see 10 people online. So if anyone can answer would be cool.
  5. You have two big mistakes : 1) Posting on maxcheaters. 2) Having Outlaw in staff. Good luck.
  6. I was checking this topic : http://maxcheaters.com/forum/index.php?topic=58374.0 And i was willing to download the HB login screen but it seems that the link is dead, can someone please re-upload if anyone saved it ? Thank you.
  7. There are more extender developers than you might think, not just the "known" ones :) Even if you "created" your own extender on the C4 leak you're doing it for "nothing" since noone is interested in C5 since a long way back, same goes for IL. This C5 may be started out of lolish passion of L2 coming from the old-school players (maybe), continue your stuff, after 1-2 weeks of your live you'll start to agree with me that C5 is a waste of time/money and stress. Plus i saw the forum basics and since you started it...you gathered only those people ? Sincerly i would not even think of live with those people. About the existent bugs/exploits and duping methods, there are many, not even on the mighty Vang or Fred latest files are fixed with some exploits, and you state that your old C5 extender has everything fixed ? Seriously... learn to respect people without these invalid statements, not everyone is braindead. And no im not interested in joining your beta, i dont have time for these lolish things. ( If you pay me i can show you few thing about certain exploits, work aint free ) But anyway, good luck with your project.
  8. C5 :)) , most likely you're using Azure files the ones shared on MXC some months back, even so C5 is highly bugged in alot of ways, i highly doubt you know all the flaws in C5, not to mention you "state" about creating your own extender. Hilarious. I can point out over 50 exploits working on your "extender" )) Plus low rate ? seriously ? )) i doubt you'll get more than 150/200 players.
  9. Going to try to find the kit from smeli, once im home. If you could find that editor and upload i would apreciate it.
  10. I just wasted 20 minutes reading the whole topic....i find this nigga person quite retarded...i dont know why he is still posting. Jezzus.
  11. Sighed im a newbie regarding this, as i said im still learning stuff :) I just wanted some tip or a start point. And Bigmac , at point one : I already solved this issue, was not hard, just a bit of google. At point two : Under testing atm, some success...still under work. At point three : Actually im using Vanganth latest IL files, and i do not have any complier/decomplier... and i still got no success in doing the AI code to match my previous one. Still looking for some help in this matter, if you got the knowledge to give me some tips in how to do the modification to fit my purpose i would apreciate it. Once again i repeat, im new at this and im learning day by day :)
  12. Hello guys, i got 3 issues i need some help uppon. 1.) Im trying to edit the movement locations of "scribe_leandro" (the npc that walks in Talking Island etc)... for example im trying to make him to move in other city - not in Talking Island.I know the paths he is following is located in "SuperPoint.bin" (i think) , but how can i edit that ? Or if there is another way to edit his movement paths please tell me. 2.)Also if someone knows where to edit the Four Sepulchers to start only on custom hours, please enlighten me. 3.)The 3rd issue is kinda tricky. Got a issue with some AI code, im trying to set the "TestNpc" that has the functions of increasing CRP and Level to 80 to give those services CRP/LVL by a certain item and amount. This is the "TestNpc" code : class 1 TestNpc : citizen handler 3 14 // TALKED variable_begin "talker" "myself" "_choiceN" "_code" "_from_choice" variable_end push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S881. "test_npc.htm" push_string S881 func_call 184680516 // func[showPage] shift_sp -2 shift_sp -1 exit_handler handler_end handler 32 123 // MENU_SELECTED variable_begin "talker" "ask" "reply" "myself" "_choiceN" "_code" "_from_choice" variable_end push_event // ask push_const 160 add fetch_i4 push_const 1 equal branch_false L2 L1 push_event // reply push_const 164 add fetch_i4 push_const 1 equal branch_false L4 L3 push_event // gg push_const 632 add fetch_i push_event // talker push_const 40 add fetch_i push_const 1 func_call 218234898 // func[setPCLevel] shift_sp -2 shift_sp -1 jump L5 L4 push_event // reply push_const 164 add fetch_i4 push_const 2 equal branch_false L7 L6 push_event // gg push_const 632 add fetch_i push_event // talker push_const 40 add fetch_i push_const 80 func_call 218234898 // func[setPCLevel] shift_sp -2 shift_sp -1 L7 L5 jump L8 L2 push_event // ask push_const 160 add fetch_i4 push_const 2 equal branch_false L10 L9 push_event // gg push_const 632 add fetch_i push_event // talker push_const 40 add fetch_i push_const 3 func_call 218234899 // func[AddPCSocial] shift_sp -2 shift_sp -1 jump L11 L10 push_event // ask push_const 160 add fetch_i4 push_const 3 equal branch_false L13 L12 push_event // gg push_const 632 add fetch_i push_event // talker push_const 40 add fetch_i push_const 10000 func_call 218234900 // func[updatePledgeNameValue] shift_sp -2 shift_sp -1 jump L14 L13 push_event // ask push_const 160 add fetch_i4 push_const 4 equal branch_false L16 L15 push_event // gg push_const 632 add fetch_i push_event // talker push_const 40 add fetch_i push_const 2500 negate func_call 218234900 // func[updatePledgeNameValue] shift_sp -2 shift_sp -1 L16 L14 L11 L8 handler_end class_end And i was trying to make it work like this code : class 1 quest_tool : citizen parameter_define_begin int noblessItemId 57 int noblessItemCount 1000 int subjobItemId 57 int subjobItemCount 1000 parameter_define_end handler 3 14 // TALKED variable_begin "talker" "myself" "_choiceN" "_code" "_from_choice" variable_end push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S881. "quest_tool_001.htm" push_string S881 func_call 184680516 // func[showPage] shift_sp -2 shift_sp -1 exit_handler handler_end handler 32 380 // MENU_SELECTED variable_begin "ask" "reply" "talker" "myself" "_choiceN" "_code" "_from_choice" variable_end push_event // ask push_const 160 add fetch_i4 push_const 123 equal branch_false L2 L1 push_event // reply push_const 164 add fetch_i4 push_const 1 equal branch_false L4 L3 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_const 235 func_call 184680554 // func[GetOneTimeQuestFlag] shift_sp -2 push_const 1 less push_reg_sp fetch_i branch_false L7 push_event // talker push_const 40 add fetch_i // level push_const 1092 add fetch_i4 push_const 74 greater and L7 branch_false L6 L5 push_parameter subjobItemId push_const 0 equal push_reg_sp fetch_i branch_true L10 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_parameter subjobItemId func_call 184680579 // func[OwnItemCount] shift_sp -2 push_parameter subjobItemCount greater_equal or L10 branch_false L9 L8 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_const 1110785 push_const 0 push_const 0 push_const 1000000 func_call 184877074 // func[AddUseSkillDesire] shift_sp -5 shift_sp -1 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_const 235 push_const 1 func_call 184746091 // func[setOneTimeQuestFlag] shift_sp -3 shift_sp -1 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S882. "ItemSound.quest_finish" push_string S882 func_call 184680685 // func[soundEffect] shift_sp -2 shift_sp -1 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S883. "quest_tool_002.htm" push_string S883 func_call 184680516 // func[showPage] shift_sp -2 shift_sp -1 push_parameter subjobItemId push_const 0 greater branch_false L12 L11 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_parameter subjobItemId push_parameter subjobItemCount func_call 184746114 // func[DeleteItem1] shift_sp -3 shift_sp -1 L12 jump L13 L9 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S884. "quest_tool_003.htm" push_string S884 func_call 184680516 // func[showPage] shift_sp -2 shift_sp -1 L13 jump L14 L6 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S885. "quest_tool_004.htm" push_string S885 func_call 184680516 // func[showPage] shift_sp -2 shift_sp -1 L14 L4 push_event // reply push_const 164 add fetch_i4 push_const 2 equal branch_false L16 L15 push_event // talker push_const 40 add fetch_i // nobless_type push_const 156 add fetch_i4 push_const 0 equal push_reg_sp fetch_i branch_false L19 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_const 247 func_call 184680554 // func[GetOneTimeQuestFlag] shift_sp -2 push_const 1 less push_reg_sp fetch_i branch_false L20 push_event // talker push_const 40 add fetch_i // level push_const 1092 add fetch_i4 push_const 74 greater and L20 and L19 branch_false L18 L17 push_parameter noblessItemId push_const 0 equal push_reg_sp fetch_i branch_true L23 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_parameter noblessItemId func_call 184680579 // func[OwnItemCount] shift_sp -2 push_parameter noblessItemCount greater_equal or L23 branch_false L22 L21 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_const 7694 push_const 1 func_call 184746111 // func[GiveItem1] shift_sp -3 shift_sp -1 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S886. "ItemSound.quest_finish" push_string S886 func_call 184680685 // func[soundEffect] shift_sp -2 shift_sp -1 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S887. "quest_tool_005.htm" push_string S887 func_call 184680516 // func[showPage] shift_sp -2 shift_sp -1 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_const 247 push_const 1 func_call 184746091 // func[setOneTimeQuestFlag] shift_sp -3 shift_sp -1 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_const 1110785 push_const 0 push_const 0 push_const 1000000 func_call 184877074 // func[AddUseSkillDesire] shift_sp -5 shift_sp -1 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i func_call 184615315 // func[setNobless] shift_sp -1 shift_sp -1 push_parameter noblessItemId push_const 0 greater branch_false L25 L24 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i push_parameter noblessItemId push_parameter noblessItemCount func_call 184746114 // func[DeleteItem1] shift_sp -3 shift_sp -1 L25 jump L26 L22 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S888. "quest_tool_003.htm" push_string S888 func_call 184680516 // func[showPage] shift_sp -2 shift_sp -1 L26 jump L27 L18 push_event // myself push_const 704 add fetch_i push_event // talker push_const 40 add fetch_i S889. "quest_tool_004.htm" push_string S889 func_call 184680516 // func[showPage] shift_sp -2 shift_sp -1 L27 L16 L2 call_super handler_end class_end This code allows a player to obtain subclass/nobless ability for a certain amount of adena, i would like to make the same method for the TestNpc AI code to give CRP and Level 80 for a certain item/amount. Having a hard time doing it...untill now no success. Can anyone help me in these matters ? I cannot figure out what im doing wrong all my tests for the moment are without success. Im still learning alot and i would apreciate some professional words, please refrain yourselfs of flamish words. Thank you.
×
×
  • Create New...