Jump to content

Sober

Inactive Member
  • Posts

    217
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Sober

  1. Is it better for performance to store my values in the database using mysql_query or using ymir's pc.setqf? I have made a pet system quest with levels and bonuses etc with mysql_query and it seems that when i summon or unsummon my pet i lag for about 2-3 seconds
  2. I have a question... Is it better for performance to store my values in the database using mysql_query or using ymir's pc.setqf? I have made a pet system quest with levels and bonuses etc with mysql_query and it seems that when i summon or unsummon my pet i lag for about 2-3 seconds
  3. wow what a great tutorial xD you don't even have to be a c++ coder to find this out
  4. check your tabs propably you have an error with your tabs.
  5. Try to increase 4-5 more letters the letter limit for the names of the npcs
  6. Can anyone reupload the 28 hd skyboxes that were uploaded in e******?
  7. maybe like that? local test_query = game.mysql_query("SELECT pet"..rowvnum.." from player.pet_level WHERE pid="..pc.get_player_id().." LIMIT 1")[1][1] remember the result of a mysql query is an array
  8. If you set them at type=28 then they are equiped at the costume slot, else if you set them type=18 then when you use them they will be dissapeared from the inventory and the bonus will be running
  9. local finnaly_exp = (pc.get_level() * exp_give / 10) * 2 change it a little bit because this means that as the level of the player increases the exp that the pet will get increases too.This is my expression: local finnaly_exp = math.floor((math.sqrt(npc.get_level()) * exp_give / 10) * 2)
  10. what was wrong with status bar??
  11. because quest flags are deleted when they are set to 0 can you create a questfunction qf_isset something like sessions isset in php? because now i cannot check questflags if they are not set.
  12. Implement these questfunctions if you can please : pet.get_owner_id() add a new event onupdate and this event is triggered every some time which will be specified in config also a questfunction to check if a player has a specific bonus. e.g: affect.check(apply.MAX_HP, 5000)
  13. Please an admin to create a new thread and move all the questions that do not have to do with vanilla's core faults there.It's just disrespect to vanilla, as she said some people will think that the core is buggy and unstable...
  14. Sober

    Linux Based r34083

    I am going do try it on my ubuntu and tell you
  15. check your configs maybe you are loading txt and you don't have the txt files or you are loading sql and you don't have the tables, or they are blank
  16. if you have any question having to do with syserr and other stuff that isn't vanilla's fault just do a thread and write it!Vanilla asked only to report any bugs here not to ask for help...
  17. [Hidden Content] Tell me what do you think By the way thanks for the system
  18. mainline for server binary and novaline for the client binary
×
×
  • 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.