Search found 2 matches
- Sat Dec 02, 2017 6:31 am
- Forum: Contributing
- Topic: Add linkpearl to new characters
- Replies: 33
- Views: 51121
Re: Add linkpearl to new characters
I can confirm this method works,with one change: Change this line: linkshell::AddOnlineMember(PChar, (CItemLinkshell*)PItem); To this: (the last parameter is the slot to equip the pearl, 1 or 2) linkshell::AddOnlineMember(PChar, (CItemLinkshell*)PItem,2); Which step did you follow? Vivitaru's or Te...
- Wed Nov 29, 2017 2:40 am
- Forum: Troubleshooting
- Topic: 3001 error issue
- Replies: 1
- Views: 2506
3001 error issue
I have created a new server recently. I personally have no issue logging into my server but others have an issue. They can create a character but get stuck at the data downloading with black screen then times out and they get a 3001 error. Here is a list of what I have done: I have had them crash it...