Jump to content

xtiand

Members
  • Posts

    24
  • Joined

  • Last visited

About xtiand

  • Birthday November 27

Profile Information

  • Gender
    Male
  • Location
    Toronto, CA

Recent Profile Visitors

1122 profile views

xtiand's Achievements

Poring

Poring (1/15)

0

Reputation

1

Community Answers

  1. So you're decompiling the lua to lub? luac 5.0.2 doesn't really work.. try using this instead: luac5.1.4.rar
  2. I got disconnected from the server whenever I choose Zeny or Cash, then I remembered I used mySQL for my item db. So, those of you who use mysql as well, just run this script. Hope it helps someone... (Change "item_db2" to whatever your custom item table name is. Not really necessary, but still..
  3. You could try solving the error instead.. That way you won't have errors at all.. What error are getting, anyways? Maybe we could solve it, or maybe we'll know how to diff it..
  4. Congrats that you got it working! What do you mean "use it out from client"? If you meant so that the sprite files aren't in your "data" folder, just put your data folder in a .grf file. That way users won't be able to touch, per se, your custom item's files.
  5. Awesome! I checked every file in the conf folder when I was setting up my server; how come I didn't notice that? xD Thanks, Euphy! Thanks, too, Snow!
  6. What client date are you using?
  7. I already tried it on a male and female regular account..
  8. Hi, I use mySQL as my item db. I have two custom items that I set to be female specific. I use rathena wiki Custom Items as a guide. So, I set its equip_gender to 0. But whenever I made my male GM account wear it, he does wear it.. So, then, I try to create two regular accounts, one male and one female. I try to make the regular female wear it and she wears it, but when I made my regular male try to wear it, he wears it.. Anyone have any idea how to solve this? Thanks!
  9. I figured out that the ones that have "-1" prefixes are the ones that are used for the warlock's spirit balls. I dunno if it's client-specific or anything... I tried editing it into pure transparent bmp, but that didn't make it default into something like the balls clydelion posted (http://rathena.org/board/topic/76860-warlock-summon-balls/?p=169771)..
  10. I dunno if anyone else figured it out, but the ugly balls are in data/texture/effect: fireorb.bmp fire-1.bmp fire-2.bmp fire-3.bmp waterorb.bmp water-1.bmp water-2.bmp water-3.bmp lightningorb.bmp lightning-1.bmp lightning-2.bmp lightning-3.bmp stoneorb.bmp stone-1.bmp stone-2.bmp stone-3.bmp I'm not sure if the BMPs were used for anything else, but I didn't like any of it at all, so I just replaced them with balls I made myself..
  11. edit the data/msgstringtable.txt: EDIT: or just use mine.. I changed mine to U, E, Q, F msgstringtable.txt
  12. Thanks for replying! I guess so.. but, still, I don't want users to edit files like that... I tried to look for it, but all I found is changedirectorylist.lua/lub and I don't think it's that one cause it points the client to look in the folders thats listed in it.. Which lua file can I edit to change the directory?
  13. Hi, I was wondering if there was a way to hide the System folder the same way that we can hide the important files in the data folder in a grf? Cause the iteminfo is out in the open and can easily be modified by a user... Thanks!
  14. Ok. Thanks for the replies, Judas and pr3p!
  15. If they're the same thing, how do I know which one to use? I'm using 2012-04-10 client right now and I have a few custom items, they're using the idnum2 txt files but I want to switch to using the iteminfo.lub (or cskroption.lub?)...
×
×
  • Create New...