Jump to content

PACI

Developer
  • Posts

    402
  • Joined

  • Days Won

    18
  • Feedback

    0%

Everything posted by PACI

  1. I know, I know. New link already available, check out the first post.
  2. pet.summon(mobVnum, name, bool) pet.unsummon(mobVnum) pet.count_summoned() pet.is_summon(mobVnum)
  3. In that table the server saves all character's affects (such as skills, biologist affects, etc), so, I guess the only way to know which affect is from biologist is taking a look to the affect type and the value (from your quests and comparing it with those from the table). BUT! I think you can use a quest for it, like this one (if I ain't wrong):
  4. There're no other methods to do it.. you get the value from the client using the input() function. Just follow the guide.
  5. when kill with npc.get_race() == 8031 or npc.get_race() == 8032 or npc.get_race() == 8033 or npc.get_race() == 8034 begin
  6. Nope, that's not really necessary. Thanks for the suggestion.
  7. Well you can add new types, subtypes, and all that things on ItemData.lua. When I posted the source, I was thinking on not to make any other update, because since I had done the version 1.4, I didn't touch on it anymore. But, that's not a no at all, if I can and if I have time, I could try to add mob_proto converter on this tool. And finally, thanks.
  8. If the problem isn't on input_main.cpp, take a look to OnRecvWhisperError def from game.py, I think.
  9. You didn't get what I said on the first post. Do you really think that someone would give you WoM's pet system? And also, do you really think that Shogun would post WoM's pet system? I can't see the sense on your request.
  10. I don't have any WoM's work, maybe you're talkin' about AoZ's pet system.
  11. It's not possible to use functiones on that kind of things, e.g: when XXXXX.chat.text[pc.getf("lang", "lang")][1] begin The better way (and I guess the unique) to do that is using click event instead of chat. But now with the source I guess all it's possible.
  12. If I made it, it's quite obvious.
  13. You can't, just create a list in python and send the values the array returns.
  14. Using npc.get_vid() (if you use 2089M core or 34083, you should search for a difference file).
  15. I could post the source-code when I finish this project (I have some ideas that I wanted to do). But anyway, it wasn't really hard to do.
  16. Post edited with the newer version of the software.
  17. Send me your item_proto_dump.xml via PM to take a look.
  18. M2 Download Center Download Here ( Internal ) Hi. I wanted to improve my lua skills, so I thought I could create a useful software, something that I would use, and I'm here to post it if someone wants it too. A friend asked me if I could add a sql option, so I added it. Since it's not a "thing from another world", just run the *.bat file with your item_proto_dump.xml on the same folder. Then wait until the process is finished, and go to output folder and take what you wanted. Download: MEGA. Source v1.5: Pastebin. Changelog: Hope it's useful to anyone.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.