Diablo II : LOD (Custom) 2.3

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

Diablo II : LOD (Custom) 2.3

Post by greenie »

Image

It's more like a deathmatch style mod , buyzone is restricted , all objectives removed, players have only knifes, you can attack your teammates, model of knife is changed.
When you connect to the server firstly you must create your character , then you load it and after X time you're spawned, it's controllable by cvar.
You can also delete your character, each character have their heroes, each hero have their special abbilities and skills.
Killing enemy you get more experience, gold and with needed experience value you get new level , new stats points, new skills points, by the new level you can raise your stats , which gives you more power, skills with which you can cast your magic skills.
There are also NPC ( A fake players that stands on the ground ) , you can go near them and press 'E' button to do some actions, each NPC have their own specialities, like Akara NPC sells potions , you can drink those potions and your health, mana grows up. Charsi NPC sells any kinds of items, you can buy/sell/repair/wear them, whem you wear those items each item gives you some effects, like more damage, armor, max health etc. Inventory NPC is a box where you can put your gold, items, potions.
Mana is a magic points , they are needed to cast some magic skills.
You can also trade/give items with other players.
-.Commands.-

Say commands :
/d2menu - The main mod menu.
/level - Displays you HUD message with your information.
/trade - Trade menu, you can trade items with other players.
/giveitem - Displays menu where you can pick a player to give him items.
/amenu - Admin menu to create NPCs , where you can buy some stuff.
/worn - Wear menu , where you can wear your items to take of them effects, displays worn items.
/potion - Potion menu , where you can use your potion, to raise up yours helth.
/spec - Goes to the main Join menu, to rechoose your character or create ,or delete.
/top, /players - Displays current logged players' info, like level and character.
Bind Commands ( Console Commands ) :
'bind t +skills' - Binds your key/button, with which you can use your magic/skills.
'bind t potion' - Binds the potion menu.
Other Commands ( Keys, Buttons ) :
'E' - Opens skills choose menu, if you want to use your skills you must first choose them.
'ATTACK2' - With this button you can fire crossbow bolts, you must have a crossbow and bolts. Also you can use magic/skills.
'M' - Opens main Diablo II menu.
-.Working with files.-

Making item, addons/amxmodx/configs/d2items.ini :
[Diablo 2 Lord of Destruction Items]
;NAME - the name of the item
;ARMOR - item's armor
;DAMAGE - item's damage
;COST - cost of the item
;DURABILITY - the repair/durability value of item, you can also set to 0.
;STRENGTH_REQ - how much strength require to wear item?
;DEXTERITY_REQ - how much dexterity require to wear item?
;LEVEL_REQ - how much level require to wear item?
;BLOCK_CHANCE - gives extra chance to block attack
;GIVE_VITALITY - gives X amount of vitality.
;GIVE_ENERGY - gives X amount of energy
;ITEM_TYPE - the type of the item : Gloves - 0, Boots - 1, Belt - 2, Armor - 3, Helm - 4, Shield - 5, Weapon - 6, Ring - 7, Amulet - 8, Bolts - 9.
;HAS_POISON - gives extra melee weapon poison damage. 1 - Yes, 0 - No.
;POISON_DAMAGE - poison damage to melee weapons.
;POISON_DURATION - the duration of poison.
;CROSSBOW_DAMAGE - damage for crossbow, if you want to make the item crossbow, set damage more than 0 and ITEM_TYPE 6.

NAME = Armor
VMODEL =
PMODEL =
ARMOR = 20
DAMAGE = 0.0
COST = 4000
DURABILITY = 700
STRENGTH_REQ = 35
DEXTERITY_REQ = 15
LEVEL_REQ = 15
BLOCK_CHANCE = 0
GIVE_VITALITY = 0
GIVE_ENERGY = 0
ITEM_TYPE = 3
HAS_POISON = 0
POISON_DAMAGE = 0
POISON_DURATION = 0
CROSSBOW_DAMAGE = 0
Image

Image

Image

.zip
Post Reply

Return to “Gameplay”