View Single Post
  #3  
Old 07-16-2013, 01:28 AM
Drajor's Avatar
Drajor
Developer
 
Join Date: Nov 2012
Location: Halas
Posts: 355
Default

What source version? I am running an older r2214 and just tested this (worked fine). Try changing the line database.MoveCharacterToBind(charid,4); in client.cpp Client::HandlePacket (client.cpp) to database.MoveCharacterToBind(charid,0);

This should move the character to their primary bind rather than home city. If that works then there is a good chance that the home city bind location is not being set correctly during character creation.
__________________
Drajor regards you indifferently -- what would you like your tombstone to say?

Last edited by Drajor; 07-16-2013 at 01:28 AM.. Reason: Spelling.
Reply With Quote