• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] OregonCore Object Script

Status
Not open for further replies.

Noeel

Emulation Addict
Hi,
Can any help?

I need create a script of object, which would work like teleport to some location, but must function like gate to instance or dark portal(to pass, not click).
thx

SQL action or C++
 

Rochet2

Moderator / Eluna Dev
With SQL you can use a gameobject with a spell casted on the player approaching the gameobject.
See:
PX-238 Winter Wondervolt
PX-238 Winter Wondervolt TRAP
The spell then teleports the player.

Otherwise you likely need C++.
Cant pull out a script atm, but the basic idea is to use for example a creature that on movement on LOS hook teleports the player if within a set range.
 

Noeel

Emulation Addict
I use a trap,
but its use the spell, and i need that spell need a change, its change in DBC or in db?
thx
 
Status
Not open for further replies.
Top