Search found 20 matches
CS Bug
I kind of feel like this is an issue with the game client, but wanted to check and see if other people are experiencing it and if it is likely a client issue. Using latest version of client, and a local branch of the server taken from MASTER a few days ago Steps to Create bug: Log in, Zone to Konsch...
Re: CSIDs
Ok cool, I was able to do the KIs for Curio moogle via trial and error, so hopefully it doesnt get much more complicated. The teleports in abyssea looked fairly complex the first time I looked at them, hopefully now It will make more sense now I've done the Curio moogle one. What about techniques fo...
Re: CSIDs
Thanks, thats a huge help, it should make setting up the Curio moogle trivial now, with the exception of the KIs, which im hoping I can figure out.
Any advice on CS' that have multiple params? Is it just trial and error (without retail) to figure out what each param does?
Any advice on CS' that have multiple params? Is it just trial and error (without retail) to figure out what each param does?
CSIDs
Heya, just installed the server (did have it installed 4-5 years ago, so not my first time looking through it). Just wondering how you go about getting CSid's that arnt already listed on the wiki (or have changed). Do you need to connect to retail and monitor your traffic to see whats being sent to ...
- Sun Apr 07, 2013 6:16 am
- Forum: Contributing
- Topic: /assist
- Replies: 4
- Views: 6170
Re: /assist
Opps! Just looked through yesterdays updates and can see you already added similar code (although If I'm reading it right, you can only assist pc's not mobs?). Apologies, genuinly wasnt trying to step on any toes! I actually made my patch about 2 weeks ago and only realised I hadnt posted it this mo...
- Sun Apr 07, 2013 4:50 am
- Forum: Contributing
- Topic: /assist
- Replies: 4
- Views: 6170
Re: /assist
It does get called when activly fighting a mob if you are not engaged though* (which was what the patch was meant for). So things like blms on KB, whms/support keeping check of who has hate in boss fights etc. In retail, does /assist change your target if you are actually engaged and swinging at a m...
- Sun Apr 07, 2013 3:01 am
- Forum: Contributing
- Topic: /assist
- Replies: 4
- Views: 6170
/assist
Just a small patch here to add in /assist functionality (back in retail my assist macro was one of my most used ones for any kited fight I did on blm)
- Sat Mar 30, 2013 2:27 pm
- Forum: Contributing
- Topic: npcChat [Non Retail]
- Replies: 11
- Views: 16074
npcChat [Non Retail]
Attached is a non retail function, that allows mobs/npcs to send you /tells via lua scripts. Example usage: In CHOCOBO.LUA (NPC) function onTrigger(player,npc) message = "Galka's ate my mum"; SendMobMessage(npc:getID(),player:getID(),message); end; In WILD_RABBIT.LUA (MOB) function onMobDeath(mob,ki...
- Fri Mar 29, 2013 4:49 pm
- Forum: Custom Applications and Tools
- Topic: Roster of players online
- Replies: 16
- Views: 63956
Re: Roster of players online
Resolved by installing a more up to date version of apache/php, event viewer helped a lot, so cheers for the nudge in the right direction 

- Fri Mar 29, 2013 3:17 pm
- Forum: Custom Applications and Tools
- Topic: Roster of players online
- Replies: 16
- Views: 63956
Re: Roster of players online
It looks like it is throwing a class PDO not found error, so I'm guessing its potentially an issue with the php version I have installed? If so, would the latest version likely work?