Jump to content

endART

Legendary Member
  • Posts

    404
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by endART

  1. lol mengz, i dont know wich one script for item you need, then i cant help you ... thats all what i can say you lol.
  2. depends what you mean, you mean Exit , Macro, etc buttons? or only HTML's? If Buttons , i cant help you, if HTMLs you can ofc add to all of them 2 different language's, Gr and EN. It's possible .
  3. http://www.maxcheaters.com/forum/index.php?topic=108063.0 Junk http://www.maxcheaters.com/forum/index.php?topic=107939.0 - Junk cuz its shiat. http://www.maxcheaters.com/forum/index.php?topic=108109.0 - L2 OFF Help Section
  4. Well, first of all, how did you get Gracia Final OFF files, secound one, wrong section, and the last one, make sure that you have L2 OFF, not L2jOFF.
  5. Well, C4 <3, IL <3, HB <3, and Gracias is only effected shiat ..
  6. Maxtor, even if it works, its only on L2 Java
  7. lol, this web site was design before NC SOFT create AION, before them get idea of it ..
  8. sweety? cuz he 'v got tits? n/c. Nice one
  9. Now i present you pretty, pretty easy guide, How to..turn ON auto-learn skills. Serverfiles/Script/skillacquire.txt as can you see, we have an list of skills type.. skill_begin /* [모탈 블로우] */ skill_name = [s_mortal_blow11] get_lv = 5 lv_up_sp = 50 auto_get = true[ item_needed = {} skill_end Lines "auto_get = true" its answers of auto learn skills in-game / or not (prefered to low rates) Just did some like Find "auto_get = false" and replace all to "auto_get = true" its ready now! all players will get automaticly all skills!
  10. Now i present you, how to defend from Dupe Exploits / Invisible exploit Well, you can trys, to "fill" all of them, by dll fail's, but it wont help you. As can you now,Dupe exploit is pissibly to use by "Board Casting Tower" and also Pet's (Wolf exatly) and i think at others is works too. One of your escapes is; Delete Board_Casting_Towers. How? Check it! Go to your server files /Script/npc_pch.txt Put search, and write "Casting" it will find you [broadcasting_tower] = 1008031 Delete it. Now go to your's /Script/doordata.txt and find also "Casting" You have now the lines [broadcasting_tower_talking_town] display_npc=[broadcasting_tower] Delete all from thats, to signboard_begin [broadcasting_tower_blood_of_sacrifice] display_npc=[broadcasting_tower] Till thats lines; signboard_end Thats all! Now Board_Casting_Tower is not any more at your server! -1 Problamy of Dupe Exploit. Now made same steps about Pet Managers; go to /Script/npc_pch.txt and find by "Manager" words, with "Pet_Manager" prefix like that [pet_manager_lundy] = 1007827 [pet_manager_waters] = 1007828 [pet_manager_cooper] = 1007829 [pet_manager_joey] = 1007830 [pet_manager_nelson] = 1007831 ITS NOT ALL! anyway, delete all of them. Invisible exploit is depends of L2 Extender, then i cannot write you now about it. Show me your's extender, then i can help you! Cheers!
  11. Hello, Now i show you how to make Cristmas Event (L2 OFF) Well, go to your's server files /Script/eventdata open it with notepad, as can you see, you have lines like that [npcsetting] npcsetting_count= 0 npc_eventname0= start_weapon [event] eventname=zaken_curse eventnpcname=zaken_curse flagsettingtime=600000 event_doing=0 dropitem_count=1 dropitem0=salvation_bow 1 droptime_count=3 droptime0= 2008/05/28-23:00 ~ 2008/05/28-23:59 droptime1= 2008/05/29-18:00 ~ 2008/05/29-23:59 droptime2= 2008/05/30-18:00 ~ 2008/05/30-23:59 npctime_count=3 npctime0= 2008/05/28-23:00 ~ 2008/05/28-23:59 npctime1= 2008/05/29-18:00 ~ 2008/05/29-23:59 npctime2= 2008/05/30-18:00 ~ 2008/05/30-23:59 timevariable_count=0 its only few lines, is in there so much, but hit ctrl+a and Delete all of them. Alright, now you have clean eventdata folder, now you can just paste my Event Cristmas code; [event] eventname=christmas eventnpcname=christmas flagsettingtime=30000 event_doing=1 dropitem_count=4 dropitem0=flowerpot 1 dropitem1=deco_bead 3 dropitem2=deco_star 3 dropitem3=fir_spring 5 droptime_count=1 droptime0= 2007/12/8-01:00 ~ 2008/1/6-23:59 npctime_count=1 npctime0= 2007/12/8-00:10 ~ 2008/1/8-23:59 timevariable_count=0 Thats give to all mobs Droped Fir_spring / deco_star / flowerpot. and also thats mobs (more than 67 lvls), and also spawn npc in Goddard town, nearly enterence to Town a little NPC, looks like Dwarf, in there you can trade thats items, for a Cristmas Tree (is few % to drop items type ; Golden Nugget (depends wich you hava at itemdata) and Enchants, but its low %'s in there. Hope you like it. Versus: Topic title fixed.
  12. How to made your own Recipe? Well; as all of reciples, you need to start with; recipe_begin Later name of recipe with special "prefix" Lets made recipe for "Dragon Token" or at least Gold Coins (Depends of your custom things) as i said, now start with special prefix; [mk_dragon_token] Now as can you see, we'v created a "Name" thats special prefix is "mk" Lets see next steps; 567 Depends whats are count of your LAST Recipe in list (recipe.txt) in /Script folder. I mean exactly, your last Recipe code in thats folder, just put one more *567, and yours is 568* Next step; level=1-9 Its depends whats level you wants to Craft char have, to have acces for create your item. Now, next step, your materials, whats need to have for create an item (Dragon Token) material={{[ancient_adena];50000};{[dragon_token_fragment];20};{[spirit_ore];300};{[your_own_item];150}} as can you see, we 'v got materials wich will be needed to create your own item. the 50000, 20, 300, 150 is ammount of items. Now, write your catalyst (always is empty) and product name; catalyst={} product={{[dragon_token];1}} Now write your's npc_fee (also always empty; npc_fee={} Now yours mp_consume, wich dwarf will needs to have , for create item; mp_consume=150 You can set it how ever you wants (but no 0-1 and 5k or more) just dont! now set your succes_rate; success_rate=100 ~ 100 - 100% of create item. now set your item id!; item_id=9831 Then set commrecipe (always set to 1) iscommonrecipe=1 at last step you have just put recipe_end Yours own recipe is now succesfully end! its looks like that now; recipe_begin [mk_dragon_token] 567 level=6 material={{[ancient_adena];50000};{[dragon_token_fragment];20};{[spirit_ore];300};{[your_own_item];150}} catalyst={} product={{[dragon_token];1}} npc_fee={} mp_consume=150 success_rate=100 item_id=9831 iscommonrecipe=1 recipe_end Now last step of all, you need to put Dragon Token, at your's Item_data.txt and item_pch.txt; item_pch.txt lines; [dragon_token] = 9831 - Item ID and the item_data.txt lines; [dragon_token] = 9831 - Item ID Just same as _pch. and ofc add to yours itemname-e by fileedit 9831 Recipe: Dragon Token For Create your fck item. The recipe for a Dragon Token. Requires Create Item Skill Level 6. The success rate is 100%. -1
  13. i like video! :D and music, not real. Its nice .
  14. Well, go in SMF, googled, and just install it, buy web-hosting, and just put SMF's files in-to FTP... i will NOT add you, cuz its easy as hell .
  15. Hello! Im cold as ice! and i gonna offa
  16. Well, i had much plays in . if Administration will make some changes, this server have nice future, i mean changes like max enchant ~ 16, and a little fixing of SH/Necros/Daggers/OL's .
  17. am not sure, that is IL, anyway gl with server. ps. site dead.
  18. http://www.maxcheaters.com/forum/index.php?topic=104523.0 http://www.maxcheaters.com/forum/index.php?topic=104480.0 should i say more?
×
×
  • 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