Hi, do you know how to change this stigma shard item, I want to replace the stigma item with manasatone item.
I'm using this source AL-RL 277
![]()
Hi, do you know how to change this stigma shard item, I want to replace the stigma item with manasatone item.
I'm using this source AL-RL 277
![]()
em, where you want to replace it? in rewards? in quest?
because it's a littlebit stupid idea - to change existing item description - but...
if you just wish to replace one by another - find by id stigma and manastone items on server side in item templates and just replace item id, the same must be done in clinet files item template...
gl hf with that idea
and for sure - if wish to replace reward items - id if items need to be replaces in rewards
and fix encoding in events text![]()
\ALR-Game\config\main\event.properties edit
----------------------------
# Event config's:
# ----------------------------
# Enable event
# Default: false
gameserver.event.enable = false
# Event rewarding membership
# 0 - all
# 1 - premium
# 2 - vip
# Default: 0
gameserver.event.membership = 0
# Event rewarding membership rate
# Reward item count * membership rate
# Default: false
gameserver.event.membership.rate = false
# Event rewarding period (in minutes)
# Default: 60
gameserver.event.period = 60 <<-- time period the server add the item the player
Event reward values:
# ----------------------------
# Reward item Id
# Default: 141000001
gameserver.event.item.elyos = 141000001 <<-- ely item
gameserver.event.item.asmo = 141000001 <<-- asmo item
# Reward item count
# Default: 1
gameserver.event.count = 1 <<--- (how many pieces give the server)