DavideRei

Results 34 comments of DavideRei

Sphere doesn't read gump files, so i don't think so

You can't because Sphere doesn't read gump files, it's client side only

Jhobean made me notice that there is a .ini option to use commands // Set from 0 - 7 to set what the default plevel is to use commands. DefaultCommandLevel=7...

There is a bug in CChar::NPC_Act_Follow, it the pet follow his master, it uses m_Act_UID else it uses m_Fight_Targ_UID even if the pet is not in combat! I can fix...

I changed my Sphere to read mobtypes.txt and read the animation type and flags to make Sphere calls the correct anims. The flags are not really clear to me. I...

I will propose my PR when its ready, i'm trying to handle all the different cases

I explain my current dungeon instance system. On sphere.ini i load 50 copy of map 0 Map6=7168,4096,-1,0,0 Map7=7168,4096,-1,0,0 ... Map55=7168,4096,-1,0,0 On scripts i have declared all 50 virtual maps world...

Right now it's difficult to use Advanced LOS because players can attack monsters while hiding behind items or a corner cave without risking damage.

ok, i found out that in Sphere X statf_indoors is only setted on plevel 1 account players, if they are in a scripted room with region_flag_underground. Also, i don't know...

I think that even with floor tiles should works, like in 56d. The floor tile should have no shoot flag in tiledata that blocks attacs from different floors Doesn't work...