Jump to content

ays297

Members
  • Posts

    49
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Not Telling
  • Location
    Philippines

Recent Profile Visitors

2138 profile views

ays297's Achievements

Poring

Poring (1/15)

0

Reputation

  1. ays297

    Non-RO VPS

    How about setting up an ro? Is it the same? And does it have ddos protection? And i also use putty and winscp to communicate with my server, not using vnc.
  2. ays297

    Non-RO VPS

    Hey, I just wanted to know if using a non-ro vps is actually better than using an RO vps. And if yes, what's the best hosting should I go for? And also, is there any difference in setting up a RO on a non-RO VPS? If yes, would you please help me?
  3. Is there any way to change the exp rate of each players, not as a whole? For example exprate = exp_rate / <var>
  4. I want to be able to drop an item but I also need the refines, and cards compounded into it to be included when drop. Any idea how to do it? It seems that there's no such thing as makeitem2
  5. Well, this might be offtopic but I wanna know what's the difference of using the normal character variable, the one found in global_reg_something, and the one you just made where you create a new table.
  6. Can't we just use a regular character variable for the rebirths?
  7. Is there an event that triggers when you attack a player? Or something similar that I can use when a player attack another player on a PK map?
  8. Regarding exp gain, I found out how to do that part, but I'd like to know how to increase exp required to level up depending on some character variable? Tried this but didn't work, something to do with attachrid, Thanks to the both of you
  9. Is it possible for the db file mainly exp.txt to be multiplied or manipulated by a character variable? I'd like to change/increase the exp required to level up depending on a certain character variable.
  10. Well, what I'm really after is to reduce the exp gain per a certain character variable. For now, I'm really having a hard time doing it myself via pc.c in the part of pc_expgain, so if anyone is willing to help, I'm fine with that. If reducing the exp gain is really that impossible, at least manipulating the exp table located in the db folder is fine by me as long as the exp required to levelup is increased per a certain character variable. Thanks in advance.
  11. Well, I have a code like this expred = pc_readregistry(sd,"expred",3); and whenever I compile, it returns an undefined value. Is there something wrong with my syntax or what? And if you can just help me how to give an exp reduction per variable example formula total exp gained = total exp gained - expred
  12. EDIT: NVM, I found out how to do it. Thanks emistry.
  13. I just wanna now how can I add a character variable in the some @commands like @who. like: switch (display_type) { case 2: { StrBuf->Printf(&buf, msg_txt(343), pl_sd->status.name); // "Name: %s " if (pc_get_group_id(pl_sd) > 0) // Player title, if exists StrBuf->Printf(&buf, msg_txt(344), pc_group_id2name(pc_get_group_id(pl_sd))); // "(%s) " StrBuf->Printf(&buf, msg_txt(347), pl_sd->status.base_level, pl_sd->status.job_level, job_name(pl_sd->status.class_)); // "| Lv:%d/%d | Job: %s" break;
×
×
  • Create New...