[Requests] 3 Slots Character

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 1, 2007
Messages
29
Reaction score
0
[RESOLVE] 3 Slots Character

Hello,

Here I have a problem. Instead of having 5 places for the characters is limited to 3.

I know or have this problem.

Thank you for your help

ps:I am not very friendly with the English langague ^_^
 
Last edited:
Code:
if((select count(*) from TB_CHARACTER where USER_IDX = @USER_IDX and CHARACTER_STANDINDEX != 5) > [COLOR=red]2[/COLOR])

Change to :

Code:
if((select count(*) from TB_CHARACTER where USER_IDX = @USER_IDX and CHARACTER_STANDINDEX != 5) > [COLOR=red]6[/COLOR])

Problem resolved !

:rolleyes:
 
Status
Not open for further replies.
Back