you read all the update for this version it seems not ? It's much easier to ask from what I see
Commands Players !!
/post
/add
/pkclear
/reset
/marry
/accept
/divorce
/questinfo
/marrystatus
/tracemarry
/getmarry
/time
/exit
/buy
/sell
/charinfo
/grandreset
/vault
/evo
Commands Admins !!
/moveall
/banchar
/banpost
/unbanchar
/unbanpost
/Blockvault
/Disconnect
/Disablechat
/Unblockvault
/Enablechat
/reload
/gmove
/Trace
/move
/!
You don't understand me do you? I know the commands work BUT you have to switch characters everytime you add points. I asked you if the commands can be configured without having to switch characters. For example if i type in /addstr 500, the points add up automatically without having to switch characters...
Sent from my SM-G925F using Tapatalk
Work in progress by the Creator
Quote:
// ---------------------------------------------------------------------------------------------------------------------------------------------
// Default Stats
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] Class (0=Wizard, 1=Knight, 2=Elf, 3=Gladiator)
// [2] Starting level up points
// [3] Starting zen
// [4] Starting strength
// [5] Starting agility
// [6] Starting vitality
// [7] Starting energy
// [8] Starting resets
// [9] Starting grand resets
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] [2] [3] [4] [5] [6] [7] [8] [9]
// ---------------------------------------------------------------------------------------------------------------------------------------------
0
0 0 0 18 18 15 30 0 0 // Wizard
1 0 0 28 20 25 10 0 0 // Knight
2 0 0 22 25 20 15 0 0 // Elf
3 0 0 26 26 26 26 0 0 // Gladiator
end
// ---------------------------------------------------------------------------------------------------------------------------------------------
// Default Equipment
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] Class (0=Wizard, 1=Knight, 2=Elf, 3=Gladiator)
// [2] Slot (0=Weapon, 1=Shield, 2=Helm, 3=Armor, 4=Pants, 5=Gloves, 6=Boots, 7=Wings, 8=Pet, 9=Pendant, 10=Left ring, 11=Right ring)
// [3] Item group (0-15)
// [4] Item index (0-32)
// [5] Item level (0-11)
// [6] Item durability (0-255)
// [7] Item skill (0-1)
// [8] Item luck (0-1)
// [9] Item add (0-7)
// [10] Item excellent options (0-63)
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
// ---------------------------------------------------------------------------------------------------------------------------------------------
1
1 0 1 0 0 0 0 0 0 0 // Small Axe
2 0 4 15 0 0 0 0 0 0 // Arrows
2 1 4 0 0 0 0 0 0 0 // Short Bow
3 0 0 1 0 0 0 0 0 0 // Short Sword
3 1 6 0 0 0 0 0 0 0 // Round Shield
end
// ---------------------------------------------------------------------------------------------------------------------------------------------
// Max Stats
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] Class (0=Wizard, 1=Knight, 2=Elf, 3=Gladiator)
// [2] Max Strength
// [3] Max Agility
// [4] Max Vitality
// [5] Max Energy
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] [2] [3] [4] [5]
// ---------------------------------------------------------------------------------------------------------------------------------------------
2
0 32767 32767 32767 32767 // Wizard
1 32767 32767 32767 32767 // Knight
2 32767 32767 32767 32767 // Elf
3 32767 32767 32767 32767 // Gladiator
end
Now with ability to create dynamic points per level/resets/grand resets and some other tweaks.
Quote:
// ---------------------------------------------------------------------------------------------------------------------------------------------
// Default Stats
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] Class (0=Wizard, 1=Knight, 2=Elf, 3=Gladiator)
// [2] Starting level up points
// [3] Starting zen
// [4] Starting strength
// [5] Starting agility
// [6] Starting vitality
// [7] Starting energy
// [8] Starting resets
// [9] Starting grand resets
// [10] Starting vip package (0 for none)
// [11] Starting vip duration (in days)
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]
// ---------------------------------------------------------------------------------------------------------------------------------------------
0
0 0 0 18 18 15 30 0 0 0 0 // Wizard
1 0 0 28 20 25 10 0 0 0 0 // Knight
2 0 0 22 25 20 15 0 0 0 0 // Elf
3 0 0 26 26 26 26 0 0 0 0 // Gladiator
end
// ---------------------------------------------------------------------------------------------------------------------------------------------
// Default Equipment
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] Class (0=Wizard, 1=Knight, 2=Elf, 3=Gladiator)
// [2] Slot (0=Weapon, 1=Shield, 2=Helm, 3=Armor, 4=Pants, 5=Gloves, 6=Boots, 7=Wings, 8=Pet, 9=Pendant, 10=Left ring, 11=Right ring)
// [3] Item group (0-15)
// [4] Item index (0-32)
// [5] Item level (0-11)
// [6] Item durability (0-255)
// [7] Item skill (0-1)
// [8] Item luck (0-1)
// [9] Item add (0-7)
// [10] Item excellent options (0-63)
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
// ---------------------------------------------------------------------------------------------------------------------------------------------
1
1 0 1 0 0 0 0 0 0 0 // Small Axe
2 0 4 15 0 0 0 0 0 0 // Arrows
2 1 4 0 0 0 0 0 0 0 // Short Bow
3 0 0 1 0 0 0 0 0 0 // Short Sword
3 1 6 0 0 0 0 0 0 0 // Round Shield
end
// ---------------------------------------------------------------------------------------------------------------------------------------------
// Points per Level
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] Class (0=Wizard, 1=Knight, 2=Elf, 3=Gladiator)
// [2] Min Level
// [3] Max Level
// [4] Min Resets
// [5] Max Resets
// [6] Min Grand Resets
// [7] Max Grand Resets
// [8] Points
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] [2] [3] [4] [5] [6] [7] [8]
// ---------------------------------------------------------------------------------------------------------------------------------------------
2
0 1 350 -1 -1 -1 -1 5 // Wizard
1 1 350 -1 -1 -1 -1 5 // Knight
2 1 350 -1 -1 -1 -1 5 // Elf
3 1 350 -1 -1 -1 -1 7 // Gladiator
end
// ---------------------------------------------------------------------------------------------------------------------------------------------
// Max Stats
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] Class (0=Wizard, 1=Knight, 2=Elf, 3=Gladiator)
// [2] Max Strength
// [3] Max Agility
// [4] Max Vitality
// [5] Max Energy
// ---------------------------------------------------------------------------------------------------------------------------------------------
// [1] [2] [3] [4] [5]
// ---------------------------------------------------------------------------------------------------------------------------------------------
3
0 32767 32767 32767 32767 // Wizard
1 32767 32767 32767 32767 // Knight
2 32767 32767 32767 32767 // Elf
3 32767 32767 32767 32767 // Gladiator
end
This is already possible.
Meanwhile, some Golden Archer tweaks (ability to exchange stones for items).
// -------------------------------------------------------------------------------------------------------
// [1] 1=Enabled, 0=Disabled
// [2] Required Stones
// -------------------------------------------------------------------------------------------------------
// [1] [2]
// -------------------------------------------------------------------------------------------------------
0
1 10
end
// -------------------------------------------------------------------------------------------------------
// [1] Item Group (0-15)
// [2] Item Index (0-32)
// [3] Min Level (0-11)
// [4] Max Level (0-11)
// [5] Durability (0-255)
// [6] Skill (0-1)
// [7] Luck (0-1)
// [8] Add (0-7)
// [9] Excellent Options (0-63 or -1 for random exc options)
// [10] Count
// -------------------------------------------------------------------------------------------------------
// [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
// -------------------------------------------------------------------------------------------------------
1
12 15 0 0 0 0 0 0 0 1 // Jewel of Chaos
14 13 0 0 0 0 0 0 0 1 // Jewel of Bless
14 14 0 0 0 0 0 0 0 1 // Jewel of Soul
end
Meanwhile
Quest System tweaks: New npc, ability to specify item durability & support of Golden (invasion) monsters.// --------------------------------------
// Chat Filter
// --------------------------------------
0
1 // 1=Enabled, 0=Disabled
end
// --------------------------------------
// [1] Word to censor
// [2] Censored word
// --------------------------------------
// [1] [2]
// --------------------------------------
1
"fuck" "f*ck"
"pussy" "p*ssy"
"bitch" "b*tch"
end
// --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// [1] Subject
// [2] Requirements
// [3] Reward
// [4] Min Level
// [5] Min Resets
// [6] Min Grand Resets
// [7] Price
// [8] Monster Id
// [9] Monster Map
// [10] Monsters Count
// [11] Require item? (1=Yes, 0=No)
// [12] Required Item Group
// [13] Required Item Index
// [14] Required Item Level
// [15] Required Item Durability
// [16] Required Item Skill
// [17] Required Item Luck
// [18] Required Item Add
// [19] Required Item Excellent
// [20] Required Items Count
// [21] Give item reward? (1=Yes, 0=No)
// [22] Reward Item Group
// [23] Reward Item Index
// [24] Reward Item Level
// [25] Reward Item Durability
// [26] Reward Item Skill
// [27] Reward Item Luck
// [28] Reward Item Add
// [29] Reward Item Excellent (0-63 or -1 for random exc options)
// [30] Reward Items Count
// [31] Zen Reward
// [32] Points Reward
// [33] Experience Reward
// [34] Levels Reward
// --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]
// --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
"Kill 50 Spiders" "-" "1 Box of Kundun+1" 1 0 0 500000 3 -1 50 0 0 0 0 0 0 0 0 0 0 1 14 11 8 0 0 0 0 0 1 0 0 0 0![]()
Does + 15 items not work?
Is it possible to leave the item limit up to +15?