neeko6464 0 #1 Posted July 12, 2012 I recently followed a tutorial to make summoning give you combat levels up to 138. It works for the player but if you right click someone that is past 126 it will just show 126... :/ Any help is greatly appreciated :) -Nick Share this post Link to post Share on other sites
0 EvolvedBlitz 0 #2 Posted July 12, 2012 Link to tutorial? Share this post Link to post Share on other sites
0 neeko6464 0 #3 Posted July 12, 2012 [url]http://www.moparscape.org/smf/index.php?topic=513130.0[/url] Share this post Link to post Share on other sites
0 EvolvedBlitz 0 #4 Posted July 12, 2012 Try this one: [url]http://www.rune-server.org/runescape-development/rs2-server/snippets/381887-correct-combat-level-formula.html[/url] Share this post Link to post Share on other sites
0 neeko6464 0 #5 Posted July 12, 2012 I got it but what do I change the "frame ID" to? Share this post Link to post Share on other sites
0 EvolvedBlitz 0 #6 Posted July 12, 2012 Whatever your current frame ID for combat level is. Share this post Link to post Share on other sites
0 Resolute 0 #7 Posted July 12, 2012 [quote name='neeko6464']I got it but what do I change the "frame ID" to?[/QUOTE] It's included on the tutorial. [code] sendFrame126("Combat Level: "+(int)c.getCombatLevel()+"", [COLOR="#FF0000"]13251[/COLOR]); [/code] 13251 Share this post Link to post Share on other sites
0 EvolvedBlitz 0 #8 Posted July 12, 2012 [quote name='Resolute']It's included on the tutorial. [code] sendFrame126("Combat Level: "+(int)c.getCombatLevel()+"", [COLOR="#FF0000"]13251[/COLOR]); [/code] 13251[/QUOTE] It can still differ. Share this post Link to post Share on other sites
0 Resolute 0 #9 Posted July 12, 2012 [quote name='EvolvedBlitz']It can still differ.[/QUOTE] It was a suggestion, could have worked, maybe not, and it was included with the tutorial you provided aswell.. But we'll have to wait until neeko6464 logs on, and tries it. Share this post Link to post Share on other sites
Any help is greatly appreciated :)
-Nick
Share this post
Link to post
Share on other sites