Enoch Posted February 7, 2023 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
0 pajodex Posted February 8, 2023 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
0 Enoch Posted February 8, 2023 Author Posted February 8, 2023 23 minutes ago, pajodex said: Try changing `OnInit` to `OnPCLoginEvent` not working i wonder why Quote
0 Enoch Posted February 8, 2023 Author Posted February 8, 2023 no errors just not working try yourself to know Quote
0 pajodex Posted February 8, 2023 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
0 Enoch Posted February 8, 2023 Author 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
-1 Slur Posted February 8, 2023 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
-1 Slur Posted February 8, 2023 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
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;
}
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.