Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Anarchy

Members
  • Posts

    120
  • Joined

  • Last visited

    Never

Anarchy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. yea the game is focused around the five elements, with strengths and weakness's. the lines in the bck ground show which 2 elements one is connected too
  2. thanks, sorry the images are small though, so you can see the mini icons in the main game screen
  3. Stevoace designed it, im just uploading them in to a thread to get peoples opinions, while he is hard at work mapping ( he does all the graphics and maps while i program) ![](http://img132.imageshack.us/img132/3779/newcharactero.th.jpg) ![](http://img16.imageshack.us/img16/8059/mainmenul.th.jpg) ![](http://img125.imageshack.us/img125/3364/login.th.jpg) ![](http://img125.imageshack.us/img125/2758/ipconfig.th.jpg) ![](http://img27.imageshack.us/img27/7062/characterselect.th.jpg) ![](http://img33.imageshack.us/img33/375/800x600g.th.jpg)
  4. change the respawn rate on the npc so it doesnt come back immediatly, also your weapon may be too powerful, and kills it instantly, sounds like you have imbalenced stats
  5. in our game we have the idea to change the way that you interact with NPC's and other players, upon clicking on a npc or another player, it open up a tab in the interface section, which gives you the option to either attack, talk to, trade or target them. where abouts is the source code that targets when a player is clicked
  6. thanks ill try that and its not a copy of runescape, we have a bit in the GUI designed for it also it makes it easier than having to type /trade all the time, its much more user friendly than having to type different commands
  7. someone else has already posted a similar topic, many people argue that you dont really need any more than ten, but heres how i think you do it Remember to make a back up of your source file before every major edit open up map editor form in vb6, copy a radio button interacting with a tile set, paste it below the tenth one and then link it to a different file. should work but im not sure if not just add to an existing oen as you can fit almost infitie amount in them
  8. how would i make it so that when you click on a NPC or character it comes up with a list of options on the GUI. this includes "target, attack, trade" etc
  9. i get a compile error when trying to click on a label, and then this is high lighted Private Sub Label1_Click()
  10. @Crimson: > Or you could just go into Start>Run then type: > > regsvr32 yeah but you still need UAC disabled, and this is aimed at people new to eclipse, and they might not be very experienced with command prompt, run.exe and other features, so by using windows explorer its easier for them to understand and follow, but thanks, ill add it to my post
  11. **Registering an ocx or dll file.** Ok this is my first tutorial and i have seen a lot of people asking how to solve this problem and i also had the same one, so it should keep the question board empty of questions asking how to solve it. **Must be logged in as an administrator** Let’s go ! 1. Are you using Windows **Vista**? If so keep reading, if not skip to step 5, if so keep reading. 2. Open the control Panel and Search For **UAC** (user account control)* ![](http://img199.imageshack.us/img199/5720/55055040.jpg) 3. Click on the one search result “**turn user account control on or off**”. 4. You should then be taken to a window with not much in it, explaining the important of **UAC** and the results of it being turned off ( if you don’t trust me telling you to turn it off read it and see what it does), un check the box and then click ok. ![](http://img197.imageshack.us/img197/2711/63915374.jpg) –--------------------------------------- **Note** –----------------------------------------- I think it requires a reboot after clicking ok for the UAC to be recognized as disabled, so to find your way back to this page easily bookmark now, or write the following steps down, it’s up to you. --------------------------------------- **End of Note** –------------------------------------ 5. Ok this is where the non Vista users should start reading ( if they are having this problem) , and Vista readers should continue reading fro after they have disabled **UAC** as we still need to register the file. 6. Browse to the File that is not registering properly, hold shift and right click, and select Open With. ![](http://img4.imageshack.us/img4/5946/21016274.jpg) 7. It is highly unlikely that the correct application that you need to register the file is there by default but if it us Lucky you! The file we are looking for is “**Regsvr32.exe**” and is located in _**c:/windows/system32/**_ for those who need to find it manually. ![](http://img199.imageshack.us/img199/966/88183444.jpg) 8. Run your file with that application and you should get a message confirming that it has been correctly installed. ![](http://img199.imageshack.us/img199/8267/21874870.jpg) 9. Still not working? Check you have correctly disabled **UAC** (steps 2 – 4) *For a very detailed description with questions and answers about UAC here is a good website. [http://www.jimmah.com/vista/security/uac.aspx](http://www.jimmah.com/vista/security/uac.aspx) –---------------------------------------------------------------------------------------------- using cmd.exe or run.exe to register. open either cmd.exe or run.exe and enter regsvr32 making sure the get the correct path name of the file you are registering. [Credits to Crimson] –---------------------------------------------------------------------------------------------- Have I missed something out? Pm and ill edit this post, Thanks for Reading. Good Luck with your games.
  12. You need to register the file, i had the same problem with an .ocx file hold shift and right click the file that needs registering select open with then browse to system32 and open with regsvr32.exe and it should register the file Unless you have UAC enable (user account control, which is a really retarded feature of windows that means you have to disable it to do stuff like this) so if you get an error follow these steps first Open Control Panel and Search "UAC" and then click "turn user account control on or off" uncheck the box and then Click ok. Tada ! its done, you should now be able to register the .ocx files by following the steps above. ( Computer may require reboot after disableing UAC)
  13. its only been happening recently, but nobody knows why i reinstalled my direct x and the library files and it worked after, but i don't know why
  14. Anarchy

    RTE "9"

    Sorted my friend edited the source code and forgot to tell me its sorted now thaks
  15. Anarchy

    Staff Signs

    @Bobosk: > that would be a source edit… > in which case, this is not the correct board isnt this the board for source edit help?
×
×
  • Create New...