Search found 5 matches
- Thu Nov 01, 2012 10:01 pm
- Forum: Troubleshooting
- Topic: Computer was frozen at the character creation screen
- Replies: 7
- Views: 4687
Re: Computer was frozen at the character creation screen
I got it,thanks a lot for help
- Thu Nov 01, 2012 6:02 pm
- Forum: Troubleshooting
- Topic: Computer was frozen at the character creation screen
- Replies: 7
- Views: 4687
Re: Computer was frozen at the character creation screen
I see,thanks anyway.AH items listed as normal way(from low lv to high lv)
on the official Dark test server,so the function not released yet ?
on the official Dark test server,so the function not released yet ?
- Thu Nov 01, 2012 1:51 pm
- Forum: Troubleshooting
- Topic: Computer was frozen at the character creation screen
- Replies: 7
- Views: 4687
Re: Computer was frozen at the character creation screen
Thanks a lot,I saw the code there :
std::vector<ahItem*> ItemList = PDataLoader->GetAHItemsToCategry(AHCatID);
But I have no idea about C++,could you tell me how to revise
the list sequence ?
std::vector<ahItem*> ItemList = PDataLoader->GetAHItemsToCategry(AHCatID);
But I have no idea about C++,could you tell me how to revise
the list sequence ?
- Thu Nov 01, 2012 11:49 am
- Forum: Troubleshooting
- Topic: Computer was frozen at the character creation screen
- Replies: 7
- Views: 4687
Re: Computer was frozen at the character creation screen
Sorry to bother you guys,I got the server up,just download
all the source code again and build it.
Now I got the other question,the items in Ah are listed from
high lv to low lv,how can I make it from low lv to high lv ?
Thanks in advance.
all the source code again and build it.
Now I got the other question,the items in Ah are listed from
high lv to low lv,how can I make it from low lv to high lv ?
Thanks in advance.
- Wed Oct 31, 2012 9:38 pm
- Forum: Troubleshooting
- Topic: Computer was frozen at the character creation screen
- Replies: 7
- Views: 4687
Computer was frozen at the character creation screen
Hello,I'm new to here and very glad that I got the chance to plat FFXI again. I got my FFXI installed(with all expansions) and can connect to official Dark Test Server(46.38.63.32) and it works fine with login by FFXI-boot. Then I tried to build my own server,followed the Wiki server setup guidance,...