Search found 478 matches

by Delaide
Thu Dec 19, 2019 3:44 am
Forum: General Chat
Topic: I am looking for some help
Replies: 2
Views: 8109

Re: I am looking for some help

People are still around, but...I don't think anyone will actually help. I suggest use the guide on the wiki and for customizations, ask around for help if you are not sure what to do. I doubt anyone will hold your hand, but on the discord server, you can probably get someone to help guide you to sol...
by Delaide
Tue Nov 05, 2019 10:51 pm
Forum: Bugs
Topic: Dynamis San d'Oria Mega Boss Crash
Replies: 4
Views: 7281

Re: Dynamis San d'Oria Mega Boss Crash

I will update the dynamis' now. Sorry, no time to go through everything else on the what is working section though.
by Delaide
Tue Nov 05, 2019 10:22 pm
Forum: Troubleshooting
Topic: Server SQL error SELECT region_control FROM conquest_system WHERE region_id
Replies: 1
Views: 16389

Re: Server SQL error SELECT region_control FROM conquest_system WHERE region_id

Have you updated recently? There was an issue in the conquest_system.cpp where a value needed to be static cast to resolve if you built with VS2019. I have checked the repo, and it seems that value has been static cast in the latest master build.
Recommend pulling master updates and rebuilding.
by Delaide
Tue Nov 05, 2019 10:14 pm
Forum: Troubleshooting
Topic: Issues with Fields Of Valor
Replies: 8
Views: 9094

Re: Issues with Fields Of Valor

I always check to see what changed in my pull (I keep my tortoise git update window open), then manually update those tables that updated, outside of critical.
You may have some issues with some critical tables though, since I believe some char data has been shifted a bit since your last pull.
by Delaide
Tue Nov 05, 2019 10:12 pm
Forum: Troubleshooting
Topic: SQL Table not present or corrupted on update 30190605_0
Replies: 2
Views: 5490

Re: SQL Table not present or corrupted on update 30190605_0

Just a random question. What version of MySQL did you use?
by Delaide
Wed Oct 16, 2019 9:04 pm
Forum: Server Setup & Guides
Topic: mixed questions
Replies: 1
Views: 5470

Re: mixed questions

1. void CBattleEntity::SetSLevel(uint8 slvl) { if (this->objtype == TYPE_MOB && this->objtype != TYPE_PET) { m_slvl = (slvl > (m_mlvl >> 1) ? (m_mlvl == 1 ? 1 : (m_mlvl >> 1)) : slvl); } else { m_slvl = (slvl > (m_mlvl) ? (m_mlvl == 1 ? 1 : (m_mlvl)) : slvl); // Sub caps to main. } if (this->objtype...
by Delaide
Mon Jul 01, 2019 9:29 pm
Forum: Server Setup & Guides
Topic: Raspberry Pi 3 B+ Server Setup Guide
Replies: 6
Views: 9390

Re: Raspberry Pi 3 B+ Server Setup Guide

Windows version of mysql 8 also has the same issue.
They removed the password, which seems to be the main issue. dsp has fits if password isn't default defined.
by Delaide
Mon Jul 01, 2019 9:26 pm
Forum: Contacting The Team
Topic: Setting up expectations (new player)
Replies: 3
Views: 6483

Re: Setting up expectations (new player)

- yes - yes but most >75 gear doesn't have their special stats implemented - yes, and yes as other people submit them - correct Actually, I have completed most of the special stats (At least on new additions). I have 56 more to add once my recent PR is submitted. But, yeah, I still need to go throu...
by Delaide
Mon Jun 24, 2019 3:15 am
Forum: Contributing
Topic: Item excel
Replies: 14
Views: 123733

Re: Item excel

Okay, updated it to include the stuff me and others have added since the last time.
by Delaide
Sun Jun 09, 2019 10:11 pm
Forum: Troubleshooting
Topic: SQL DB error and can't create accounts
Replies: 13
Views: 17348

Re: SQL DB error and can't create accounts

We recommend either MySQL 5.6 or 5.7. Not sure what would happen with an older MySQL build like that. Also, what is your windows system locale unicode (Current language for non-unicode programs) set as? You can check here: http://nbsw.asus.com/DriverCD/SoftwarePM/SoftwareItemPMList.zul?param=cbSFYfy...