topaz-next / topaz

💎 A server emulator for Final Fantasy XI.
GNU General Public License v3.0
55 stars 81 forks source link

Marble Bridge Door #815

Open topaz-next-bot opened 3 years ago

topaz-next-bot commented 3 years ago

Issue by topaz-bot Wednesday Jan 08, 2020 at 14:20:39 Originally opened as: project-topaz/topaz - Issue 71


Issue by RwNigma Sunday Dec 20, 2015 at 16:09 GMT Originally opened as DarkstarProject/darkstar - Issue 2504


The current Marble Bridge door doesn't work as intended. Tested this and it will currently only open to San'dOrian's if you haven't completed the Mission "Dawn". If you have completed the Mission and are San'dOrian it will not open. The file is also called _6s1.lua?

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:20:41


Comment by gedads Tuesday Dec 22, 2015 at 10:35 GMT


Hi, Yes : the door is triggered in several cs, in order for those to work (laloff amphiteatre door in AA cs etc) correctly in cs (open for player), the right name is needed. For the script there's several thing missing, the announcement of which race /sex is allowed to enter displayed in upper jeuno availability for all once cop is finished...

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:20:42


Comment by nesstea Tuesday Dec 22, 2015 at 21:56 GMT


Is there a way to grab a player's race/gender from Lua? I didn't see that.

topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:20:43


Comment by TeoTwawki Thursday Dec 24, 2015 at 01:43 GMT


getRace()

1 = Male Hume
2 = Female Hume
3 = Male Elvaan
4 = Female Elvaan
5 = Male Taru-Taru
6 = Female Taru-Taru
7 = Mithra
8 = Galka
topaz-next-bot commented 3 years ago

Comment by topaz-bot Wednesday Jan 08, 2020 at 14:20:44


Comment by nesstea Thursday Dec 24, 2015 at 15:36 GMT


I looked! ty TeoTwawki