Anyone want this? menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 34
  1. #16
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok better wait for the guide OR can someone help me doing the .dll of my scripts ill send all my files so you can convert into one .dll file ill rep anyone that can make me this favor

    Anyone want this?
  2. #17
    DestroyerofWorlds's Avatar Member
    Reputation
    7
    Join Date
    Dec 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not great with coding, but I found a few guides on google. Will this work? How to: Create and Use C# DLLs (C#) Just google "How to make a DLL" and you'll get a ton of results. It appears that website has tutorials on quite a few things, so the answer may lie in there.

  3. #18
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The thing is, I cant tell at exactly what point or what is exactly going on with this item.

    If you have wrote the source code, and want to compile it as a DLL, I can try and compile it.

    If you have an item in game that you want making into a DLL, I dont think that's possible.

    If you have an item ingame, that is referencing a DLL, then all the person will need is the DLL file, and the SQL for the item - this is how the Morph/Tele NPCs work.

  4. #19
    L'Lawliet's Avatar Contributor
    Reputation
    212
    Join Date
    Jun 2007
    Posts
    1,765
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey can you post a guide on how to compile dlls?

  5. #20
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I thought you could compile Halo?

    Its just the same as compiling Ascent, except you go into trunk/src/scripts and compile the scripts as a batch, or you go into trunk/src/scripts/projects and compile individual scripts with their *.vcproj file.

    All you need to remember is to have a fully compiled version of Ascent already, before you compile a script, because the script files look for Ascent.lib, and associated files during its build.

  6. #21
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks just let me spread rep and ill rep you stephtorrent

  7. #22
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just hope it worked

    Your paths were a bit funky but it worked in the end.

  8. #23
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea sorry it was my first try and also there is something that is bad like the PVP areas i forgot to make a submenu thats why i am just wandering if you can tell me how can i make the dll myself so i am not bothering anymore with my fixes :S

  9. #24
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    We've talked about it in PM, but basically just get a hold of Visual C++ 2003 and start reading through a few guides here on the site, there's plenty of them around.

    That way you are always up to date with the latest Ascent core releases, NCDB databases etc.

    As I said in PM, it's a pain at first, but you speed up once you get your head around it and start to figure it out.

  10. #25
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    kk thanks again steph and i search google for the visual c++ 2003 but i can only find 2005 did this work also?? or i need 2003? thanks again for all your help

  11. #26
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can get Visual C++ 2008 Express, which is the latest version, or 2005, or 2003.

    Ive tried all three versions, and the easiest to use is 2003. I get much fewer compile errors with 2003 than the others.

    Most projects, Ascent, NCDB support all three versions of VC++, but as I said, there's usually less problems when you use 2003.

  12. #27
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok ill try to find 2003 if i cant find it ill use 2005

  13. #28
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol just got home, and yes gastric posted a guide lol, btw im just dumb at the moment, tired as hell, no clue what im doing lol.

  14. #29
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    me neither lol everytime i try to compile it it says at the bottom failed: 1... but i have a doubt do i need to compile the ascent or i can just compile the globalnpc thing alone without a compiled ascent ??

  15. #30
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to compile Ascent first, because the DLL you need references ascent.lib, which you need from the ascent compile.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Wanted! Can anyone figure this out?
    By Notworking in forum Star Wars: The Old Republic
    Replies: 6
    Last Post: 05-01-2012, 12:05 AM
  2. Anyone want to level race?
    By Tory in forum World of Warcraft General
    Replies: 0
    Last Post: 11-25-2006, 07:18 PM
  3. Anyone have this gold guide?
    By bladewing in forum World of Warcraft Guides
    Replies: 1
    Last Post: 11-24-2006, 12:43 AM
  4. Anyone bought this on Ebay?
    By blomstervand in forum World of Warcraft General
    Replies: 14
    Last Post: 08-16-2006, 04:16 PM
  5. has anyone tested this in 1.10
    By azerty1981 in forum World of Warcraft General
    Replies: 2
    Last Post: 04-01-2006, 06:09 PM
All times are GMT -5. The time now is 05:06 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search