Character Change Race and etc...

Ok, fairly simple question (Atleast i hope): What gets flagged when you go to Change Race/Faction/etc? Working on a site and need to figure out how to do this for some tools /emoticons/default_smile.png

you can telenet that with character changerace player_name with some php

To be honesty, I could never get RA to work for some reason…although I’ve never tried anything myself. But tried it with a few diff sites I was toying with and could never get them to work. Is there anyway to do it through the DB? 'Cauz thats cake /emoticons/default_smile.png

Oh yea, P.S. if somebody could help with the whole Telnet, SOAP, w/e… that would be great, would be able to fix up this site and be able to use items for the vote rewards page /emoticons/default_smile.png

Yep it seems the support from the community in regards of SOAP/Telent is utterly lacking.

There seems to be no one willing or able to help out on such issues, which truly is a pity.

My soap problems (link http://www.trinitycore.org/f/index.php?/topic/227-trinitycore-soap-and-me/page__p__1497__hl__soap__fromsearch__1#entry1497) also been there for a while now…

“Characters” - “at_login” column should be the one you want to have a look at.


at_login flags:


    AT_LOGIN_NONE              = 0,

    AT_LOGIN_RENAME            = 1,

    AT_LOGIN_RESET_SPELLS      = 2,

    AT_LOGIN_RESET_TALENTS     = 4,

    AT_LOGIN_CUSTOMIZE         = 8,

    AT_LOGIN_RESET_PET_TALENTS = 16,

    AT_LOGIN_FIRST             = 32,

    AT_LOGIN_CHANGE_FACTION    = 64,

    AT_LOGIN_CHANGE_RACE       = 128


note: values are in decimal.

Actually that is exactly what I was looking fer, can’t believe I missed something so simple…Thanks alot /emoticons/default_smile.png

Ehm Easy xD

Use PHP to connect

characters(DB)---->characters(Table)—> Find what you need