tried with 4 different characters on 2 different accountsQuote:
Originally Posted by SOnick
level 54
level 50
level 37
level 20
none work.
Printable View
tried with 4 different characters on 2 different accountsQuote:
Originally Posted by SOnick
level 54
level 50
level 37
level 20
none work.
problem solved, i did some research on stored procedures so i could undestand it better lol, turns out my problem was so simple to resolve.
but i have 1 other thing... i want to make a GM only board, where other players cannot view it, but even with permissions 0, any account can still view the board
to anyone who has trouble getting the bbs to work, here is what i did.
load up your data manager, and open the sql code window so you can put in some code.
put in this code:
make sure to run it on your lin2comm database. and that will make a board in the bss that will work ingame. to make more boards just edit the name and description and run it again.Quote:
EXEC dbo.lin_MakeBoard
@parent_bid='0',
@name='Trade',
@location='0',
@description='Buy / Sell',
@type='4',
@admin='Shads',
@permission='255',
@pledge_id='0',
@world_id='1',
@page_size='10',
@keyword='0'