Jump to content

Recommended Posts

  • Active Member

Hi i'm trying to finish my VIP-TICKET system and i've already finished, the last thing what i need to do is to make a quest when login and pc.get_name() like [VIP] to give a letter? how can i do this? anyone has an idea ?

Link to comment
https://metin2.dev/topic/4245-is-it-possbile-something-like-this/
Share on other sites

  • Active Member

when login with string.match(pc.get_name(),"[VIP]") begin

Thank you very much for the fast reply i will try that

 

Metin2dev the best :D

  • Active Member

u should proably google next time about lua xD

And if I don't have string.match function ?

  • Active Member
SYSERR: Dec 12 20:39:54 :: RunState: LUA_ERROR: [string "stash"]:2: attempt to call field `match' (a nil value)
SYSERR: Dec 12 20:39:54 :: GetQuestStateName: QUEST wrong quest state file stash.0
 
:mellow:

use string.find then ...

string.find(pc.get_name(),"[VIP]")  != nil

which should definitly work because of:

https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

Edited by Metin2 Dev
Core X - External 2 Internal
  • Active Member

use string.find then ...

string.find(pc.get_name(),"[VIP]")  ~=/!= ""

which should definitly work because of:

https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

 

 

That worked, again thank you so much!

 

The thread can be closed#

Edited by Metin2 Dev
Core X - External 2 Internal
  • Active Member

There is a problem.. i finished all my quests but when players login into the game some of them got VIP without being VIP :| so the function is history X_X

Jep. All Quest Commands don't read the [ ] Chrakters.

You have to edit the source to Change it ;)

Or insert a new row in the account table with name "isVip" and use a ENUM as selection or Boolean. (1/0 - True/false)

 

Greatz

  • Active Member

With:

when login with string.find(pc.get_name(), "%[VIP%]") begin

should work fine. 'Cause some functions don't read some special characters (like [] )

 

PACI helped me and that worked.

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.