Jump to content
  • 0

Prime Shop Points


sir34l

Question

3 answers to this question

Recommended Posts

  • 0

Can you try that an tell if that right ? 
(I can not check i do not have working primeshop working for Gracia Final.)

Go in "Lin2World" then in "user_point"
Search for your desired character by ID 
I row point type search id 0 of your desired character (I suggest that for test you use your builder account.)
And in count if that 0 change it to something else so you can see that change in game.

If that does not change it be sure to reload character.
If that still not work try to add different Point type ID (ID 6 = Pc cafe point), all other I have no idea yet sorry.)
It does Not require server reboot when you give point. 

If after sometime you still have not found it I suggest to contact Advext and ask them some documentation after all you should have payed for their files :)

When I read their SQL it seem point id is 0 check bellow after "@account_id" :)

CREATE PROCEDURE lin_AddPointsJob
(
    @account_id INT,
    @points INT
)
AS
SET NOCOUNT ON;
INSERT INTO dbo.user_pending_job (account_id, job_type, job_param, job_create_time) VALUES (@account_id, 0, @points, GETDATE())
go
Edited by Jojo_
Link to comment
Share on other sites

  • 0

I tried to use all the existing tables and information and could not add the points

 

Edit: my server did not really have the system, I had to add more tables, in my case it was the account_balance

Edited by sir34l
solved
Link to comment
Share on other sites

  • 0
On ‎11‎/‎11‎/‎2017 at 6:26 PM, sir34l said:

I tried to use all the existing tables and information and could not add the points

 

Edit: my server did not really have the system, I had to add more tables, in my case it was the account_balance


did you enable prime in L2Server.exe?  did you installed primestore sql's x 2 of them? 

Edited by iPlay.GG - KromBacher
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...