Hello,
Sometimes the text (circled in the image) pops up after leveling up a skill. How can I change it shows my real total level?
[Only registered and activated users can see links. Click Here To Register...]
Printable View
Hello,
Sometimes the text (circled in the image) pops up after leveling up a skill. How can I change it shows my real total level?
[Only registered and activated users can see links. Click Here To Register...]
Yes. There are different skilling milestones. They're all stored in enum 1475 of the cache:
You need to send the above keys as values in varpbit 4728. So for example: if you send varpbit 4728 with value 5, it will show "Well done! You've reached the total level 300 milestone!"Code:{0=1, 1=50, 2=75, 3=100, 4=200, 5=300, 6=400, 7=500, 8=600, 9=700, 10=800, 11=900, 12=1000, 13=1100, 14=1200, 15=1300, 16=1400, 17=1500, 18=1600, 19=1614, 20=1700, 21=1800, 22=1900, 23=2000, 24=2100, 25=2200, 26=2300, 27=2400, 28=2496}
Varpbit 4730 must be set to 1 in order to show the milestone text, but I guess you already had that one.
Other things you might want to implement:
Varpbit 4727 is for combat level milestone (use the keys from enum 1473 as values, those are combat milestones, apparently different from skilling milestones). You need to send varpbit 4731 with value 1 in order to show the text.
Thank you very much for that information! :DQuote:
Originally Posted by Admiral Slee [Only registered and activated users can see links. Click Here To Register...]
Edit:
It worked! :)
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]