Coder Social home page Coder Social logo

Comments (7)

PrinterLUA avatar PrinterLUA commented on June 28, 2024

I have label it as enchancement, if you can describe whats wrong with the poi, any error or a script dont work. Please write, i may can help.

from forgottenserver-orts.

medanny avatar medanny commented on June 28, 2024

Ok so im testing poi. the part with the blood works, book works, voc portals work, till you get to the levelers, there is a problem in the map,
17:32 You see a lever.
ItemID: [1946], UniqueId: [2050].
Position: [X: 32874] [Y: 32334] [Z: 12].

This leveler should have a 1945 ID means a leveler facing <<<

so that this part of the script could be correct

if(item.itemid == 1945) then
if((getGlobalStorageValue(1000) + 1) == pos[item.uid].number) then
setGlobalStorageValue(1000, pos[item.uid].number)
doCreatureSay(cid, pos[item.uid].text, TALKTYPE_ORANGE_1)
doTransformItem(item.uid, 1946)
else
doCreatureSay(cid, "The final lever won't budge... yet.", TALKTYPE_ORANGE_1)
end
end

from forgottenserver-orts.

Tovar avatar Tovar commented on June 28, 2024

The part of the tiles where if you step wrong its teleport you, is not working.

from forgottenserver-orts.

 avatar commented on June 28, 2024

is it possible to fix this issue?

from forgottenserver-orts.

PrinterLUA avatar PrinterLUA commented on June 28, 2024

No, but since my computer cant open a real map so i wont be able to check it out. Tell me which tiles you talking about, with that i mean whats the aid or uid on the tiles and what should they do.

from forgottenserver-orts.

dogox22 avatar dogox22 commented on June 28, 2024

It's fixed now, d1a479e

from forgottenserver-orts.

PrinterLUA avatar PrinterLUA commented on June 28, 2024

Alright Thanks dogox22 :)

from forgottenserver-orts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.