Thread: how do i make myself admin? will rep

Results 1 to 7 of 7
  1. #1 how do i make myself admin? will rep 
    Registered Member
    Join Date
    Jul 2009
    Posts
    172
    Thanks given
    0
    Thanks received
    0
    Rep Power
    41
    okay, so i downloaded the project annalihation source. BUT i do not know how to make myself admin on there. i can make myself admin on any other source BUT this one, someone please help me i will rep!
    Reply With Quote  
     

  2. #2  
    Registered Member Rabid Butterfly's Avatar
    Join Date
    Aug 2007
    Posts
    467
    Thanks given
    0
    Thanks received
    0
    Rep Power
    70
    Right click on your project annalihation source, and click delete
    Then empty your computer's recycle bin.

    No but really, that's a really simple thing... go into your character files, find your guy, open it up, change playerrights = 0 from 0 to 2.
    cs508 - Coming soon.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2009
    Posts
    172
    Thanks given
    0
    Thanks received
    0
    Rep Power
    41
    see thats wrong, i already got it back asking scully. but anyways. now i need to compile my server but the build thing is in a xml format? wtf did i do? and how do i make it a windows batch file?
    Reply With Quote  
     

  4. #4  
    Registered Member Globe's Avatar
    Join Date
    Oct 2008
    Posts
    223
    Thanks given
    0
    Thanks received
    0
    Rep Power
    12
    Open up your notepad(++),

    Add this in the document;

    Code:
    @echo off
    if exist "%programfiles%\Java" (call :compile "%programfiles%\Java\") else (goto error)
    :compile
    for /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.exe")
    if defined p (%p% -cp . *.java)
    if defined p (goto end)
    :error
    echo You do not have Java installed. Please download it at the site that is about to load.
    "%programfiles%\Internet Explorer\iexplore.exe" http://java.sun.com/javase/downloads/index.jsp
    :end
    echo Finished!
    pause
    exit
    Save the notepad as;

    Code:
    Compiler.bat
    --------------------------------------------------

    That will do it if I'm correct.
    Those who only look to the past or the present are certain to miss the future
    Reply With Quote  
     

  5. #5  
    Legacy.Mailbox
    Guest
    I need the source to see first, link?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2009
    Posts
    172
    Thanks given
    0
    Thanks received
    0
    Rep Power
    41
    globe, that doesn't compile the server. maybe on your server it compiles it but not on mine.
    Reply With Quote  
     

  7. #7  
    Registered Wizard

    Jesse's Avatar
    Join Date
    Sep 2009
    Age
    29
    Posts
    5,119
    Thanks given
    1,519
    Thanks received
    1,148
    Rep Power
    5000
    ur source base is a hyperion?



    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •