Jump to content

Смердокрыл

Administrators
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Смердокрыл

  1. Looking for someone to guide me through the complete process of making my server (I'm using a router) public through no-ip.com.

    So fucking fed up with all this port forwarding shit.. as well as with hamachi and evolve

    1. Смердокрыл

      Смердокрыл

      Nvm, fixed it on my own! *proud*

  2. Now I changed it, removing alliance and horde, and adding other factions. Since I wanted the spell to affect many factions simultaneously, but a spell can only have 3 effects, I had to make multiple spells, with each of them forcing reaction for 2 factions and triggering another one of those spells. It looks like this: Now I cannot log in, because the game crashes when the loading screen shows up:
  3. Who is that overly thankful spammer?

    1. Ohai

      Ohai

      Skarn or other admin should block IPs, theyre stealing my spotlight spamming around like this all the time.. ¬¬

  4. I made a spell (an aura, actually), which should make demons friendly, and Alliance and Horde - hostile. The friendly demons part works perfectly fine, but the other thing is not working and, moreover, causes a crash on first log in. The entries in SpellEffect.dbc:
  5. So, as I said before, you are suggesting replacing the model of the doodad itself, which I can't do, because that model is used in that wmo multiple times, and in correct places.
  6. I can't do that, because that will also replace the bridges which are in the correct places. There must be a way to do that via 010 editor
  7. I tried. It crashes when I click on the wmo
  8. Thanks! Everything is working now (though I used the 3.1.0 converter). However, the problem now is that I have too many doodads: Is there a way I can remove that stupid floating bridge using 010 editor?
  9. Hey! I tried to run that SQL file (the light version) on my server, but it only produces this error for every single object:
  10. Update: I used that ModelConverter3 you linked for World\wmo\BrokenIsles\Legion\7LG_Legion_CommandCenter01_Horizontal.wmo, and also added it's doodad m2 (also converted), and it now works fine. I suspect I might have a similar doodad problem with Kil'jaeden's ship. Is there a way to check the doodad list for that wmo?
  11. Converted World\wmo\Dungeon\TombOfSargerasRaid\7DU_TombOfSargeras_KiljaedenShip.wmo and World\wmo\BrokenIsles\Legion\7LG_Legion_CommandCenter01_Horizontal.wmo crash the client when I try to spawn them (as gameobjects)
  12. I don't quite understand what you mean. I want it to keep it's current x and y coordinates, but change it's z coordinate to -0.48. Yes, but after the condition is checked, I need a certain smart script not to allow the boat to move, an it has to be checked during movement, so that if the boat collides with the shore, it would get stuck. Unfortunately, there is nothing similar to SMART_EVENT_CONDITION_CHANGE, so I have to choose another event type, and I really don't know which. So, for the vehicle being mounted (or not), is it SMART_EVENT_CHARMED 0/1 or SMART_EVENT_PASSENGER_BOARDED/REMOVED?
  13. This worked wonderfully. Thank you so much! AIName wasn't the problem. I'm not sure what was, but I think it was my quest type that was set to 2, or some flags, or whatever. It's complicated : ) Anyway, following the example of that Creepy Crate quest, I just made that object to be questender and give the item as quest reward. So, basically, the whole quest, meaning getting it, doing it, and completing it - works fine. However, there's one thing left: would it be possible, for example using that conditions table, to make the object disappear (and never return) after being used to complete the quest, but only for the player who completed the quest? In short, for the player who is doing the quest, it would look as if he picked up the object, therefore it is no longer where it used to be. New players, however, would still see it there, because they haven't picked it up yet. And another question on SmartAI, if you don't mind: I made a boat vehicle creature (the vehicle nature of it works fine, just in case), and I want it to do the following things: Every time it is unmounted (PASSENGER_REMOVED or CHARMED with param 1, maybe?) it needs to change it's original position (isn't that what SET_HOME_POS does?) to it's current coordinates, so that even after the server is restarted, it would spawn there Since it's using a waterwalk aura, I can't just spawn it on the water - it has to be a little bit below the water surface (z = -0.48, to be exact) in order to look partially submerged, like normal boats. I want the boats to jump to this coordinate (only Z) every time they are spawned/respawned/mounted. You know, in case they've been moved up/down somehow or whatever. Not being able to walk/run on land Could you help me with these?
  14. Sounds awesome! Will try the moment I get home. What do you mean by ? Are you talking about some textures which are not contained in the average wow client? Is there any way we can get them then?
  15. After a little research, I came up with some ideas as to how to proceed with this: Try target type 27 (SMART_TARGET_LOOT_RECIPIENTS). This leaves me with the problem of the gameobject being available for looting to any players, not just those with the quest Try a completely different method: Change gobject type to 2(QUESTGIVER) Add it to the gameobject_questender table Add a smart script with event type 20(SMART_EVENT_REWARD_QUEST), action type 56(SMART_ACTION_ADD_ITEM), and target type 7(SMART_TARGET_ACTION_INVOKER) The latter seems like a good option, because since the event is quest-related, it will only give the item to characters with the quest. However, I don't know whether questgiver gobjects work similarly to chest objects in being visible only to characters who have the related quest (for chests, the id goes to data8). Moreover, given the weirdness of the whole SmartAI system, I don't know whether the whole thing will actually work. To add the quest, I could do the following: Add an entry to AreaTrigger.dbc with the coordinates of the character starting point Add it to the areatrigger_scripts table with ScriptName "SmartTrigger" Make a smart script with event type 46(SMART_EVENT_AREATRIGGER_ONTRIGGER), action type 7 (SMART_ACTION_OFFER_QUEST) and Param2=1, and target type 7(SMART_ACTION_INVOKER) However, I would expect this to give the quest to all players who step into the trigger, not just newly created characters, which is a problem. Would it be possible to add into the smart script a check whether the quest has been previously completed by the character? Also, the functionality of the ACTION_INVOKER target type is questionable.
  16. I did, both the script and the quest point at npc 1
  17. Here's my quest: The gameobject: The loot table: And the (not too) smart script: It's not working :\
  18. Apparently there are only "add quest" and "fail quest" action_types. How insanely stupid
  19. Actually, I had a similar idea, but I don't think I found a smart_script action like that. Maybe I just missed it, I'll have another look today. So, what requirement should I put in quest_template? I must put something, else it will just auto-complete instantly after being picked up. Both of "the following", or either? What do you mean? Editing the core? What exactly is an AreaTrigger? Something like an invisible imp npc? If not, how do I create one? By the way, how can I make a 3d model show up in the quest window, like in those cataclysm quests you mentioned?
×
×
  • Create New...