Go-piratia Posted November 4, 2023 Share Posted November 4, 2023 В iteminfo.txt добавляем xxxx Остановка опыта n0539 10130005 0 0 0 0 0 0 41 0 0 0 0 0 1 1 1 1 99 0 84 -1,-2,-2,-2 0 -1,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2 0 0 -1,-2,-2,-2,-2,-2,-2,-2,-2,-2 -1,-2,-2,-2,-2,-2,-2,-2,-2,-2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0 0,0 0,0 0 0 0 0 0 0 0 0 0 0 0 0 0 0,0 0,0 0,0 You wont gain any exp from any mobs with me in your inventory :) 0 В файле resource/scripts/calculate/exp_and_level.lua ищем exp_up = exp_up * EXP_RAID_STATE и выше или ниже добавляем: local checkstone = CheckBagItem( TurnToCha(t[i]), XXXX ) -- ID из Iteminfo.txt if checkstone > 0 then exp_up = 0 SystemNotice ( TurnToCha(t[i]) , "No EXP Stone activated! You obtained no exp from this mob" ) end Теперь если этот предмет находится в инвентаре персонаж не будет получать опыт Quote Link to comment Share on other sites More sharing options...
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.