Enoch Posted February 7, 2023 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 80 Reputation: 0 Joined: 10/21/19 Last Seen: Saturday at 09:28 AM Share Posted February 7, 2023 (edited) hi guys im requesting hateffect after reaching max lvel i tried this but no luck - script LVL175 -1,{ OnInit: if(BaseLevel <= 175) { hateffect 170,true; } end; } Edited February 7, 2023 by Enoch Quote Link to comment Share on other sites More sharing options...
0 pajodex Posted February 8, 2023 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: Yesterday at 04:49 PM Share Posted February 8, 2023 4 hours ago, Enoch said: hi guys im requesting hateffect after reaching max lvel i tried this but no luck - script LVL175 -1,{ OnInit: if(BaseLevel <= 175) { hateffect 170,true; } end; } Try changing `OnInit` to `OnPCLoginEvent` Quote Link to comment Share on other sites More sharing options...
0 Enoch Posted February 8, 2023 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 80 Reputation: 0 Joined: 10/21/19 Last Seen: Saturday at 09:28 AM Author Share Posted February 8, 2023 23 minutes ago, pajodex said: Try changing `OnInit` to `OnPCLoginEvent` not working i wonder why Quote Link to comment Share on other sites More sharing options...
0 Moooooon-Aisha Posted February 8, 2023 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 116 Reputation: 19 Joined: 09/08/17 Last Seen: April 13, 2023 Share Posted February 8, 2023 Any errors on the console? Quote Link to comment Share on other sites More sharing options...
0 Enoch Posted February 8, 2023 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 80 Reputation: 0 Joined: 10/21/19 Last Seen: Saturday at 09:28 AM Author Share Posted February 8, 2023 no errors just not working try yourself to know Quote Link to comment Share on other sites More sharing options...
0 pajodex Posted February 8, 2023 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: Yesterday at 04:49 PM Share Posted February 8, 2023 2 hours ago, Enoch said: not working i wonder why I can only assume it will only take effect when player is actually equipping an item. Therefore, this script command should work only when attached as an item script. Quote Link to comment Share on other sites More sharing options...
0 Enoch Posted February 8, 2023 Group: Members Topic Count: 34 Topics Per Day: 0.02 Content Count: 80 Reputation: 0 Joined: 10/21/19 Last Seen: Saturday at 09:28 AM Author Share Posted February 8, 2023 2 hours ago, AceofSpades said: try this - script Enoch FAKE_NPC,{ OnPCLoginEvent: if(BaseLevel == 170) hateffect 1,true; end; } it's working but when you relog it disappeared though can be back if you refresh or change map Quote Link to comment Share on other sites More sharing options...
-1 AceofSpades Posted February 8, 2023 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 114 Reputation: 6 Joined: 03/02/18 Last Seen: 10 hours ago Share Posted February 8, 2023 8 hours ago, Enoch said: hi guys im requesting hateffect after reaching max lvel i tried this but no luck - script LVL175 -1,{ OnInit: if(BaseLevel <= 175) { hateffect 170,true; } end; } try this - script Enoch FAKE_NPC,{ OnPCLoginEvent: if(BaseLevel == 170) hateffect 1,true; end; } Quote Link to comment Share on other sites More sharing options...
-1 AceofSpades Posted February 8, 2023 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 114 Reputation: 6 Joined: 03/02/18 Last Seen: 10 hours ago Share Posted February 8, 2023 7 minutes ago, Enoch said: it's working but when you relog it disappeared though can be back if you refresh or change map try this one, i already @refresh or change map and still working - script Enoch FAKE_NPC,{ OnPCLoginEvent: OnInit: if(BaseLevel == 120){ hateffect 18,true; } end; } Quote Link to comment Share on other sites More sharing options...
Question
Enoch
hi guys im requesting hateffect after reaching max lvel i tried this but no luck
- script LVL175 -1,{
Edited by EnochOnInit:
if(BaseLevel <= 175) { hateffect 170,true; }
end;
}
Link to comment
Share on other sites
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.