-
Posts
8,941 -
Credits
0 -
Joined
-
Last visited
-
Days Won
25 -
Feedback
0%
Community Answers
-
SweeTs's post in Use Of Hamachi Since Blocked Ports? was marked as the answer
Create a channel on hamachi, use its IP as external and enjoy. Yet, free channel has only 5 slots, including you.
-
SweeTs's post in Help To Limiting Stats was marked as the answer
Check acis share section on mxc, I shared such thing.
-
SweeTs's post in Suggest Project For Interlude Server was marked as the answer
//summon Tryskell, he can tell you pros and cons, but.. All you have to know is, aCis is the only active project worth working on. For sure it's not perfect, but it's more than enough.
Clean without bs mods, retail like.
-
SweeTs's post in Nevit's Advent Edit Question. was marked as the answer
Most likely inside client, like sysstring.
-
SweeTs's post in Multisell, Get Items On The Same Enchant As The Items You Give. was marked as the answer
Ohh right, I forgot. You also have to edit the bypass inside htm like this
<a action="bypass -h npc_%objectId%_exc_multisell 030"> -
SweeTs's post in Hf5 Skill Stack was marked as the answer
Try to change both, not a H5 user. On Interlude there is only one, under effect.
-
SweeTs's post in Welcome Box When User Connect was marked as the answer
For the first time ganja is right. Search for welcome / news config.
On aCis server.prop and data/html/servnews.htm
ShowServerNews = True -
SweeTs's post in Using Systextures In Html was marked as the answer
Background (wallpaper) must be defined in table line, not td, or directly in <html imgsrc="">.
Also, what's the freaking point displaying a img as a background?! That makes no sense at all.
If you want to add a image use <img src="L2UI_CT1.OlympiadWnd_DF_GrandTexture" width=256 height=256> and done.
You may find it handy http://www.maxcheaters.com/topic/188974-editing-html-windows-in-h5/
-
SweeTs's post in [Help]Ingame System Problem. was marked as the answer
User.ini
Min and MaxZoomOut if Im not wrong. Open it and you will find by reading names. Default is 250
-
SweeTs's post in Player Info Code was marked as the answer
The null check is pointless, do the same style as you did with ally, erm.
html.replace("%Clan%", player.getClan() != null ? player.getClan().getName() : "<font color=FF0000>No</font>"); html.replace("%Alliance%", (player.getClan() != null && player.getClan().getAllyId() > 0) ? player.getClan().getAllyName() : "<font color=FF0000>No</font>"); -
SweeTs's post in Making Change On Live Sw was marked as the answer
Update l2jserver.jar and data like html/xml/property - only those that you have changed ofc.
-
SweeTs's post in Items' Grades was marked as the answer
wow, another superB* project on your way? The answer is simple. Expertise skill, grade penalty. Now, shake your head to wake up your brain and do what you want to.
*- stands for bullshit ^_^
-
SweeTs's post in Autoshots Code Ingame Problem. was marked as the answer
It's more like auto ss, if you want to skip the 'consume' part, simply find the Soulshot.java and remove the line responsible for the consume part. So, you will need only 1 ss as it won't be consumed anymore.
-
SweeTs's post in Stable L2J Interlude Server Pack was marked as the answer
aCis, frozen your only free choice. Since ru packs are paid.
Sure, you can find some ru old shared pack and you are ready to go. You may success even with worse shared pack if you are lucky enough :D
-
SweeTs's post in How To Make Item Only For X Seconds? was marked as the answer
Make it shadow item or threadpool @ equip.
-
SweeTs's post in Upload Existing Project At Xp-Dev was marked as the answer
I asked WHY you used that and you answer "yes" :happyforever: :happyforever:
https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-import.html
-
SweeTs's post in Npc Auto-Cast Skill was marked as the answer
http://acis.i-live.eu/index.php?topic=8883.msg47329#new -
SweeTs's post in Help With Enterworld Add Skill was marked as the answer
Removed the name, replace with "".
-
SweeTs's post in How Can I Create Clean Patch? was marked as the answer
Here you go http://www.4shared.com/rar/wT95ZOhWce/clean_system.html
If you are using windows 10, you need modified engine.dll to make it work. My patch got that file, I guess, not sure tho.
About question, take clean system, patch it, kill gameguard (disable), add modified engine.dll to make it work on W10, profit - in case you don't want to use the system above, it's clean, updated system (latest available version).
-
SweeTs's post in L2Jserver Git Repositories was marked as the answer
You have it already cloned. Now you have to create the project. It's really hard to google.. Let me do it for you.. :( Start from 4min.
-
SweeTs's post in About Augmentions was marked as the answer
Open optiondata_client-e.dat from system folder. You will find all attributes id you are looking for. For my custom augmenter I put + Rnd.get(min, max) to generate random stat.
-
SweeTs's post in No Reward For Offline Traders was marked as the answer
Looks ok, but if you still can get the reward, add as I said before
&& !player.getClient().isDetached() -
SweeTs's post in Error On Attack was marked as the answer
Crappy coast guard check. Drop that check and profit :P
-
SweeTs's post in Repair Command was marked as the answer
Check your requestbypasstoserver if you have there case supporting "voice" bypass. Missing? Add it, rip from another pack, frozen or so.
Right ^_^