Hello there as tittle say.. i m looking for teleport check , what i mean..
One check like olympiad teleport check if players inside teleport to different arena
i was searching all day on google and in my eclipse and i dint found something.. exist any quest already with that check?
elif cond==1 :
if st.getQuestItemsCount(BOX_OF_COOKIES)>=200 :
htmltext = "30078-04.htm"
st.getPlayer().teleToLocation(143209,43968,-3038)
st.takeItems(BOX_OF_COOKIES,200)
self.addSpawn(31859,143209,43968,-3038,0,False,900000)
st.exitQuest(1)
example
elif cond==1 :
if st.getQuestItemsCount(BOX_OF_COOKIES)>=200 :
htmltext = "30078-04.htm"
st.getPlayer().teleToLocation(143209,43968,-3038)
if players insidezone 12030
st.getPlayer().teleToLocation(233209,13968,-2038)
st.takeItems(BOX_OF_COOKIES,200)
self.addSpawn(31859,143209,43968,-3038,0,False,900000)
st.exitQuest(1)