anyone knows how to add WCoinP? in Client side shop
https://ibb.co/sWcsN3y
Testing 3 dayz now,
1) Don't know if this is a bug or misconfiguration but after marry, /teleport command don't work.
2) Dark raven and horse, both work but exp bar not correctly. To saw correct xp i have to pass my cursor over them or uneqquip them and eqquip again.
3) Golden Dragon message appears but there is not flying dragon over the city,
while outside the city there is normally.
Plus, does any one know how to put reset NPC instead of using /reset?
4) Red dragon doesn't have life bar.
Any fix for that?
Last edited by or30n; 11-01-21 at 12:34 PM.
Like if i help you!
Hello huys how to change max players and experience or drop rate? , thanks!
Proud to be Lithuanian
Golden Dragon message appears but there is not flying dragon over the lorencia
while outside the city spawns work.
I try everything but i think need to be fixed in source code. @evilek91 can you check it?
Last edited by or30n; 12-01-21 at 09:50 AM.
Like if i help you!
I cant understand what is going on.
About my bugs above, command /teleport, when married now working. Don't know why oh how.
Red dragon still doesn't have life bar and don't know how to add. Basically i try to disable monster life bar.
About raven and horse xp bar need source fix.
Now, gold dragon invasion fly effec doesn't work in cities but spawns work.
- - - Updated - - -
For some reason, i don't know exactly, changing this
in davias, noria, even losttower gold dragon effect work, but not in lorencia.<Spawn Index="79" MapNumber1="0" MapNumber2="3" MapNumber3="4" MapNumber4="2" Distance="30" StartX="80" StartY="80" EndX="170" EndY="170" Dir="-1" Count="5" /> <!-- Golden Dragon -->
I cant figure it out.![]()
Like if i help you!
I manage to fix the golden dragon fly effect in lorencia but now after killing the 2 mobs i set dragons continue flying over lorencia, hhahhahaha
wtf?
Like if i help you!
Are there any latest updates available?
With Custom Character"C" UIPanel S9 by solarismu can someone explain to me how to do grand reset?
Because i cant find in db a column with greset and how i can make a greset?
Last edited by or30n; 20-01-21 at 12:37 PM.
Like if i help you!
What's the problem exactly?
The display resolution or the terrain map being different than other clients? @Rakman
Having the client look "normal" is by making your own terrain textures or using other files from different clients. Not sure every file is compatible, but it should actually.
The fix for the zen bug problem with the SetItemDropManager.xml file is located in SetItemDrop.cpp inside the source code at line 105 (you have to comment the checkval conditions using "/*"):
/*if (checkval != 0x8520571) {
g_ConfigRead.data.common.AddZen = GetLargeRand() % 1000000;
}*/
SETITEM_DROP_ITEM * lpDropItem = this->GetItemData(lpDropRule);
if (lpDropItem == NULL) {
return false;
}
/*if (checkval2 != 0x194536) {
g_ConfigRead.data.common.MLPointPerLevel = rand() % 500;
}*/
Good luck!
P.S.: This surely is no coincidence. I'm 90%+ sure that is put there on purpose, not to mention what a mess the source code is... Makes one wonder what other things like that we may find in the source...
Last edited by Ley Lei; 25-01-21 at 02:18 PM.