Search found 141 matches

by nasomi
Wed May 18, 2016 9:27 am
Forum: Troubleshooting
Topic: Mob Roaming / Pathfinding
Replies: 3
Views: 2990

Re: Mob Roaming / Pathfinding

Make sure that you have the meshes for each zone in the navmesh folder in the root of the server
by nasomi
Mon May 09, 2016 12:11 pm
Forum: Server Setup & Guides
Topic: Item Monetary Values
Replies: 5
Views: 4202

Re: Item Monetary Values

That would set the price, but it wouldn't fill the AH. Also be weary of crafting mats, many guild npc's will buy items back for more than the base_sell in item_basic.
by nasomi
Wed May 04, 2016 8:32 am
Forum: Troubleshooting
Topic: error: expansion packs not installed
Replies: 3
Views: 2590

Re: error: expansion packs not installed

When you installed ffxi on your machine,d id you install all the expansions? That isn't from the server, it's from your client
by nasomi
Thu Apr 28, 2016 1:06 pm
Forum: Troubleshooting
Topic: npc trading results in Dc and starting item
Replies: 2
Views: 2141

Re: npc trading results in Dc and starting item

Monk does not have a starting weapon, they get a belt. Everyone else has to equip their weapon from their inventory.
by nasomi
Mon Apr 25, 2016 8:29 am
Forum: General Chat
Topic: Repetitive private servers
Replies: 3
Views: 3396

Re: Repetitive private servers

While neat in theory, when the game was released there were no wiki's to guide you through things. Everything had to be discovered from scratch, which slowed gameplay down considerably. At the current rate of players doing things, people would be out of things to do in very short order, which would ...
by nasomi
Thu Apr 14, 2016 8:56 pm
Forum: Server Setup & Guides
Topic: DSP on a paid hosted server?
Replies: 2
Views: 2759

Re: DSP on a paid hosted server?

I'm in USA, and have people playing in EU and asia, who have nearly zero lag. I even went to japan and thailand, and was able to connect to the server with no lag. The only time where it MIGHT come into play just a little bit, is if you're NM camping against someone in the states.
by nasomi
Thu Apr 14, 2016 8:45 am
Forum: Scripting
Topic: How to make new mobid?
Replies: 6
Views: 3695

Re: How to make new mobid?

Never mind dug around a bit realizing I can only modify other mobs already in a zone. Though I am guess it is possible just will require modifying the source code? Which I do plan to figure out though want to get server set up and open to public before I start something like that. Unless you're mod...
by nasomi
Sat Apr 09, 2016 8:24 pm
Forum: Suggestions
Topic: Alleviating some concerns with database record handling
Replies: 6
Views: 7700

Re: Alleviating some concerns with database record handling

It'd be pretty simple to write a query to tack on to a successful bid to knock out anything more than 10 records, since the current history is 10. Otherwise it'd be fairly simple to write a one time thing you could run at your leisure. The only odwn side of that is that if it's large, it can lock th...
by nasomi
Thu Mar 31, 2016 12:54 pm
Forum: Contributing
Topic: Easter Event
Replies: 0
Views: 6741

Easter Event

FFXI was all about having many different things to do, and their events were legendary. I've made sure to do every event in one way or another, that SE has done over the years, and it's been extremely popular by the players. First is distributing the eggs. You can do it as you please, I had the susp...
by nasomi
Mon Jan 25, 2016 6:54 pm
Forum: Troubleshooting
Topic: Query SQL Tables from Web Server
Replies: 5
Views: 3287

Re: Query SQL Tables from Web Server

For modification, you're going to want some sort of authentication going on, else anyone can do anything, and that's bad. For sever status, this one is easy, just pop in any html file. <?php #Define your variables. $sqlip = yourip; $sqluser = user; $sqlpass = password; $sqldb = database; #Define you...