Jump to content

Eurydice

Members
  • Posts

    414
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Eurydice

  1. Don't put a "," at the end of the last item in your lua files.
  2. db/re or pre-re/item_trade.txt //Item Trading Restrictions File //Specify here special rules for item trading. //Item ID, TradeMask, GM-Level Override //Trading mask values: //1:Item can't be droped //2:Item can't be traded (nor vended) //4:Wedded partner can override restriction 2. //8:Item can't be sold to npcs //16:Item can't be placed in the cart //32:Item can't be placed in the storage //64:Item can't be placed in the guild storage //128:Item can't be attached to mail //256:Item can't be auctioned //Example: //1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67), //only GMs of GM-level 50 and up can override the setting.
  3. Do the source coding by yourself if you want it that bad and if cannot wait for it.
  4. Oh look, Google. http://rathena.org/wiki/Custom_Maps#Adding_Custom_Maps
  5. You already posted your question in there. Just wait for JayPee to respond. No need for multiple posts and topics. You're also in the wrong section. If JayPee wishes to respond to this topic, he can freely do so. MOVED and CLOSED.
  6. mp3nametable.txt (just extract it from your data.grf) mapname.rsw#bgmmp3.mp3# Example: prontera.rsw#bgm08.mp3#
  7. MOO MOO MOO! Spam!

  8. I'm sorry sir, you just got pussywhipped.

  9. I'm sorry sir, you just got pussywhipped.

  10. There's a REPORT BUTTON, if you don't know how to use it. I suggest you try it instead of your aimless whining. @Topic Starter We have a Wiki, the guides are simple and easy to follow. >_> http://rathena.org/wiki/Main_Page
  11. Ganito po kasi yan... Headgear sprite -> More than one frame, usually 4 or more. Ito yung nasa head ng character. Drop sprite -> 1 frame. Ito yung kapag nadrop mo yung headgear. Hindi mo mafifix yung .act file mo kung mali naman yung sprite na nasa folder mo. =_=; Download mo yung spriteconview para malaman mo kung alin yung sprite at drop sprite. http://rathena.org/w...ems#Client_Side Headgear sprite should go into.. datasprite¾Ç¼¼»Ç¸®¿© -> Female, lagyan mo ng ¿©_ sa simula nung sprite file name. datasprite¾Ç¼¼»Ç¸®³² -> Male, lagyan mo ng ³²_ sa simula nung sprite file name Dapat yung sprite and act file na ilalagay mo dyan ay may 2 or more frames. datasprite¾ÆÀÌÅÛ -> Dito mo ilalagay yung drop sprite mo, na may 1 frame, di mo na kailangang iedit yung sprite and act file name.
  12. src/map/status.h /** * Max Refine available to your server * Changing this limit requires edits to refine_db.txt **/ #ifdef RENEWAL # define MAX_REFINE 20 #else # define MAX_REFINE 10 #endif enum refine_type { REFINE_TYPE_ARMOR = 0, REFINE_TYPE_WEAPON1 = 1, REFINE_TYPE_WEAPON2 = 2, REFINE_TYPE_WEAPON3 = 3, REFINE_TYPE_WEAPON4 = 4, REFINE_TYPE_MAX = 5 };
  13. Nilagay mo yung sprite sa maling folder. Drop sprite yan.
  14. 100000 = 10% 1000000 = 100%
  15. LUA -> readable LUB -> not readable Yan yung main difference. Kaya kinocompile yung lua to lub para sa security. Para hindi mabasa yung data sa loob ng file. Lua Files More Links Here The topic title is a little bit misleading. :c
  16. What I see in-game: What I see in the char selection screen: I figured this might be a client problem more than a graphics problem. No errors popped out anywhere. o Client date: 20110531 Lua files: 20110525 (with a few updates) Solved. It's a client bug. o 20110531 client doesn't show the palette colors in the Character Selection screen.
  17. db/item_trade.txt or in rAthena... db/re/item_trade.txt or db/pre-re/item_trade.txt //Item Trading Restrictions File //Specify here special rules for item trading. //Item ID, TradeMask, GM-Level Override //Trading mask values: //1:Item can't be droped //2:Item can't be traded (nor vended) //4:Wedded partner can override restriction 2. //8:Item can't be sold to npcs //16:Item can't be placed in the cart //32:Item can't be placed in the storage //64:Item can't be placed in the guild storage //128:Item can't be attached to mail //256:Item can't be auctioned //Example: //1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67), //only GMs of GM-level 50 and up can override the setting. 2629,3,99 [Megingjard Item ID#, Trade Mask (Item can't be dropped nor vended), Only GMs level 99 or higher can drop this item]
  18. Please post in the right section next time. Thanks.
  19. Agamogenesis
  20. People are high-headed and narrow-minded.

  21. I get it. I'm not an idiot. Don't go all condescending on me just because you feel like it. Make your own script.
  22. It's not drop penalty, it's drop modifier. ._.; src/map/config/Renewal.h /** * Renewal Drop Rate Modifier * @values: 1 (enabled) or 0 (disabled) * - When enabled a modifier based on difference between the player and the monster level is applied, * - based on the http://irowiki.org/wiki/Drop_System#Level_Factor table **/ #define RE_DROP_MOD 0 Set it to 0. Credits to Ind!
  23. npc/guild/agit_template.txt Regarding skill_nocast_db.txt, it works when WoE is on. If you don't want it to work in the castle maps at all times, put them in zones and flag them.
  24. Edit the itemslottable and itemslotcounttable. And it should work.
  25. http://irowiki.org/wiki/Autocast It doesn't talk about silence but I believe so. Being a PvP player before, I've seen people using autocast weapons when they're fighting a status effect user. (That was a loooong time ago though.)
×
×
  • Create New...