-
Posts
52 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Blood Tears ♡
-
Help How to add abnormal effect to char
Blood Tears ♡ replied to Blood Tears ♡'s question in Request Server Development Help [L2J]
Ok as i see no one want to write 10 lines code, i need to waste 1 day to figure out how to do it, but ok. Topic can be locked. -
Help How to add abnormal effect to char
Blood Tears ♡ replied to Blood Tears ♡'s question in Request Server Development Help [L2J]
Ok i will say simple. How to put abnormal effect as passive skill. ( What are the necessary changes, that i dont know). I hope you will understand. -
Help How to add abnormal effect to char
Blood Tears ♡ replied to Blood Tears ♡'s question in Request Server Development Help [L2J]
Im using acis pack the last rev, i have tried to add the effect but i think i do something wrong. I need an example code to see how exactly to put it. -
Help How to add abnormal effect to char
Blood Tears ♡ posted a question in Request Server Development Help [L2J]
How to put abnormal effect like stealth or stun to player when he got armor enchanted to +10 for example, and how to put the effect when equipping tattoo? -
WTB Auto Paypal system
Blood Tears ♡ replied to Blood Tears ♡'s topic in Marketplace [L2Packs & Files]
Lock. -
WTB Auto Paypal system
Blood Tears ♡ replied to Blood Tears ♡'s topic in Marketplace [L2Packs & Files]
Send here link i cant find -
WTB Auto Paypal system
Blood Tears ♡ replied to Blood Tears ♡'s topic in Marketplace [L2Packs & Files]
The guy is offline from 1 year .. i try to contact with him but no answer. -
Im looking for paypal system like this one. Write here or pm me with offers.
-
Im looking for newbie manager that have this opetions: Level up : 80 Get classes: 1/2/3 Choose items: A/S Grade armors weps Teleport to main town
-
Yes im using Interlude Client, and could you tell me where i can find this arrows?
-
@Solomun, buddy please look closer, its not a HTML code its an texture, but i cant find it. ( I want to remove the arrows from the RIGHT side of the HTML Window )
-
How can i find the Chat Window arrows? Image
-
WTS Logo Banner Community Board, CB gif
Blood Tears ♡ replied to Devib's topic in Marketplace [Webdesign & Webdevelop]
You can do it better :P -
Guide Free help-Requests l2j
Blood Tears ♡ replied to SailFpO's topic in Server Development Discussion [L2J]
Thank you. -
Guide Free help-Requests l2j
Blood Tears ♡ replied to SailFpO's topic in Server Development Discussion [L2J]
I need simple npc for l2jacis , I want to be something like this: it will requre item "X" to get item "Y", and the second option is to buy equipment with item "Y" -
Hi all here is the template of l2gold.info I think its time to stop copy the REAL l2 gold server, and to start make new server with more unique features. Demo: http://l2gold.info/index.html Download: Click
- 1 reply
-
- 1
-
-
Get rich for less than 2 days, I'd say that you sound like an infomercial, but not a good one, like Slap chop. More Shake Weight-y.
- 8 replies
-
- bitcoin
- make money
-
(and 3 more)
Tagged with:
-
Discussion Have Problem See Colors
Blood Tears ♡ replied to iLuchito's topic in Server Development Discussion [L2OFF]
Check your evn.int -
This may help you.
-
Its more complicated.
-
As i remember yes.
-
Too big id of the production item .. use lower...
-
Help Armors Custom
Blood Tears ♡ replied to FactorX's question in Request Server Development Help [L2J]
use this example <?xml version='1.0' encoding='utf-8'?> <list> <item id="10030" type="Armor" name="Dino Heavy Helm"> <set name="icon" val="icon.armor_helmet_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="head" /> <set name="crystal_type" val="S" /> <set name="crystal_count" val="268" /> <set name="material" val="BONE" /> <set name="weight" val="550" /> <set name="price" val="5370000" /> <set name="is_tradable" val="true" /> <set name="is_dropable" val="true" /> <set name="is_destroyable" val="true" /> <set name="is_sellable" val="true" /> <set name="is_depositable" val="true" /> <for> <add order="0x10" stat="pDef" val="83" /> <enchant order="0x0C" stat="pDef" val="0" /> </for> </item> <item id="10031" type="Armor" name="Dino Heavy Chest"> <set name="icon" val="icon.armor_t88_u_i00" /> <set name="default_action" val="equip" /> <set name="armor_type" val="HEAVY" /> <set name="bodypart" val="chest" /> <set name="crystal_type" val="S" /> <set name="crystal_count" val="715" /> <set name="material" val="SCALE_OF_DRAGON" /> <set name="weight" val="7620" /> <set name="price" val="14300000" /> <set name="is_tradable" val="true" /> <set name="is_dropable" val="true" /> <set name="is_destroyable" val="true" /> <set name="is_sellable" val="true" /> <set name="is_depositable" val="true" /> <for> <add order="0x10" stat="pDef" val="205" /> <enchant order="0x0C" stat="pDef" val="0" /> </for> </item> <item id="10032" type="Armor" name="Dino Heavy Legs"> <set name="icon" val="icon.armor_t88_l_i00" /> <set name="default_action" val="equip" /> <set name="armor_type" val="HEAVY" /> <set name="bodypart" val="legs" /> <set name="crystal_type" val="S" /> <set name="crystal_count" val="448" /> <set name="material" val="SCALE_OF_DRAGON" /> <set name="weight" val="3260" /> <set name="price" val="8960000" /> <set name="is_tradable" val="true" /> <set name="is_dropable" val="true" /> <set name="is_destroyable" val="true" /> <set name="is_sellable" val="true" /> <set name="is_depositable" val="true" /> <for> <add order="0x10" stat="pDef" val="128" /> <enchant order="0x0C" stat="pDef" val="0" /> </for> </item> <item id="10033" type="Armor" name="Dino Heavy Gloves"> <set name="icon" val="icon.armor_t88_g_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="gloves" /> <set name="crystal_type" val="S" /> <set name="crystal_count" val="179" /> <set name="material" val="LEATHER" /> <set name="weight" val="540" /> <set name="price" val="3580000" /> <set name="is_tradable" val="true" /> <set name="is_dropable" val="true" /> <set name="is_destroyable" val="true" /> <set name="is_sellable" val="true" /> <set name="is_depositable" val="true" /> <for> <add order="0x10" stat="pDef" val="55" /> <enchant order="0x0C" stat="pDef" val="0" /> </for> </item> <item id="10034" type="Armor" name="Dino Heavy Boots"> <set name="icon" val="icon.armor_t88_b_i00" /> <set name="default_action" val="equip" /> <set name="bodypart" val="feet" /> <set name="crystal_type" val="S" /> <set name="crystal_count" val="179" /> <set name="material" val="LEATHER" /> <set name="weight" val="1110" /> <set name="price" val="3580000" /> <set name="is_tradable" val="true" /> <set name="is_dropable" val="true" /> <set name="is_destroyable" val="true" /> <set name="is_sellable" val="true" /> <set name="is_depositable" val="true" /> <for> <add order="0x10" stat="pDef" val="55" /> <enchant order="0x0C" stat="pDef" val="0" /> </for> </item> </list> -
Discussion About dedicated server
Blood Tears ♡ replied to AryaStark's topic in General Discussion [English]
RAM, but if you have 1-2k players, 32gb RAM is ok. -
Discussion About dedicated server
Blood Tears ♡ replied to AryaStark's topic in General Discussion [English]
Yes, this dedicated will cover your needs.
