August 6, 20187 yr Hello I would like to know if there is any code like this one for SKIP STEP in Quest profile if there is more than 1000 yard from some npc position: " ObjectManager.Me.Position.DistanceTo2D(new Vector3(10032.4, -7000.29, 61.3098)) < 1000 " Im asking for code to: IF I HAVE SPECIFIC ITEM IN BAG TO SKIP STEP. (reason: When Im questing in some area, and got disconnect from server, when my character log in again, Quest order editor will force my character to again go learn spells, or buy food, or go repair, because I have added it all to quest order editor. * * *So when I got disconnect, quest order will NOT force me to go again in town for everything because my bag will have already food in it, and bot will recognize it and SKIP STEP * * * Any suggestion how can I set it up, if there is no code for that option.
August 6, 20187 yr Hello, you code seem good, use step type "If" before tu pulse quest, or put this code in "CanCondition"
August 7, 20187 yr Author Drooidz, I only put example of code and I need similar one. I need code for example: " Have item 'Cold Milk' in bag > 10 " So it will SKIP step if I have more than 10 'Cold Milk' in my bags. So Im searching is there any code what could help me, but NOT this one: " ObjectManager.Me.Position.DistanceTo2D(new Vector3(10032.4, -7000.29, 61.3098)) < 1000 "
August 7, 20187 yr Author 1 hour ago, FNV316 said: ItemsManager.GetItemCountById(12345) > 10 Thats exactly what I was looking for!! ?? Thank you soo much for answering guys ?
Create an account or sign in to comment