kalabasa Posted December 13, 2021 Posted December 13, 2021 Im having trouble and figuring out how to work and implement this via item_db so i decided to get some help what i am try to do if(strcharinfo(3) == "niflheim") bonus bStr,3; if(strcharinfo(3) == "pvproom" || (strcharinfo(3) == "pvproom2")) end; else bonus bStr,5; Quote
1 Start_ Posted December 13, 2021 Posted December 13, 2021 2021-12-13 17-08-18.mp4 Work fine on my end. 1 Quote
0 Start_ Posted December 13, 2021 Posted December 13, 2021 (edited) Your way, it should work. (Just note on item info like "Please re-equip on different maps by effects information" or something else.) // Not sure un-equip -> Effect will not disappear if map is not the same or not but you can try haha. Edited December 13, 2021 by Start_ Quote
0 kalabasa Posted December 13, 2021 Author Posted December 13, 2021 still not working for me could you post the code? we did it differently Quote
0 Start_ Posted December 13, 2021 Posted December 13, 2021 It's already on video (Below game window) Quote
Question
kalabasa
Im having trouble and figuring out how to work and implement this via item_db so i decided to get some help what i am try to do
if(strcharinfo(3) == "niflheim")
bonus bStr,3;
if(strcharinfo(3) == "pvproom" || (strcharinfo(3) == "pvproom2"))
end;
else
bonus bStr,5;
5 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.