Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Stolao

  1. Thank you very much Euphy ill get right on updating as for Reminder[1], if the server, account and character login combined are equal to a multiple of Reminder[1] it will message the player with a .Message$ again, kinda pointless but i figured I'd add another option
  2. Can you please use a codebox when you post like this.
  3. I've always used a MOTD script and not the txt in the conf I find it far easier and more customized @Toasterofdoom, I'm assuming if we implemented this we would remove and hardcore reference to the script.
  4. I love this idea, but would this cause more strain on a server then the current way?
  5. +1 Instantly I got like 30 ideas for this
  6. Just write an onloadmapevent script for this.
  7. Stolao

    VIP System

    Isn't there already a bonus exp on kill race that's stackable with the SC_ in item bonus, Though I have always found it annoying there was only 1 SC_ for bonus exp, I wouldn't mind seeing a 2nd one. And if official then all more reason. +1 on this
  8. Can you reword your request, can't figure out what you want.
  9. @Euphy, AnnieRuru, Emistry and other scripters better then me, how can I optimize/improve this script further?
  10. Stolao

    PIN Code

    If official then should be added, but definitely add conf to disable it, I don't want to use it.
  11. I think removing pre would be best from a development standpoint, so long as eAathena is up and running server owners can go there for pre.
  12. Thank you, tell me if you have any suggestions.
  13. Its an undeclared function "npcskill" meaning your svn is missing this script command 1st make sure your svn has this command if it doesn't then update you svn to newer version If it does then perhaps you either installed an update or diff mod incorrectly, in which case try recompiling, if that fails download latest svn
  14. There is a difference between this and item_trade, this would create a single instance of that items being bound, while the item_trade blocks its trade altogether. example: getitembound 1136; //(Solar Sword[0]) this one Solar Sword[0] would not be trade-able, however if they go and get it from Pharaoh that one would be trade-able I don't think its worth adding though because this can be done via duplicate item in item_db2 and make that restricted in the item_trade Only Instance getitembound would be useful imo is when you want a common gear account bound and its involved in quests so would have to modify the quest script
  15. @ ejay Ill add that option into it @jipetkiname NP Edit: Updated with option + new features XD
  16. fixed a typo in script, missing "f" in "if"
  17. Isn't it standard to be muted when using the berserk skill?
  18. The argument quotes are off topic, Back on topic; I haven't been on rA long but I do agree that nsiuid is hard to read and understand, unique_id or nsi_uid would be much better, just imo Btw I like this feature
  19. I'd offer to send me and have me do for you, but I'm @work using phone ATM. Copy the files into a new text file and fiddle best way to learn. Edit: if want post it here or pm me and ill see what I can do with phone Edit2: Updated Main Post with new version, also @ home now~
  20. Combine them, if you use the".rest" be sure my script is last and be sure to combine any OnInit lables EDIT: Backup your files
  21. Im not sure. Do you have another OnPcLoginEvent?
  22. Kk will add (thought of it but too lazy to add before ) If do any major edits feel free to share~
  23. Stolao

    max item limit

    Ty, how the _ did I miss this Idk God I need more sleep
  24. Stolao

    max item limit

    Update: I've searched every instance of "#define" and instance of "item" in the my servers sorce, to no avail. Also there is no debug info displayed in the server when an item with an Id greater then 32767 is listed, however said item is not generated through @item nor getitem. I assume this is a sorce "bug" and not a client issue, I have a very extensive item_db and have not even started adding my collection of ~5k headgear (mostly recolors) I collected over the years, so I'd really like this "bug" fixed.
×
×
  • Create New...