-
Posts
404 -
Credits
0 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by endART
-
Lineage][-Fanelianet Titanium Armor set for Gracia Final
endART replied to `zэlaи's question in Request Server Development Help [L2J]
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. -
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 .
-
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
-
Lineage][-Fanelianet Titanium Armor set for Gracia Final
endART replied to `zэlaи's question in Request Server Development Help [L2J]
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. -
MaxCheaters 200x Retail like Server! ( GM Shop to A Grade )
endART replied to XManton's topic in General Discussion [English]
Well, C4 <3, IL <3, HB <3, and Gracias is only effected shiat .. -
MaxCheaters 200x Retail like Server! ( GM Shop to A Grade )
endART replied to XManton's topic in General Discussion [English]
I'll will :P -
Maxtor, even if it works, its only on L2 Java
-
nice one :)
-
Share [Share]WebSite design (Heaven)
endART replied to endART's topic in Server Shares & Files [L2OFF]
lol, this web site was design before NC SOFT create AION, before them get idea of it .. -
sweety? cuz he 'v got tits? n/c. Nice one
-
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!
-
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!
-
Guide How to make your own Christmas Event
endART posted a topic in Server Development Discussion [L2OFF]
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. -
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
-
i like video! :D and music, not real. Its nice .
-
normal.
-
Share Windows Server 2003 Enterprise 64bit
endART replied to Hazel's topic in Server Development Discussion [L2OFF]
ja byte, ja byte . Warez.. -
Hello! Im cold as ice! and i gonna offa
-
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 .
-
am not sure, that is IL, anyway gl with server. ps. site dead.
-
Hello spamz0rs, how are you ?
-
What sort of server do you like? (MaxCheaters.com L2)
endART replied to XManton's topic in General Discussion [English]
200x Retail like. ( GM Shop to A Grade ). -
http://www.maxcheaters.com/forum/index.php?topic=104523.0 http://www.maxcheaters.com/forum/index.php?topic=104480.0 should i say more?