Jump to content

Alexandro

Members
  • Posts

    6
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Alexandro's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Actually Pseudo code based in C
  2. I want a NPC that you talk with him and check active quests, if those active quests are bugged (defined in the NPC) the character can complete there and give all reward...
  3. I asked there too, thanks, but if someone knows something about it, just reply plase.
  4. Hello, I wanted to make a NPC to complete bugged quests but I didn't discovered a useful way to program because... for example I want to make a NPC in all main towns like this: (pseudo code) map,x,y,face,npc name,view id,{ // Once we click the npc, executing this... msg "Hello I can make all yours bugged quest"; switch (faction) { case Alliance: switch (Class) { case Paladin: switch (select("Mission 1:Mission 2")) { case 1: if (Mission1) msg "This mission is already done."; else { // Give all mission1 reward Mission1 = 1; // Mission done } break; case 2: if (Mission2) msg "This mission is already done."; else { // Give all mission2 reward Mission2 = 1; // Mission done } break; } break; case ...: break; } break; case Horde: switch (Class) { case Paladin: break; case ...: break; } } end; } // Duplicating NPCs in other towns/maps duplicate (npc name) map,x,y,face,viewid This is an example what I want to do, but I didn't know where to post if in scriptdev2 or udb whatever, I decided to post here because is the main core to start programming...
  5. This skill is working good, animation etc.. but it doesn't hurt, doesn't deal ANY damange, and should deal damage. R: http://www.wowhead.com/?spell=48045 Thanks. I'm using: MaNGOS/0.16.0 (Revision 9609 - 92d98d9e488798e8463cf20c08e0cbe2825d94f6) for Linux_x32 (little-endian) [world-daemon] Using World DB: UDB 0.12.0 (388) for MaNGOS 9582 with SD2 SQL for rev. 1639 Using creature EventAI: ACID 3.0.3 - Full Release for Mangos (3.3.0a Client)
  6. Everything is apparently Okay but... The only problem is that the skill doesn't catch and bring the enemy... I'm using: MaNGOS/0.16.0 (Revision 9609 - 92d98d9e488798e8463cf20c08e0cbe2825d94f6) for Linux_x32 (little-endian) [world-daemon] Using World DB: UDB 0.12.0 (388) for MaNGOS 9582 with SD2 SQL for rev. 1639 Using creature EventAI: ACID 3.0.3 - Full Release for Mangos (3.3.0a Client) Thanks!
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use