Adding stuff and skills from original cabal ep4 - porta inferno

Results 1 to 2 of 2
  1. #1
    Account Upgraded | Title Enabled! xXxAxXx is offline
    MemberRank
    Apr 2011 Join Date
    UndergroudLocation
    420Posts

    Adding stuff and skills from original cabal ep4 - porta inferno

    So i just started to add thing from the cabal online official version ep4.
    I started with adding first the facekit`s.I succesfully edited the item.enc and cabal.enc and the cabal_msg.enc
    I am stuck on adding the details to item.scp in the server.What extacly do i need to add there?


  2. #2
    Account Upgraded | Title Enabled! SpeedDevil is offline
    MemberRank
    Jul 2009 Join Date
    BelgiumLocation
    484Posts

    Re: Adding stuff and skills from original cabal ep4 - porta inferno

    Quote Originally Posted by Popa Andrei View Post
    I am stuck on adding the details to item.scp in the server.What extacly do i need to add there?
    It's the basic working method but here I used an epaulet as example.

    Quote Originally Posted by SpeedDevil View Post
    As I said the second one you have to make yourself. It's the easiest thing ever as the template uses the exact same names as the column names in the item.scp. So:
    Code:
    [Item]	Type		PriceSell
    [Item] is the item id which in my case was 1459 so you fill in.
    Code:
    [Item]	Type		PriceSell
    1459
    Then the Type you look at 'enum TYPE Type' and it'll state 'Epaulet - IDT_CLOK (17)' so what you fill in will then be
    Code:
    [Item]	Type		PriceSell
    1459	@IDT_CLOK
    And PriceSell can be found at 'uint32 PriceSell'
    Code:
    [Item]	Type		PriceSell
    1459	@IDT_CLOK	0
    Now just follow that for all the columns.

    Greetz,
    Speedy



Advertisement