Blue Jem Posted October 26, 2013 Posted October 26, 2013 hi guys can i request something free all stat 1k like freebies but 1 account 1 free stat free 1k or 1 account 1 character can get the free stat of 1k Quote
Patskie Posted October 26, 2013 Posted October 26, 2013 This : - script Sample -1,{ OnPCLoginEvent: if ( !#FreeStats ) { StatusPoint += 1000; set #FreeStats, 1; } end; } Quote
Patskie Posted October 26, 2013 Posted October 26, 2013 Try : - script Sample -1,{ OnPCLoginEvent: if ( !#FreeStats ) { statusup2 bStr, 1000; statusup2 bAgi, 1000; statusup2 bVit, 1000; statusup2 bInt, 1000; statusup2 bDex, 1000; statusup2 bLuk, 1000; set #FreeStats, 1; } end; } Note that this command will add a specific amount of stats of the invoking character permanently. For more information refer to Statusup2 1 Quote
Blue Jem Posted October 26, 2013 Author Posted October 26, 2013 (edited) i mean this how can add 1k point for Status Points using npc see the 8 points remaining in status point i want to add 1k using npc (click the npc the add 1k points ) Edited October 26, 2013 by Blue Jem Quote
Capuche Posted October 26, 2013 Posted October 26, 2013 Use the const StatusPoint. StatusPoint = StatusPoint + 1000; Quote
Blue Jem Posted October 26, 2013 Author Posted October 26, 2013 how can add this script to npc? claim the free 1k stat points Quote
Question
Blue Jem
hi guys can i request something free all stat 1k like freebies but 1 account 1 free stat free 1k or 1 account 1 character can get the free stat of 1k
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.