Items for new characters?

Results 1 to 5 of 5
  1. #1
    Apprentice Joab Vieira is offline
    MemberRank
    Jul 2012 Join Date
    SP, BrazilLocation
    15Posts

    smile 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.


  2. #2
    Nothing Personal xFly is offline
    MemberRank
    Jan 2014 Join Date
    448Posts

    Re: Items for new characters?

    Because in Brazilian forums there are more people who want to help create a new complete or anything.
    Go ask Brazil forum.

  3. #3
    Apprentice Joab Vieira is offline
    MemberRank
    Jul 2012 Join Date
    SP, BrazilLocation
    15Posts

    Re: Items for new characters?

    Quote Originally Posted by RikiGaru View Post
    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.
    Last edited by Joab Vieira; 02-12-15 at 01:34 PM. Reason: Coherence

  4. #4
    Nothing Personal xFly is offline
    MemberRank
    Jan 2014 Join Date
    448Posts

    Re: Items for new characters?

    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

  5. #5
    Apprentice Joab Vieira is offline
    MemberRank
    Jul 2012 Join Date
    SP, BrazilLocation
    15Posts

    Re: Items for new characters?

    Quote Originally Posted by RikiGaru View Post
    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.



Advertisement