-
Content Count
977 -
Joined
-
Last visited
-
Days Won
15 -
Feedback
100%
StinkyMadness last won the day on September 27 2020
StinkyMadness had the most liked content!
Community Reputation
145 ExcellentAbout StinkyMadness

-
Rank
Viscount
Contact Methods
-
Skype
StinkyMadness11
Profile Information
-
Current Mood
Crazy
-
Gender
Male
-
Country
Albania
-
WTS L2J Service and Mods
StinkyMadness replied to StinkyMadness's topic in Marketplace [L2Packs & Files]
BUMP -
WTS L2J Service and Mods
StinkyMadness replied to StinkyMadness's topic in Marketplace [L2Packs & Files]
BUMP -
WTS L2J Service and Mods
StinkyMadness replied to StinkyMadness's topic in Marketplace [L2Packs & Files]
BUMP -
WTS L2J Service and Mods
StinkyMadness replied to StinkyMadness's topic in Marketplace [L2Packs & Files]
Contact information are on main post. -
KouKou started following StinkyMadness
-
L2Selia started following StinkyMadness
-
Mons7er started following StinkyMadness
-
We both told you the major problem, you have used forLoop inside serverpackages. Even on your second video you clicked on "Green Archer" and your vision its red. You did not notice anything?
-
You have test this code with more than one "dress" inside XML? The code its total wrong in many ways, i hope you rework and fix it else its not share but troll.
-
nasa started following StinkyMadness
-
lol021 started following StinkyMadness
-
Request Αναζητώ Developer Για στήσιμο SERVER επί πληρωμή.
StinkyMadness replied to petrocg's question in Request Server Development Help [Greek]
Κανεμε add να μιλήσουμε. -
-Georgio- started following StinkyMadness
-
Help frozen read .java in datapack
StinkyMadness replied to heladito's question in Request Server Development Help [L2J]
I respect his time more than his "uses". He can use L2JHellas that is active and its customized as frozen. It's wrong to help him stop wasting his time? Frozen have a lot of issues/bugs and he will not find support. -
Help frozen read .java in datapack
StinkyMadness replied to heladito's question in Request Server Development Help [L2J]
aCis its not using something like that (maybe you talking for something really really OLD). Also why people using still the Frozen in 2020. -
Request COMMAND VOICED
StinkyMadness replied to nakashimi's question in Request Server Development Help [L2J]
.gmshop -
@FoxRiver started following StinkyMadness
-
*MrPwNz0r* started following StinkyMadness
-
WTS L2J Service and Mods
StinkyMadness replied to StinkyMadness's topic in Marketplace [L2Packs & Files]
On main post you have Skype and Discord -
y0ungbastard started following StinkyMadness
-
Help L2 acis interlude
StinkyMadness replied to L2Full's question in Request Server Development Help [L2J]
First of all wrong section... second you have source for your "own" server? -
<mul order="0x30" stat="maxHp" val="1.05"/> ORDERS 0x08 - to set 0x10 - to add/sub (weapon, armor, jewelery) & (STR, CON, DEX, INT, WIT ,MEN) 0x30 - to mul/div (masteries, buffs, debuffs, SA's, Armors_bonus) 0x40 - to add/sub (masteries, buffs, debuffs, SA's)
-
Guide Connect Npc's with Community Board
StinkyMadness replied to -Invoke's topic in Server Shares & Files [L2J]
Some clean/short of onFirstTalk method public String onFirstTalk(L2Npc npc, L2PcInstance player) { String path = "data/html/CommunityBoard/Custom/main.html"; switch(npc.getId()) { case Merchant: path = "data/html/CommunityBoard/Custom/merchant/main.html"; break; case Gatekeeper: path = "data/html/CommunityBoard/Custom/gatekeeper/main.html"; break; } CommunityBoardHandler.separateAndSend(HtmCache.getInstance().getHtm(player, path), player); return null; } -