Jump to content

Cinquedea

Members
  • Posts

    31
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Midgard
  • Server
    WBRO

Recent Profile Visitors

1202 profile views

Cinquedea's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hello. How were you able to fix this? Thanks!
  2. Thanks for the reply.I got my trunk files maybe two or a year ago. Anyway, I'll just use the updated version to check. But if there's anything I can do to fix this on my current trunk files, that'd be very helpful. Thanks all.
  3. you mean, there's no way to skip that part? I played on a server before where players can vend items they just placed on their cart. Anyway, I saw a related thread, but there are 49 files to be edited: https://github.com/rathena/rathena/issues/441 =( is there an easier way to resolve this?
  4. I'm sorry for being such a pain, but I can't seem to find any answers for the error that I'm receiving when I try to vend an item that I just placed on my cart. The error says Item 'x' has not yet saved to your cart. Please help. Thanks.
  5. Tried this already. Simply deleting PC Room and TPLUS messed up the whole message display. =(
  6. Hello again! I need some help in changing my VIP message display from a long one to a simple one, or simply delete PC room and TPLUS. Please refer to the attached images. Thanks in advance.
  7. Hello! I searched everywhere, but I can't seem to find an idnum2itemdesctable file with correct pre-renewal matk for wand and staff. For example, a rod's matk is +30 in my current idnum2itemdesctable, but I know it should be +15% matk. I got my current idnum2itemdesctable somewhere in this forum, and they said it is pre-renewal, since the armor defense is correct, but the matk for wand and staff is not. Thanks in advance.
  8. I'm just wondering how can I prevent others from using "special characters" in registering for an account. Ex: I can register for an account using "dog%-#(@($-" as the username. I tried looking for answers in application.php but doesn't seem to solve it. Pls refer at the attached image. Asking for immediate response pls. Thanks in advance.
  9. I was referring to the attached images. I want to simplify the texts like this "format": Exp: 350% Drop: 350% Death Penalty: 0% VIP Remaining Time: (Time in minutes) VIP Expiration: mm/dd/yyyy I once played a server with vip messages like that So i think it is possible but not quite sure if easy.
  10. I was browsing the support sections but can't seem to find answers. My problem is I want to edit what is written in vip message. Currently, it displays rates percentage but with so much text. I just want to edit it to simplifly and add time remaining and expiration date. I know this is not as simple as it looks like but would this be possible? If yes, can someone pls teach me how. Thank you so much.
  11. Replacing the #ifdef VIP_ENABLE // Display item rate increase for VIP. if (pc_isvip(sd) && battle_config.vip_drop_increase) droprate += (droprate * battle_config.vip_drop_increase) / 100; #endif gives error in compiling... But removing it solves the problem.. But another problem has occured, the drop chance in @mi of non-VIP and VIP players are the same. You're a great help, anyway...
×
×
  • Create New...