Items for new characters?
Hello my name is Joab, I am a guy who likes full so I'm trying to create one, am new and I am giving my best help me there. :):
I've got some questions about where exactly do I add items to new characters created and how.
I know that to add grade level class 11 would be: @StYle +80
Code:
SELECT
@CharacterIdx, @name,
LEV, [EXP], [STR], [DEX], [INT], [PNT], Rank, Alz,
WorldIdx, Position, @StYle+80,
HP, MP, SP, SwdPNT, MagPNT, RankEXP, Flags, WarpBField, MapsBField
FROM cabal_new_character_data
Now I do not know how I add items to new characters much less the session.
But the question is which value I should put and where it would be, that they may all have characters with items or equipped or in your inventory.
Building on the topic, I would like to know the values of others following codes:
Code:
LEV, [EXP], [STR], [DEX], [INT], [PNT], Rank, Alz,
WorldIdx, Position
HP, MP, SP, SwdPNT, MagPNT, RankEXP, Flags, WarpBField, MapsBField
Building on the topic, I would like to know the values of others following codes:
Since style @ + 80 would grade class 11, which the other values so much hp, mp, SWRD, magic and so on?
Because in Brazilian forums there are more people who want to help create a new complete or anything.
Re: Items for new characters?
Quote:
Because in Brazilian forums there are more people who want to help create a new complete or anything.
Go ask Brazil forum.
Re: Items for new characters?
Quote:
Originally Posted by
RikiGaru
Go ask Brazil forum.
My dear if I had solved the problem in Brazilian forums already I would not be here.
Just to think highlight irrelevant the type of comment you made.
Re: Items for new characters?
Quote:
Because in Brazilian forums there are more people who want to help create a new complete or anything.
more people want to help, but why come here.
- - - Updated - - -
Code:
USE [Server01]GO
DECLARE @return_value int
EXEC @return_value = [dbo].[cabal_tool_GetInventory]
@CharacterIdx =
SELECT 'Return Value' = @return_value
GO
copy the Data
Code:
UPDATE [Server01].[dbo].[cabal_new_character_data]
SET
[InventoryData] = your data here
WHERE ClassType = 1
GO
classtype
1 = warrior
2 =
3 =
4 =
5 =
6 =
forgot already.
your item will be inside inventory when create new character
Re: Items for new characters?
Quote:
Originally Posted by
RikiGaru
more people want to help, but why come here.
So the staff here does not help when I say here would be in Brazil. I'm sorry it had misunderstood and I put the wrong words.
And thank you for your attention and by the code.