BabaVoss Posted June 6, 2023 Group: Members Topic Count: 37 Topics Per Day: 0.02 Content Count: 79 Reputation: 0 Joined: 06/17/20 Last Seen: February 7, 2024 Share Posted June 6, 2023 Hi guys is it possible to make a function script or like onpcloginevent script or OnPCStatCalcEvent script - script agibase -1,{ OnPCLoginEvent: if (readparam(bAgi)>=150) bonus bDelayRate,-90; end; } Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 6, 2023 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 10 hours ago Share Posted June 6, 2023 Use bonus_script instead (See docs -> script_commands). So you can handle it more easily. 1 Quote Link to comment Share on other sites More sharing options...
0 BabaVoss Posted June 7, 2023 Group: Members Topic Count: 37 Topics Per Day: 0.02 Content Count: 79 Reputation: 0 Joined: 06/17/20 Last Seen: February 7, 2024 Author Share Posted June 7, 2023 On 6/6/2023 at 12:15 PM, Start_ said: Use bonus_script instead (See docs -> script_commands). So you can handle it more easily. thank you for your reply, I dont want it to be attach on items. Is there other way? Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 7, 2023 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 10 hours ago Share Posted June 7, 2023 It doesn't attached to item. Try it on healer npc. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted July 9, 2023 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 17 hours ago Share Posted July 9, 2023 OnPCLoginEvent: if (readparam(bAgi)>=150) bonus_script "{ bonus bDelayRate,-90; }", 86400, 8; end; Quote Link to comment Share on other sites More sharing options...
Question
BabaVoss
Hi guys is it possible to make a function script or like onpcloginevent script or OnPCStatCalcEvent script
- script agibase -1,{ OnPCLoginEvent: if (readparam(bAgi)>=150) bonus bDelayRate,-90; end; }
Link to comment
Share on other sites
4 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.