Kunark flag + increase in lvl quest
Just some basic back ground: my server has a lvl 50 norrath limit on it currently. Kunark is flag locked as is every expansion. Perhaps my understanding of qglobals is a bit slow and retarded but im posting it for review and critique.
Whats working: everything but the level increase. Item handins, rewards, flags and exp is all working. Code:
#Dumptruck Code:
130 | 1 | 0 | 0 | CharMaxLevel| 55 | (null) |
As far as I know when i dabbled around in the database, there was no way to set individual max level caps.
The way i used when i was screwing around was to set the max level to 60, set the max exp obtainable level to be 50. After 50, you get repeatable quests , series quests, etc, that add up on a qglobal, once it reaches a certain amount, it 'dings' you to the next level and sets your qglobal highestlevel to that, if for some reason you died and un-dinged the priest would set you back to your qglobal 'maxlevel'. it was a roundabout way of doing it, but hey, it worked... kind of. |
Code:
UPDATE `rule_values` SET `rule_value` = 'true' WHERE `rule_name` = 'Character:PerCharacterQglobalMaxLevel' LIMIT 1; |
Already had Rule just had to turn it to true. Currently dabbling with encounter based level progression to see if I can force direction.
|
All times are GMT -4. The time now is 12:33 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.