Ah, you can't use a full caps to parse to boolean like say java or lua?
That's absolutely hilarious. Another reason why I hate C++.
Thanks kJ
Search found 12 matches
- Fri Nov 07, 2014 11:18 am
- Forum: Server Setup & Guides
- Topic: Compile Error - Ubuntu LTS 14.04
- Replies: 4
- Views: 3084
- Thu Nov 06, 2014 8:59 pm
- Forum: Server Setup & Guides
- Topic: Compile Error - Ubuntu LTS 14.04
- Replies: 4
- Views: 3084
Compile Error - Ubuntu LTS 14.04
Hi Guys, I'm running into an issue compiling from a pull from the git today. I'e run into this issue during the make process: ffxi@ffxidsp:~/darkstar$ make g++ -std=gnu++0x -DHAVE_CONFIG_H -I. -I./src/common -DdsUDPSERV -I/usr//include/luajit-2.0 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasi...
- Mon Jun 02, 2014 6:05 pm
- Forum: Troubleshooting
- Topic: NPC ID DB Format vs NPC ID Lua Format
- Replies: 10
- Views: 7042
Re: NPC ID DB Format vs NPC ID Lua Format
I've updated and posted the commits to github. Added in some comments to make it easier to debug in the future.kjLotus wrote:i dunno, i usually don't really comment anything unless it's really out there (pretty easy to see what's going on just by reading it, especially with scripts)
Thanks for the help.
- Wed May 28, 2014 4:12 pm
- Forum: Troubleshooting
- Topic: NPC ID DB Format vs NPC ID Lua Format
- Replies: 10
- Views: 7042
Re: NPC ID DB Format vs NPC ID Lua Format
https://wiki.dspt.info/index.php/Event_IDs MIGHT have them (it checks them all based by which NPCs are referenced in each cutscene, but not every cutscene references any NPCs) if it's not in there, you just have to guess or capture it from a retail server Time to guess then. I've already found the ...
- Wed May 28, 2014 3:17 pm
- Forum: Troubleshooting
- Topic: NPC ID DB Format vs NPC ID Lua Format
- Replies: 10
- Views: 7042
Re: NPC ID DB Format vs NPC ID Lua Format
So, I've found the issue. Jut one last question, is there any way I can get the specific event ID's mapped? e.g. in zone.lua for the area, the portals call on stepping in the region player:startEvent(0x000A);etc.
Is there a listing of those for each zone?
Is there a listing of those for each zone?
- Tue May 27, 2014 11:44 pm
- Forum: Troubleshooting
- Topic: NPC ID DB Format vs NPC ID Lua Format
- Replies: 10
- Views: 7042
Re: NPC ID DB Format vs NPC ID Lua Format
mob and npc IDs tend to follow this format: lowest order 3 bytes are their "short id", next 3 bytes is the zoneid, and the highest 2 is usually just 1 for example, rune of release in lebros cavern is 215. to translate that, lebros cavern is zoneid 63, so convert both those to hex (so 0xD7 for the n...
- Tue May 27, 2014 7:28 pm
- Forum: Troubleshooting
- Topic: NPC ID DB Format vs NPC ID Lua Format
- Replies: 10
- Views: 7042
NPC ID DB Format vs NPC ID Lua Format
I'm trying to troubleshoot some items in Ru'Aun Gardens as none of the Blue teleport NPC's are working. Is there any way to map the NPC_List in the DB to the NPC ID requirements in the lua? It appears all the teleports are off along with the blue/yellow doors. I'd like to author a change, but can't ...
- Tue May 06, 2014 1:08 pm
- Forum: Troubleshooting
- Topic: dsconnect will not launch via terminal. Ubuntu 14.04
- Replies: 7
- Views: 4660
Re: dsconnect will not launch via terminal. Ubuntu 14.04
I've completed the setup for vm. Install VM Software of Choice and set lan to bridged mode. Install Ubuntu 14.04 Follow the Regular and Linux guides (on wiki and this forum) to get package installs corrected. Install/Update via git. Update zoneIP to use VM Bridged IP address, not 127.0.0.1, commit t...
- Tue May 06, 2014 1:41 am
- Forum: Troubleshooting
- Topic: dsconnect will not launch via terminal. Ubuntu 14.04
- Replies: 7
- Views: 4660
Re: dsconnect will not launch via terminal. Ubuntu 14.04
oh, not sure then for VMs, i don't really do any networking through my VMs I managed to get it to talk to the game server. Ended up changing zone IP to the new IP address generated after I put the VM in bridged mode. Now I need to figure out why I was getting client cannot recieve packet/invalid pa...
- Tue May 06, 2014 12:35 am
- Forum: Troubleshooting
- Topic: dsconnect will not launch via terminal. Ubuntu 14.04
- Replies: 7
- Views: 4660
Re: dsconnect will not launch via terminal. Ubuntu 14.04
Right. So, I can't alias 127.0.0.1 for the server, so I should recalculate and set up for my wan IP? its your port, not IP Sorry, let me edit this. I have the login server up, just having issues connecting via the VM. Generally I'd just connect to the VM via IP address, but Im assuming I'll have to...