Jump to content

Rin4a

Members
  • Posts

    220
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Rin4a

  1. kind of weird bumping 1 year old post... anyway who use Oneo these days?
  2. well I guess I could that option... we'll see :)
  3. ahh :) well nice job!
  4. your design is good :) maybe you could share your shop? :D
  5. this is not a core buffer... it's a buffer written in python... and unlike others this buffer has some special features
  6. why don't you check it out... in some ways it's the same - it casts buffs, but how it casts the buffs and other available options makes it to be different
  7. nice job, but every server holder should know how to do this...
  8. v1.2 has been released! see the first post!
  9. damn... just learn PHP and apply 2 queries... it's not that hard...
  10. always welcome :)
  11. Mathim, well I'm planning to make a scheme buffer, but that's in future. first I want to finish this buffer, so I could use the same engine for the scheme buffer
  12. it's nice, only you could make it much shorter...
  13. i like the text you added in the web :D good job
  14. simple but original :) good job
  15. it's ok... it was just a tip from my side ;) anyway if you want to learn python or java, check out my 4shared account! I have uploaded video lessons in there! http://www.4shared.com/account/dir/6264003/ab2e8dff/sharing.html?rnd=37
  16. nice try, but next time try to rip a better website... and SaLeoTragem, there's no point of insulting anyone if they don't know about something...
  17. great job! keep it coming!
  18. probably he doesn't know how to backup the database right... and that is caused by mysql... try to reinstall mysql and reinstall the server
  19. if anyone wearing a pink dress is considered sexy, then I'm a sexy space monkey... well actually I'm not, but I just don't admit it... :P
  20. show me the part of the panda that is called sexy :D
  21. that... thing... in second photo looks creepy... zombie panda in a pink dress :D great job :)
  22. this is a shop indeed, but it isn't mega... design is a bit crappy... it's not that organized... but nice try.. and did milosina or Whatzzaapppp create this shop? just making things clear btw...
  23. he has been requesting for developers for a long time, so that makes it just like you said, liquid_ice... and yes, mana potions can be enabled in config files, but if it still doesn't work, you always can edit Elixir of Mental Strength stats... just remove the reuse delay and you are ready to go...
  24. and those buffs work for the pet? o_O i thought that regular buffs can't be used on pets and why did you keep restoreHpMp? it doesn't work for the pet in any way... and just for your information, I would do it this way: I would make a function to save space and later on I would call it, or even better, to not to mess with "if event== and so on", I would make an array where I would store all buff data, so the code would be much more smaller in size... here's how it would look like: # buff data is stored in this way: id, level, html file name (without .htm) assuming that every value is an integer value buff_data = [[1085,3,1],[1304,3,2],[1087,3,3]] # only a part of the buff list # function to cast the buff def castBuff(id,level,htmlNum) : SkillTable.getInstance().getInfo(id,level).getEffects(st.getPlayer(),st.getPet(),st.getPlayer(),st.getPet()) return str(htmlNum)+".htm" and all you would have to do to make the buff casting work depending on the event number is: castBuff(buff_data[event][0],buff_data[event][1],buff_data[event][2]) or you can do it without the custom function, so it would look like this: SkillTable.getInstance().getInfo(buff_data[event][0],buff_data[event][1]).getEffects(st.getPlayer(),st.getPet(),st.getPlayer(),st.getPet()) return str(buff_data[event][2])+".htm" if you understood everything, try to make the next version to be like this, or if you will have problems, write here and I will make it working properly btw: it can be done more clearly with dictionaries, and if I will remember how to use them, I will write the second way using dictionaries not arrays
  25. and what's in it for developer?
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock