Jump to content

SorryV2

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by SorryV2

  1. Oh btw, my group_id keeps on getting 6 instead of the default 5. Where should I fix that? I already edited my login_athena.conf and groups.conf
  2. Hello, So I have this item with details 40000,VIP_1_Day,VIP 1 Day,0,,,1,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*1); },{},{} and when the user/player uses the item it disconnects the player and when they try to relog or even make a new character on the same account, they cant log in back. i enabled the VIP system in src/config/core.hpp /// Uncomment to enable VIP system. #define VIP_ENABLE Can anyone help me with this matter? im running my server on a linux vps. Thanks so much!
  3. oohh isee. i found an idea. but what if the user is a vip? i would actually like to separate the vip player from regular player.
  4. Can't find it tho, asI already copied the sprite name of the item from iteminfo and searched it on the data folder of the grf, it doesn't exist.
  5. i dont have a VIP npc but will do search it and revise. thanks for the information.
  6. meaning on the item script i will bind at the atcommand?
  7. HELLO, CAN ANYONE PROVIDE ME A BATTLE MANUAL RESOURCES, LIKE COLLECTION BMP, ITEM BMP, SPRITES AND ACT? THANK YOU IN ADVANCE.
  8. I had enabled VIP system but Its a separate function from what I'm doing. It's like a different system from VIP to F2P. you get what I mean? xD Sorry though I can't elaborate.
  9. Can someone help me with an item script that changes the group id then turns back to previous id when expired? So I have this certain item for example a certificate that can use @autoloot (modified groupid) when used then goes back to (groupid 0) when it expired. This is my item script. LoL IDK if I'm doing it right. "{if (groupid==0) changegroupid (groupid==7);rentitem 32004,2592000},{},{}" A help will be so much appreciated. Thank you in advance.
×
×
  • Create New...