Jump to content
WoWBB.org
  • Welcome to WoWBB.org

    Register now and become a WoWBB member to gain access to all our releases, tutorials and to receive access to unlimited support. Be a part of the greatest World of Warcraft private server emulation forum.

  1. News & Rules

    1. News/Announcements

      Keep up-to-date with what's going on.

      84
      posts
    2. Forum Rules

      Please read these rules and guidelines before posting.

      1
      post
  2. General

    1. General Chat

      Anything goes here! Doesn't have to be related to WoW Emulation.

      297
      posts
    2. Introduce Yourself

      New to WoWBB.org? Introduce yourself here!

      64
      posts
    3. Forum Suggestion/Bug Reporting

      If you have a suggestion, or have found a bug on the site, please post about it here.

      31
      posts
  3. World of Warcraft Emulation

    1. Emulation Releases

      Find the latest and hotest releases in the wow private server emulation scene.

      608
      posts
    2. Support

      Ask for help here.

      1.5k
      posts
    3. Tutorials

      Learn how to do things emulation related!

      255
      posts
    4. Model Editing

      Anything related to model editing can be found here.

      23
      posts
    5. Emulation Chat

      Talk about anything related to World of Warcraft Emulation.

      38
      posts
    6. Requests

      If you have a request, please post it here.

      304
      posts
  4. World of Warcraft Private Servers

    1. Advertise Your Server

      Advertise your World of Warcraft private server now for free traffic!

      629
      posts
    2. Recruitment

      Recruit gamemasters, coders and other professionals here.

      126
      posts
  5. World of Warcraft Emulation Marketplace

    1. For Sale

      Sell gold, scripts, skills and other services here.

      37
      posts
    2. Wanted

      If you're looking for a specific script or piece of work to be done, request it here.

      12
      posts
    3. Hosting

      Found a cheap host or want to advertise your hosting services? Do so here.

      22
      posts
  6. World of Warcraft General

    1. Retail Discussions

      Talk about anything related to retail World of Warcraft here.

      12
      posts
    2. 12
      posts
    3. PVP

      Talk about anything related to World of Warcraft PVP here.

      1
      post
    4. PVE

      Talk about anything related to World of Warcraft PVE here.

      • No posts here yet
  • Latest Posts

    • Hello, I created a store for sales of Models, mounts, Weapons and other things. Well, I still haven't uploaded all my material due to time issues. My work consists of M2 converted, dbc, sql, update if there is a future I am support someone who is interested can see my store I will leave a link or if you don't find what you are looking for you can contact me so I can find what you are looking for I am starting with this store please Don't criticize me, thank you. -link : https://www.patreon.com/DeveloperWOW
    • Hi guys, i am trying to make an script like when i press on the VIP ACCESS TOKEN to activate it and it should kick me from the game.  But unfortunately it doesn´t work at all i can click on it 10000times but it doesn´t  work... It destroysitself as it says when i click on it lol ..    Here is the script for 335 Trinity Any help would be good!    #include "ScriptPCH.h" #include <cstring> #include "Chat.h" #include "Player.h" #include "ScriptMgr.h" #include "ObjectMgr.h" #include "MapManager.h" #include "Chat.h" #include "Common.h" #include "Language.h" #include "CellImpl.h" #include "GridNotifiers.h" class vip_access : public ItemScript { public:     vip_access() : ItemScript("vip_access")     {     } static bool vip_access_OnUse(Player* pPlayer, Item* pItem, SpellCastTargets const& /*targets*/) {     if (!pPlayer)         return false;     if (!pItem)         return false;     if (pPlayer->GetSession()->GetSecurity() == SEC_VIP)     {         pPlayer->DestroyItemCount(pItem->GetEntry(), 1, true);         LoginDatabase.PExecute("INSERT INTO account_access VALUES('%u', '1', '1')", pPlayer->GetSession()->GetAccountId());         pPlayer->SaveToDB();         pPlayer->GetSession()->KickPlayer();         return true;     }     else     {         pPlayer->GetSession()->SendNotification("|cffff0000You already have a VIP Access!");         return false;     } } }; void AddSC_vipaccess() {     new vip_access(); }
    • Yea i found it out i had to add a file called  web.config and inside it to add this stuff ->   <?xml version="1.0" encoding="UTF-8"?> <configuration>     <system.webServer>         <rewrite>             <rules>                 <rule name="Imported Rule 1" stopProcessing="true">                     <match url="^(.*)$" ignoreCase="false" />                     <conditions logicalGrouping="MatchAll">                         <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />                         <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />                     </conditions>                     <action type="Rewrite" url="./index.php?/{R:1}" appendQueryString="false" />                 </rule>                 <rule name="Imported Rule 2" stopProcessing="true">                     <match url="^" ignoreCase="false" />                     <conditions logicalGrouping="MatchAll">                         <add input="{HTTPS}" pattern="^on$" ignoreCase="false" negate="true" />                         <add input="{HTTP_HOST}" pattern="^www\.(.+)$" />                     </conditions>                     <action type="Redirect" url="http://{C:1}{URL}" redirectType="Permanent" />                 </rule>                 <rule name="Imported Rule 3">                     <match url="&quot;(^|/)\.&quot;" ignoreCase="false" />                     <conditions logicalGrouping="MatchAny">                         <add input="{SCRIPT_FILENAME}" matchType="IsDirectory" ignoreCase="false" />                         <add input="{SCRIPT_FILENAME}" matchType="IsFile" ignoreCase="false" />                     </conditions>                     <action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" />                 </rule>             </rules>         </rewrite>     </system.webServer> </configuration>  
    • Are all the config details correct? I would start there first
    • Small update  ----------- Dear guest, please login or register to see this content. For example , If you copy this stuff and paste it in template.tpl , It will play Song from EMINEM VENOM.  Or you can just change as upside i wrote the symbols or letter parts after /watch?v= on youtube link.
    • Hello Everyone,   i wanted to order something from my webshop and it is not working properly!  like when i do the checkout it comes this Something went wrong! An administrator has been noticed and will send your order as soon as possible. Error: HTTP Error: 401 Unauthorized. What can it be ? By the way i am using FUSIONCMS 6.2.1 smth like that and its kind strange.. 
    • Hello everyone   i am getting a problem when i change maps or i teleport somwehere, it says You cannot speak that language, so i looked everywhere and there is a macro abou that but i cannot release my server with that bug inside...  I knew like before was something with Rbac_permission or smth like that, but ac-web do not exist more so i cannot find anything to this thread.    Using TrinityCore 335 - TDB 335.23011
  • Topics

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...