[Holley] the vip is removed when I leave the game

Join Discord

Cayetano

Dedicated Member
Dedicated Member
May 2, 2014
34
2
34
Hello everyone,
my problem is that when a character gets VIP, when he leaves the game he is removed, the integrals are also erased.
I hope you can help me, thank you very much

---Google Translator---
 

Cayetano

Dedicated Member
Dedicated Member
May 2, 2014
34
2
34
Thanks for your answer.I use the Jifen system,
HLSCRIPTCMD SETVIPLEVEL 30
HLSCRIPTCMD SETVIPTIME 7


As soon as the character leaves the game, the jifen_TBL and VIP points are deleted

Thank you!

 
Upvote 0

astral

Dedicated Member
Dedicated Member
Dec 14, 2012
109
3
45
Poland
look at this



#SAY
{FCOLOR/12}You want to have the VIP promotion?\
A VIP promotion will give you 30% extra \w
experience for a limited time...\\


{FCOLOR/12}Buy: <[ 1Day VIP ]/@VIP(1000,1,3)> for 1000 integrals{FCOLOR/12}\
{FCOLOR/12}Buy: <[ 3Day VIP ]/@VIP(1150,3,3)> for 1150 integrals{FCOLOR/12}\
{FCOLOR/12}Buy: <[ 5Day VIP ]/@VIP(1300,5,3)> for 1300 integrals{FCOLOR/12}\
{FCOLOR/12}Buy: <[ 7Day VIP ]/@VIP(1500,7,3)>{FCOLOR/12} for 1500 integrals{FCOLOR/12}\
{FCOLOR/12}<[ Return ]/@main>{FCOLOR/12}\\


[@VIP()]
#ACT
MOV D1 %ARG(1)
MOV D2 %ARG(2)
MOV D3 %ARG(3)
goto @BuyVIP


[@BuyVIP]
#IF
HLSCRIPTCMD CHECKPOINT %D1
#ACT
HLSCRIPTCMD SETVIPTIME %D2
HLSCRIPTCMD SETVIPLEVEL %D3
HLSCRIPTCMD SETPOINT - %D1
#SAY
You have now purchased a <$OUTPUT(D2)> day long VIP promotion.\
Your integral is now currently {FCOLOR/1}<$HLPOINT>{FCOLOR/12}.\\
<Return/@main>
#elseact
goto @helpjf


[@helpjf]
#SAY
You currently can not afford a <$OUTPUT(D2)> day long VIP promotion.\
This costs <$OUTPUT(D1)> integrals, you only have <$HLPOINT>.\\
<Return/@main>
 
Upvote 0

Cayetano

Dedicated Member
Dedicated Member
May 2, 2014
34
2
34
I appreciate your response, but I've already tried it.
The problem is that while the player is in the game, he can use the jifen system, but once he leaves it is automatically deleted from the database, the integral points remain at 0, the vip experience is erased.
and on the CD it appears:
[Exception] Holley plug-in error code: 14

Thank You for your help
 
Upvote 0