Jump to content

boaspessoal

Member
  • Posts

    65
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by boaspessoal

  1. this is the same method officials use I believe, no reason to think there will be inconsistencies(which in fact there won't)
  2. So you would get kicked out every 10 seconds without this change?... Use questflag instead of partyflag when returning the dungeon index(store it whenever you login into the dungeon itself)
  3. In theory it should, but to use math.random properly you need to use math.randomseed before, otherwise it's going to keep generating the same number. I would personally use number instead of math.random, also use local before declaring any new variable, you can change it after if you want.
  4. If you're going to use stuff like this on a quest why not simply use pc.give_item2_select(vnum, 1); item.equip();
  5. I think it simply applies to ranged attacks. So in char_battle -> class CFuncShoot, the case 0 refers to BATTLE_TYPE_RANGE. Here are the functions: Hope this helped.
  6. Hello, I am having a small(but frustrating) bug in which the quest scrolls don't appear on the left side of the screen, even though they work on the character window and the icons exist so they aren't accusing anything on syserr. I am using marty's revised colored quest scrolls by the way. Here is a screen: Anyone has any ideas? Thanks
  7. Check the ACMD(do_restart) function in cmd_general and then edit: case SCMD_RESTART_HERE:
  8. I appreciate your reply, but this client appears to be similar to the one available in the forums, so the skill window isn't the same as I've posted on the print.
  9. Hey, I've recently stumbled upon some pictures from the beta client and I went to download the one available here but it unfortunately does not contain the old skill window: If someone who has could share it, I would really appreciate it Thanks
  10. I have and the skybox still works with terrible quality.
  11. Hello everyone, I am currently having issues with loading skyboxes. They come with terrible quality and don't work as they should in general. My source has it and I have tested the same skyboxes in other servers' clients and they still looking really bad ingame. Does anyone know where the issue could come from? Thanks
×
×
  • 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.