Our forum software has been upgraded to IPS version 4.2.2 and has received several optimisations.
There are also numerous differences between themes, the most prominent being the white areas in the title bars. If you're experiencing visual issues, please flush your cache and try again. If you're having technical problems and have an error code, you should post your issue (along with error code and/or screenshots) into the Forum Issues sub-forum.
All in all I'm quite pleased with the upgrade process, as most of the time we've had terribad luck and the proverbial hits the spinning wind machine, but this went rather smoothly! Huzzah!
Due to children the videos are taking longer to record. Chapter 2 will be done tonight along with a walk through request over dynamics specifically explaining euphy's quest shop npc.
Hi again,
today I would like to share with you guys the new website I've been working for the last months. The server is an ancient ep 7 server so I've tried to give it a classic style but with the new features and design trendings. Here is the result, hope you liked it
Me and @Andre are also working on the RoBrowser, but we do most stuff provisionally and also with lots of custom edits, so it doesn't help the compatibility with rAthena. Although I'm currently overhauling the whole PacketVersion thing and we added some fixes which we will create Pull Requests for from time to time.
not with IPB. Ipb it's like Russian roulette with 50/50% chances when doing anything related to upgrades, updates, changes. Too much bugged. Best thing what can do guys -> make the whole backup before any work. And yes, upgrading from 4.1 to 4.2.2 will provoke a lot of pain (tested a few days ago), so better try to do any upgrade on any cloud instance, then if everything will be ok, try to upgrade on a production server. And backups 100% must-have
Follow the same thing for blacklist...
OnInit:
.blacklist$ = "501,502,503,504,505";
.onmaps$ = "prontera,geffen,morocc";
then on...
OnPCDieEvent:
if (countitem(7773) >= 1) end;
if (BaseLevel < 40) end;
// Will halt the rest of the script if they are not on a map that is allowed
if (!compare("," + .onmaps$ + ",", "," + strcharinfo(3) + ",")) end;
// ....