Base Change Enable Error (Interlude)

justin3ryu

Heir
Customer
In service properties,

# Service change the base class
BaseChangeEnabled = True
BaseChangePrice = 300
BaseChangeItem = 4037
# It is not recommended. Disables the check for compatibility of races and classes
BaseChangeForAnySubFromList = False when i set this, I only can change my Base to subfromlist. its Error
 
In service properties,

# Service change the base class
BaseChangeEnabled = True
BaseChangePrice = 300
BaseChangeItem = 4037
# It is not recommended. Disables the check for compatibility of races and classes
BaseChangeForAnySubFromList = False when i set this, I only can change my Base to subfromlist. its Error
The service is called base class change, and it changes the base class. This physically cannot be a mistake! This is a custom service. The service is called base class change and it changes the base class...

If the current implementation does not suit you, do not use it or make your own implementation
 
Last edited:
The service is called base class change, and it changes the base class. This physically cannot be a mistake! This is a custom service. The service is called base class change and it changes the base class...

If the current implementation does not suit you, do not use it or make your own implementation
I clearly set it up like this, but when I click the main class change purchase button, nothing appears in the list. However, out of curiosity, I experimented and found that I had added a subclass, and then when I clicked the main class change button again, the list only showed the subclass and nothing else. Thanks for your help, and sorry for the trouble.
 
I clearly set it up like this, but when I click the main class change purchase button, nothing appears in the list. However, out of curiosity, I experimented and found that I had added a subclass, and then when I clicked the main class change button again, the list only showed the subclass and nothing else. Thanks for your help, and sorry for the trouble.
This service is sometimes called "sub-to-main", you must have sub class available which you can pick as your new class. It works as intended.
 
This service is sometimes called "sub-to-main", you must have sub class available which you can pick as your new class. It works as intended.
yes thats what im talking about) Because when I try to change my Base class, sytem said: you need to make sub classes?? WTF... and so I did. and go back to Buy Base Change, they only showed up what I added subclass lol. Even i truned "False" on Subclass can change to Base class, its not working at all. they just show me the list of my subclasses what i made)
 
yes thats what im talking about) Because when I try to change my Base class, sytem said: you need to make sub classes?? WTF... and so I did. and go back to Buy Base Change, they only showed up what I added subclass lol. Even i truned "False" on Subclass can change to Base class, its not working at all. they just show me the list of my subclasses what i made)
Man, any of your subclass = can be new main

You NEED subclass. It does not work like you think where you get full list of professions and choose new class...

Your new main class can be only one of your subclasses, do you understand?
 
Man, any of your subclass = can be new main

You NEED subclass. It does not work like you think where you get full list of professions and choose new class...

Your new main class can be only one of your subclasses, do you understand?
Roger
 
Man, any of your subclass = can be new main

You NEED subclass. It does not work like you think where you get full list of professions and choose new class...

Your new main class can be only one of your subclasses, do you understand?
<armor id="621" name="Cloak of Hell">
<!-- [clock_of_hell] -->
<set name="icon" value="icon.armor_back09"/>
<set name="price" value="804000"/>
<set name="type" value="NONE"/>
<set name="weight" value="220"/>
<set name="tradeable" value="false"/>
<set name="dropable" value="false"/>
<equip>
<slot id="UNDERWEAR"/>
</equip>
<skills>
<skill id="50000" level="1"/>
</skills>
<for>
<add stat="pDef" order="0x10" value="18"/>
<enchant stat="pDef" order="0x0C" value="0"/>
</for>
</armor> Inside Of Game, why my Cloak Of Hell dorps and tradeable? how to prohibit trade and drops?
 
<armor id="621" name="Cloak of Hell">
<!-- [clock_of_hell] -->
<set name="icon" value="icon.armor_back09"/>
<set name="price" value="804000"/>
<set name="type" value="NONE"/>
<set name="weight" value="220"/>
<set name="tradeable" value="false"/>
<set name="dropable" value="false"/>
<equip>
<slot id="UNDERWEAR"/>
</equip>
<skills>
<skill id="50000" level="1"/>
</skills>
<for>
<add stat="pDef" order="0x10" value="18"/>
<enchant stat="pDef" order="0x0C" value="0"/>
</for>
</armor> Inside Of Game, why my Cloak Of Hell dorps and tradeable? how to prohibit trade and drops?
Your parameters look good, you are probably on GM character - you can drop/trade any item with GM char. Test it on regular player's char.
 
В свойствах сервиса,

# Изменение базового класса сервиса
BaseChangeEnabled = Верно
BaseChangePrice = 300
BaseChangeItem = 4037
# Не рекомендуется. Отключает проверку совместимости рас и классов
BaseChangeForAnySubFromList = False когда я устанавливаю это, я могу изменить свою базу только на subfromlist. его ошибка
Не требует наличия сабкласса.
 
Back
Top