• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. XtrmJosh

    Having a little Issue compling to Linux..!

    It comes from MartyX 8.6 thread, I posted in there about it too but no avail. We've gotten around it by making some mods to the makefile and shell scripts and it's now working. Thanks for your efforts
  2. XtrmJosh

    server will start but closes down to fast to show errors ;<

    In the folder with your servers .exe file, hold shift and right click on some empty space (not on a file). Click "Open Command Window Here", then a black window will appear. Type the name of your servers .exe file (e.g theforgottenserver.exe), and you'll see the errors
  3. XtrmJosh

    Having a little Issue compling to Linux..!

    I still don't think we're quite thinking on the same level here. There is no docs folder. There is no readme file. There are no documents provided with the version in particular which we are using. I have followed my experience which has never failed me before, but I am not all that well...
  4. XtrmJosh

    Having a little Issue compling to Linux..!

    Feel free to point me in the direction of this invisible readme file at any time, I'd love to see it...
  5. XtrmJosh

    Having a little Issue compling to Linux..!

    To the best of my knowledge both of those fail. I chmod'd them to a+x, and they ran, but this error on autogen.sh: autoreconf: command not found. configure: Does not exist. Thanks for your time :p
  6. XtrmJosh

    Solved Phpmyadmin "acces denied" REP++ TO HELPER

    Are you able to reboot your SQL server? Looks like your previous connection wasn't closed correctly, so the server is refusing new ones...
  7. XtrmJosh

    [PHP] Layout from template

    It's not too difficult. If you use MySQL with Apache & PHP5 you can probably knock out a reasonable looking site in 2-3 weeks. Basically you can create a PHP session to log people in, and you can probably use snippets from ZNote and other AAC systems to generate accounts, items, and other...
  8. XtrmJosh

    God-like instant walking with click

    Hi all, A friend is asking for a script, but his English is not the best so I think it will be easier if I ask on his behalf. Could someone please provide a script so that on a god character when you left click to walk on the world view, the character is teleported there (not so much...
  9. XtrmJosh

    Tryller Edition TFS

    Fair enough, know the feeling :P @Anyone here for the build: FYI this build requires that you set up an SQL server yourself... Had a PM saying it doesn't work and basically the reason is that I didn't configure SQLite, so you'll need to set it up for yourself.
  10. XtrmJosh

    Tryller Edition TFS

    :( I feel for you... Why not upgrade? I got myself an AMD8350 w/ a pretty decent setup for around £500 (maybe $700 I guess?) 5 months ago and it's running beautifully. Not had any issues with it at all beyond the shitness of my graphics card...
  11. XtrmJosh

    Tryller Edition TFS

    IDK, dropbox doesn't allow large files, nor does Google drive, so I made an account at Mega last time I made an upload, seemed simpler just to upload it there again, since I don't think there is any restriction on file size, and I already got an account... Can multiupload it if you want, will...
  12. XtrmJosh

    Tryller Edition TFS

    Hi all, I was sent a PM requesting this, so I compiled Tryller for x64 GUI edition. If a moderator could scan the file that would be wonderful. The file is hosted on MEGA.co.nz again, since they proved reliable for the VC folder I recently uploaded. It can be found at the link below...
  13. XtrmJosh

    Help create new promotion

    Try something like the response here: http://otland.net/f132/second-promotion-189362/#post1829774
  14. XtrmJosh

    [AAC]Issue with Vocation

    Which AAC system are you using?
  15. XtrmJosh

    @Talaturren

    vBulletin uses an MD5 hash to store user passwords. Sha1 isn't an encryption type, it's a cryptographic hash function, as is MD5. People just misuse the term.
  16. XtrmJosh

    Compiling two problems c++

    doPlayerRemoveSkill doesn't exist, does it? I think doPlayerAddSkill handles negative values for the skill quantity...
  17. XtrmJosh

    SQL, SQLite...wait

    As Evan suggested, 192.168.0.100 should work. But then again, your global IP should too. Are you 100% sure you don't have your connection settings in the IP changer set to a different port, and that you entered your IP with no spaces etc (i.e you didn't put a space on the end when copy pasting...
  18. XtrmJosh

    SQL, SQLite...wait

    If possible, it may help if you post a screenshot of your port forwarding configurations. It's possible that you've mistakingly forwarded to the wrong port, or used the wrong protocol etc. There is no reason why this should be an issue except for port forwarding and IP configuration. Note that...
  19. XtrmJosh

    Solved Demon Oak NPC

    Ahhh, so I create an NPC for each of the pieces of him, and stick them all in the map, and make only one of them respond? Sounds like a good way of doing it! Thanks
  20. XtrmJosh

    Lua Help me with the spear:P>?

    Exactly like how you did it. There should also be </item> at the end, too.
Back
Top