first 1 is chant of shielding, and second is active shield but with this stats i cant use active shield if i use chant of shielding first, and if i have used active shield and than i use chant of shielding active is off.....
You always find a way to lower the bar.
Consistency matters.
I admire your dedication to being completely unaware of how little you matter.
at least you are not entirely useless you can always serve as a bad example
I already finished my panel for change name and gender, anyway need restart, im used schema
$stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?");
for change name... also for change gender i used
if ($race == 5) // Kamael race ID; modify this value as per your database
{
$error = "Gender change is not allowed for Kamael race characters.";
}
else
{
$stmt = $conn->prepare("
UPDATE user_data
SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0
WHERE char_id = ? AND account_name = ?
");
Sorry no idea how to add cached update in myext64 about, not have any solution for this yet compatible to myext64 code.
This is my panel make in php http://177.73.143.43:8080/account/
Cool panel for me, without experience in any code. Without help from any people here 🙄
Question
dramaa93
what i have to change for lesser effect?
<effect count="1" name="Buff" time="1200" val="0" stackOrder="#pDef" stackType="pDef">
<mul order="0x30" stat="pDef" val="#pDef"/>
</effect>
-----------------------------------
<effect count="1" name="Buff" time="120" val="0" stackType="pDef">
<mul order="0x30" stat="pDef" val="#rate"/>
</effect>
first 1 is chant of shielding, and second is active shield but with this stats i cant use active shield if i use chant of shielding first, and if i have used active shield and than i use chant of shielding active is off.....
5 answers to this question
Recommended Posts