Jump to content

lillecarl

Members
  • Posts

    893
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by lillecarl

  1. He probably didnt import the scriptdev scriptname update script, and since npc's are hooked to scripts via "scriptnames" in mangos, it is needed to activate the script =)
  2. and did you put it in src/bindings/SvcriptDev2 and appliet the patcH?
  3. TBC-DB = Mangos-DB, and about the compiling errors, did you compile in release?
  4. Invalid database content, works great for me.
  5. This forum usually only support mangos, and since you dont know which patch that caused this bug, it is probably very much code do check. You will probably not get any support here
  6. Yeah, true. But me as alone person wont really get any benefit from it.
  7. I have a group of players testing stuff on my server atm, ill see what they come up with:)
  8. Well, then i can probably only give you further help in some messaging service, PM me if you want to:)
  9. The disadvantage on using them is that they are not implented in the correct ways, which means you do not learn anything on doing it. They might also take more resources. But in spells that should be no problem, since they are not called that often. They also look bad and might be harder for you to edit later. Else then that it is probably nothing. A real dev could probably answer this question better!
  10. All configuration entries exept db info would be moved then... -.- and explaiation could be done in a text field next to the command field, but if the community decides no, then it is a no
  11. I dont see any results, do this mean it is working?
  12. I think it is easy to hackfix the problem by checking if the player have the specific talent, and a pet and then just change the updatevalue. But i think that would be concidered a hack fix. I think mangosr2 have this fixed, im going to check if i can extract something from there:)
  13. There are a torrent with a working 2.4.3 client on arena-tournaments page! I have tested!(sorty kerhonh;))
  14. Well, that is good to know:) But it would still be intresting how fast the ram is etc..
  15. DELETE FROM config WERE command = 'account create'; INSERT INTO config etc.... completely doable And no the configs would be able to do everything and more then the current file actually would be able to, you do not have to restart the server twice for that. You can query the database aswell as you can "query" a file. The difference will only be the ease of doing everything EDIT: The thing i meant is that you will not have to manually copypaste the "new config entries" into your current config file, it can just be added via a sql query
  16. Vladimir, I'm thinking about moving everything except the critical config options to the database, And you would be able to set the config with in game commands. I think it would be good, because the ease of updating the config if there are new config entries added to the core, i would like to add a few customization's to the core, like Duels resetting hp on the end, and another one for resetting cd's aswell, sure this can be done with the current system, but i pretty much do not like the need of changing text files. I hope you understand my point there =)
  17. The folder for startup applications is different in xp. Here is a solution for that: http://answers.yahoo.com/question/index?qid=20071109003058AAoXtme and autologin for xp can be done with this tool if i remember correctly: http://download.microsoft.com/download/f/c/a/fca6767b-9ed9-45a6-b352-839afb2a2679/TweakUiPowertoySetup.exe
  18. There are no dumb questions my friend, just ask whenever you need help!
  19. And the end will be s1504_11926_01_mangos_creature_template.sql
  20. If you open the folder where you downloaded mangos, then you will see a folder called sql, go into it, then go into updates. And then you have to import all sql files AFTER s1399_11813_01_mangos_mangos_string.sql (only the ones with mangos in their name) and then your server will start.
  21. If you dont have a password on the machine or just set it to autologin (like this http://goo.gl/dkn2H) then you can just add shortcuts to the restarter in this folder: C:\\Users\\LilleCarl\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup (Requires that you are running windows7 and english) else the "startup" might have another name, on swedish windows its called "autostart" instead of startup etc.. This is how i would have done it (No that is a lie i wold have installed GNU/Linux on the box and then just add a cron job to run it on reboot) If you want to install Linux (This requires that you only use the computer for running the server) then i can gladly help you with that, people think it is harder, but it is actually 10 times easier to manage a wow server on linux =) - LilleCarl
  22. A new command table called "config" could be adeed easily yes, and as for examle .config list would list all configs you are able to change. And as another example .config progressbars 0 would disable startup progressbars.. Another advantage is that when devs add new commands they can write a simple sql query to add the new command to the database instead of rewriting the config file, which makes it easier for the "git pull" people to keep their config up 2 date - LilleCarl
  23. That would not do what i want, i do not want them to need to be in a group to get the gold, you should get gold if you are for example, assisting with dmh in gurubashi arena and are not in group with eachother, if you understand me:) But thank you for the showed interest And i solved the compiling error, now it crashes on damage, ill spend some time doing this when im finished with a few other things, or when someone pops a new idea up
×
×
  • 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