Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/17 in all areas

  1. 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!
    7 points
  2. 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.
    2 points
  3. 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
    1 point
  4. 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.
    1 point
  5. try with 5214,Moonlight_Flower_Hat,Moonlight Flower Hat,4,0,,200,,3,,0,0xFFFFFFFF,63,2,768,,1,1,268,{ bonus bDex,2; bonus3 bAutoSpell,"AL_INCAGI",1,50;autobonus "{ bonus3 bAutoSpell,\"NPC_EARTHQUAKE\",1,200; }",8,5000,BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; active_transform 1550,5000; }"; },{},{}
    1 point
  6. Check your error logs in /data/logs/errors/exceptions/ and /data/logs/mysql/errors/ for something helpful.
    1 point
  7. can you post a screen shot how you are trying to add vote for points sites ?
    1 point
  8. you have related sql tables in your db? ie cp_v4p_sites cp_v4p_votelogs cp_v4p_voters
    1 point
  9. You can add them in voteforpints page by loging in with admin account in your fluxcp
    1 point
  10. I'm sure Anacondaqq knows how to configure his webhost correctly.
    1 point
  11. 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
    1 point
  12. 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; // ....
    1 point
×
×
  • Create New...