Help __VIP

Results 1 to 6 of 6
  1. #1
    Newbie iflyffmc is offline
    MemberRank
    Oct 2022 Join Date
    17Posts

    Help __VIP

    Hi im wondering about the __VIP feature of nanusv22 i try to leech it its all good and working the stats is working but when i try to logout and relogin again the stats of vip is gone but the [VIP] Title in my Character was still there. Any idea's what is the problem?


  2. #2
    Sorcerer Supreme Percuflex is offline
    Member +Rank
    Jan 2020 Join Date
    PalestineLocation
    255Posts
    Quote Originally Posted by iflyffmc View Post
    Hi im wondering about the __VIP feature of nanusv22 i try to leech it its all good and working the stats is working but when i try to logout and relogin again the stats of vip is gone but the [VIP] Title in my Character was still there. Any idea's what is the problem?
    I'd take a look at the code and check if it requires a DB change.

  3. #3
    Newbie iflyffmc is offline
    MemberRank
    Oct 2022 Join Date
    17Posts
    Quote Originally Posted by Percuflex View Post
    I'd take a look at the code and check if it requires a DB change.
    I see, Can you share it how to add it in the database please?

  4. #4
    Newbie Ketchup is offline
    MemberRank
    Jan 2009 Join Date
    23Posts
    Quote Originally Posted by iflyffmc View Post
    I see, Can you share it how to add it in the database please?
    Look @ the other database CHARACTER_TBL and the column to yours.
    Look @ the other database CHARACTER_STR and add the missing parts to yours.

    This is pretty basic stuff.

  5. #5
    Newbie veryez2k1 is offline
    MemberRank
    Sep 2022 Join Date
    7Posts
    Quote Originally Posted by iflyffmc View Post
    Hi im wondering about the __VIP feature of nanusv22 i try to leech it its all good and working the stats is working but when i try to logout and relogin again the stats of vip is gone but the [VIP] Title in my Character was still there. Any idea's what is the problem?
    Check if you have Nanus' VIP.inc (It's in resource, and it's in the CProject::LoadVIP() function if you want to make one from scratch on your VIP via resource.)

    The main problem you will encounter with Nanus' VIP system is that the VIP Timer doesn't go down when logged out (If you want to learn, you would want to resolve this just by exploring your source/resource, check what other item runs down when logged out and work your way from there.)

    There's also another problem if a player sees a way to remove effects (or if you have __REMOVE_EFFECT on your source.), the VIP bonuses stack like jenga.

    Cheers,

  6. #6
    Newbie iflyffmc is offline
    MemberRank
    Oct 2022 Join Date
    17Posts
    Quote Originally Posted by Ketchup View Post
    Look @ the other database CHARACTER_TBL and the column to yours.
    Look @ the other database CHARACTER_STR and add the missing parts to yours.

    This is pretty basic stuff.
    i can't see script from nanus database is there any specific database has this kind of edit?

    - - - Updated - - -

    Quote Originally Posted by veryez2k1 View Post
    Check if you have Nanus' VIP.inc (It's in resource, and it's in the CProject::LoadVIP() function if you want to make one from scratch on your VIP via resource.)

    The main problem you will encounter with Nanus' VIP system is that the VIP Timer doesn't go down when logged out (If you want to learn, you would want to resolve this just by exploring your source/resource, check what other item runs down when logged out and work your way from there.)

    There's also another problem if a player sees a way to remove effects (or if you have __REMOVE_EFFECT on your source.), the VIP bonuses stack like jenga.

    Cheers,
    VIP.inc is already in my resource and i think if i don't have it in my resource i can't use the vip scroll or i will have an error after i run the server that i don't have "VIP.inc" in my resource

    about the VIP timer i already fixed it it's basically in spec_item edits



Advertisement