suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

Question Quest based loot tables #2519

Open moepi2k opened 2 weeks ago

moepi2k commented 2 weeks ago

hi, i made a new loot table scriptable where i have the option what quest progress the player has like https://gyazo.com/a8f28602e21d8b23eb2222403ad7b368

and only if condition are met the item will drop. it works perfectly in singleplayer but in mmo i need to forward to correct playing character entity.

atm i use gameinstance.playingcharacterentity. which is not working for mmo. any idea whats best way to get the correct playingcharacter here?

https://gyazo.com/21166be8058e82c45b044d1fec779b7b