Jump to content

legion

Members
  • Content Count

    36
  • Joined

  • Last visited

1 Follower

About legion

  • Rank
    Advanced Member
  1. Hi, how much for that patcher and website? Can you do also the account management system on the website?
  2. Oh yeah, it does give the other characters the exp bonus too when one character is wearing the item. Thanks AnnieRuru, gonna use sc_start SC_CASH_RECEIVEITEM,-1,10; sc_start SC_CASH_PLUSEXP,-1,10; and sc_end SC_CASH_RECEIVEITEM; sc_end SC_CASH_PLUSEXP; then.
  3. Actually what I did is to combine evilpuncker's and your script and ended up like this: Script: <" if(readparam(bStr)>=90) bonus bAllStats,1; if(readparam(bStr)>=90) bonus bMaxHPrate,1; if(readparam(bStr)>=90) bonus bMaxSPrate,1; if(readparam(bStr)>=90) bonus bStr,(getrefine()); ModDrop = 110; ModExp = 110; "> OnUnequipScript: <" ModDrop = 100; ModExp = 100; "> And works totally great!
  4. Either solution works, but as you say it, evilpuncker beat you to this, since his solution doesn't require to add additional script for login/logout, but your solution works as flawless as his, Thanks to both of you!
  5. http://herc.ws/wiki/Timers_%28Scripting%29#AttachNPCTimer1. attachnpctimer is a npc type timer that is attached to the npc 2. addtimer is a player type timer that is attached to the player they are different 3. sleep type timer ... my favorite 4. static timer ... gettimetick(2) Hi, AnnieRuru, how can I make it like, when a player wears "x" headgear he can use @autoloot? Thanks!
  6. Hi, this script is complicated, I tried doing this with what I see in item_bonus.txt but can't get it to work, please help. If base STR is 90+, All State +1, MaxHP,MaxSP +1%, STR + 1 for each refine upgrade. When hunting monsters, EXP and DROP rate increased by 10%.
  7. Hi, I added Twilight (Costume), Kirin Wings (Garment) and Golden Wings (Garment) to my server. All these custom items does not have the ³² and ¿© sprite and act files with them (because they are not headgears) just the basic ¾ÆÀÌÅÛ sprite and act files. Now when I equip them in-game, the sprite doesn't show up. I tried duplicating the sprite and act files from the ¾ÆÀÌÅÛ folder and placing them in the ³² and ¿© folder, but still it doesn't work. Any ideas how to fix this?
  8. Worked like a charm! I didn't know there is that setting in items.conf, thanks jaBote!
  9. Hi, I added custom headgears in my server, 2 headgears actually, one for female and one for male. I already put "Gender: 0" for female headgear and "Gender: 1" for male headgear in itemdb2.conf. But I tested it ingame, the female headgear can still be worn by male characters, and the male headgear by female characters. Any ideas why?
  10. Hi, does the itemdb2.conf have a limit? I started my custom items from ID 40000 and it doesn't seem to work. Item cannot be found. But When I was using ID 30000 it works.
  11. Should I still do these steps even though I diffed read lua before lub: You must compile to lub if you leave space between IDs, if you don't plan on compiling to lub, make sure you do not skip any numbers. Delete the accname.lub and accessoryid.lub. Now that you are done, make sure luac.exe is in your datainfo folder, right click the luac.exe, create a shortcut, right click the shortcut, and click properties, in the target area, add right after the quotes, with the quotes: -o "accessoryid.lub" "accessoryid.lua" So that it looks something like this: "C:Program Files (x86)GravityROdatalua filesdatainfoluac5.0.2.exe" -o "accessoryid.lub" "accessoryid.lua" Do this also to "accname.lub" except instead of accessoryid in the quotes, do accname. If there is any lua file leftover, you may want to move it somewhere else just for future changes, like My Documents. For future reference, this is also how you turn the other lub files to lua files.
  12. So my accname.lua and accessoryid.lua should be placed in data/LuaFiles514/lua files/datainfo?
  13. Hi, i'm using 2012/04/10 client and I can't get my custom headgears to work. I think I'm having problems with my accname.lua and accessoryid.lua My questions are: What is the difference between lub and lua files? What file do I need for this client? lub or lua? Where do I put them? In the System folder or data folder? Can you give me the exact/correct path for each folder/file? What is the difference between "lua files" folder and "LuaFiles514" folder? I've also followed the guide in this link but still didn't work for me: http://herc.ws/wiki/Custom_Items
  14. Thanks Annie your the best!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.