Help - Search - Members - Calendar
Full Version: Vampyr Telam Ludus
RPG RPG Revolution Forums > Scripting > Script Submissions > RGSS2-Submissions
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
Xzygon
That's because...You don't just leave your database file in the Data folder...You read whatever instructions there are, and make a database out of Navicat or something and input the SQL in there.
Kwrpg32
QUOTE (Xzygon @ Aug 18 2011, 06:53 PM) *
That's because...You don't just leave your database file in the Data folder...You read whatever instructions there are, and make a database out of Navicat or something and input the SQL in there.

Sorry if it seems rather pestering to ask, but I probably should considering I'm rather unknowledgeable in the subject of SQL.
So, I did decide to download Navicat Lite. I assumed I should make an SQL Server; but then that's where it sticks me. I can't connect to the server whatsoever, even if I set the IP to something like 127.0.0.1; although I do not truly know whether that is supposed to work or not.
Xzygon
You need to download MySQL first before Navicat can connect.

There's instructions on this page...
http://etfictum-fitfactum.net:30080/vampyr...telam-ludus.php
Kwrpg32
QUOTE (Xzygon @ Aug 19 2011, 08:35 AM) *
You need to download MySQL first before Navicat can connect.

There's instructions on this page...
http://etfictum-fitfactum.net:30080/vampyr...telam-ludus.php


Okay, I ran the Database using Navicat. Strangely enough, the Telam Ludus server still won't connect to the database. Is there perhaps something wrong? I can post the Database Properties on the server, here:

Host: MySQL4
Port: 3306
Username: root
Password: No, you don't get my password. >:L
Database: TelamLudus
MD5 Encryption is checked
Xzygon
Host is localhost. Not MySQL4.
Kwrpg32
QUOTE (Xzygon @ Aug 19 2011, 09:22 PM) *
Host is localhost. Not MySQL4.

Would there be anything else wrong? It seems my server still doesn't wish to connect to the database...

Okay, never mind that. I changed TelamLudus to mysql and it suddenly worked.

Thank you very much for your assistance in this matter, Xzygon.
Xzygon
No problem. Glad to help.
Zero Kiryu
Ok, so I've got everything up and rrunning, but when I go to play the game, it freezes at the title screen just before the buttons and stuff show up. WTF?
Pinky
Is there away to use this script and scripts offline and make a normal RPG that is not an online one?
Xzygon
@pinky - This script? Absolutely not. Just get VTP or something, custom windows, etc. etc. to sort of get the same effect this script would give.

@Zero - double check your rooms, ips, servers, your character-starting tile, the database, everything.
jonbonjon
Hey, just got 1 question. I can get the server running on localhost. How can i get it working so that anyone can join in to my game? So i could just give them the client and they can connect. Any help would be awesome. Thanks allready.
ShinGamix
Wow This topic is still open. I am new to the Vampyr Telam Ludus and I am running into some trouble.I am having a hella time trying to set it up. Your server interface is way different that the other VXO Servers. Right Now I am getting the cannot find database error. Are there ANY good English Setup videos out there for this? The other two English videos that were on Youtube are gone now. I know your busy but I just need to get it running on my PC.
-Shin

and your download on top isn't working. Where can I get the latest version?
ShinGamix
Can I bump to my own post in this topic? Would this count as a double post? I hope not.

if So Bump?

also
I found a later version inside one of the later posts in the topic.
lilcooldude69
Well since i know quite a bit about mysql and servers n stuff i think i'll help u out biggrin.gif

lilcooldude's Super Cool Ludis Tutorial for setting up Mysql biggrin.gif

First Download
64-bit package
32-bit package

Step 1
Extract the 2 files and install mysql server 5.5.17 or whatever its called, make sure u choose typical install, after it does its thing make sure configure server option is checked it might be called something else but its when all the installing is done, then just click finish
Step 2
Then the server instance configure'er should be up now, choose standard configuration -> install as a windows service (service name is MySQL5), make sure include bin directory is unchecked and make sure launch mysql automatically is checked, choose a password for the root, do not create an anonymouse account, then hit execute
Note: if you already had mysql installed or something is using port 3306 it wont complete,
Solution: if you had mysql installed already remove mysql and everything, then go into your program files(or wherever u installed it) search out the mysql folder and delete it.

Step 3
After the server has installed, run the other install that was in the zip file, mysqlguitools 5.1 or sumthing like that,
if it has the option for typical install, choose that i cant remember if it asks or not

Step 4
after all that installs, go into the start menu and search out the folder named MySQL then choose under that folder mysql query browser, it should bring up a login window, if none of its filled out this is what it should look like



Your password is the password you chose when you configured the server.

after your logged in, choose File -> Open Script, Then search out your database.sql inside of the team ludas server folder, (if you know sql language you can actually rename your database in the file, but if you dont just run the script), after you open the script u should see a Script 1 tab open up, don't touch it lol, just hit execute, it should look like a green button with a lightening bolt in the middle of it, after that you should have a new database in the side window that says teamludas, Don't touch it, don't rename it don't do nothing just yet.

Step 5
Now open up the team ludas server program, u should see a program with a bjillion tabs, lol jk not a bajillion but yea, click the database tab, the following will fill in all the blanks as follows

Host: 127.0.0.1
Port: 3306
Username: root
Password: (the password you used to login to the sql server)
database: this should already be filled in if not, its the name of the database that was added when u ran the database.sql file, teamludas
Uncheck MD5 Encryption (u'll see why later)

then click connect, you should now be connected to the database.

now click the Client tab and search out your client folder and select it.

after that go back to the Server tab, and choose start server, after that everything should be up and running

Step 6
Go into the Client folder, and run the game.exe file or whatever the client game file is called, when you try to login as admin it won't let you, thats because your password in your mysql database is encrypted with md5, to fix this, open the mysql query browser, drop down the teamludas database and quadrouple click the accounts table, you should see 2 entries, and admin entry, and a Test entry, click edit at the bottom of the page and edit the password under the admin entry and change that long huge number/lettered thing to the password you want to use as the admin password, after ur done hit enter then click apply changes at the bottom, Close the browser go back to the game and use that password to login and vola you should now be in game n stuff.
KawaiiNekoz
Can anyone tell me how to make quests in 6.2 Finalle? Because the quests tab doesn't work D:
Slucker
QUOTE (KawaiiNekoz @ Nov 13 2011, 04:25 PM) *
Can anyone tell me how to make quests in 6.2 Finalle? Because the quests tab doesn't work D:


You can creat Quests with the old server Telam from 1.6. If you have a quest finish, copy these and add it to your project with the finall Update.
kboy33
[/spoiler]
QUOTE (lilcooldude69 @ Nov 12 2011, 09:14 AM) *
Well since i know quite a bit about mysql and servers n stuff i think i'll help u out biggrin.gif

lilcooldude's Super Cool Ludis Tutorial for setting up Mysql biggrin.gif

First Download
64-bit package
32-bit package

Step 1
Extract the 2 files and install mysql server 5.5.17 or whatever its called, make sure u choose typical install, after it does its thing make sure configure server option is checked it might be called something else but its when all the installing is done, then just click finish
Step 2
Then the server instance configure'er should be up now, choose standard configuration -> install as a windows service (service name is MySQL5), make sure include bin directory is unchecked and make sure launch mysql automatically is checked, choose a password for the root, do not create an anonymouse account, then hit execute
Note: if you already had mysql installed or something is using port 3306 it wont complete,
Solution: if you had mysql installed already remove mysql and everything, then go into your program files(or wherever u installed it) search out the mysql folder and delete it.

Step 3
After the server has installed, run the other install that was in the zip file, mysqlguitools 5.1 or sumthing like that,
if it has the option for typical install, choose that i cant remember if it asks or not

Step 4
after all that installs, go into the start menu and search out the folder named MySQL then choose under that folder mysql query browser, it should bring up a login window, if none of its filled out this is what it should look like



Your password is the password you chose when you configured the server.

after your logged in, choose File -> Open Script, Then search out your database.sql inside of the team ludas server folder, (if you know sql language you can actually rename your database in the file, but if you dont just run the script), after you open the script u should see a Script 1 tab open up, don't touch it lol, just hit execute, it should look like a green button with a lightening bolt in the middle of it, after that you should have a new database in the side window that says teamludas, Don't touch it, don't rename it don't do nothing just yet.

Step 5
Now open up the team ludas server program, u should see a program with a bjillion tabs, lol jk not a bajillion but yea, click the database tab, the following will fill in all the blanks as follows

Host: 127.0.0.1
Port: 3306
Username: root
Password: (the password you used to login to the sql server)
database: this should already be filled in if not, its the name of the database that was added when u ran the database.sql file, teamludas
Uncheck MD5 Encryption (u'll see why later)

then click connect, you should now be connected to the database.

now click the Client tab and search out your client folder and select it.

after that go back to the Server tab, and choose start server, after that everything should be up and running

Step 6
Go into the Client folder, and run the game.exe file or whatever the client game file is called, when you try to login as admin it won't let you, thats because your password in your mysql database is encrypted with md5, to fix this, open the mysql query browser, drop down the teamludas database and quadrouple click the accounts table, you should see 2 entries, and admin entry, and a Test entry, click edit at the bottom of the page and edit the password under the admin entry and change that long huge number/lettered thing to the password you want to use as the admin password, after ur done hit enter then click apply changes at the bottom, Close the browser go back to the game and use that password to login and vola you should now be in game n stuff.


Help!!! I did everything you said but when i try to start the server it says "Failed to start the server!" Please help! Here are some screen shots.

[spoiler=Screen shots (look at these)]

johnkapid
I'll try to explain this in a YouTube video.
I'll post it up when I made it.
Zero Kiryu
Hmm... I have the game up and running, but when I go to create a char, after hes created, the game crashes with this error:

Unabled find file Graphics/Character/CharacterName

My guess is that it looks from the spritemap with the name of the character you just created instead of Actor1/Actor2/ect...
johnkapid
The graphic of the actor in the Database must be the same name as the graphic filename.
It looks from the spritemap of the type and class of your character implied in the database. There is no spritemap of your character as it looks through the database.
Zero Kiryu
QUOTE (johnkapid @ Dec 31 2011, 02:08 PM) *
The graphic of the actor in the Database must be the same name as the graphic filename.
It looks from the spritemap of the type and class of your character implied in the database. There is no spritemap of your character as it looks through the database.


Sooo...... How do I fix it?
johnkapid
Did you change anything inside the Graphics Folder?
The names?
If not, let me see a screen of your database in your characters folder
Zero Kiryu
QUOTE (johnkapid @ Dec 31 2011, 02:33 PM) *
Did you change anything inside the Graphics Folder?
The names?
If not, let me see a screen of your database in your characters folder



No I didnt


Of my database in my chracters folder... what????
johnkapid
You know, the characters tab?
Zero Kiryu
QUOTE (johnkapid @ Dec 31 2011, 02:35 PM) *
You know, the characters tab?



Oh on my server. ok.

Here:
johnkapid
Umm... the VX Client, not Server~
(Btw, put your pics in a spoiler so it won't take much space.)
Zero Kiryu
QUOTE (johnkapid @ Dec 31 2011, 02:45 PM) *
Umm... the VX Client, not Server~
(Btw, put your pics in a spoiler so it won't take much space.)



DUH!!!! Nvm... I was using an old version of the db that i uploaded a while ago. XD It works now
johnkapid
Hey guys, some server setup tutorials I made here!
Zero Kiryu
QUOTE (johnkapid @ Dec 31 2011, 07:18 PM) *
Hey guys, some server setup tutorials I made here!


Umm... My game looks nothing like urs. U should re-release it so we can have the updated one, or i just missed the download link XD

And I can only have TCP or UDP, not both sad.gif is there a way around?

The server is onlone, but the game says its not, it lags a bit, then says its offline. Cause is the problem above?
johnkapid
QUOTE
And I can only have TCP or UDP, not both is there a way around?

Did you try port forward the same address twice? One for UDP, one for TCP.

QUOTE
Umm... My game looks nothing like urs. U should re-release it so we can have the updated one, or i just missed the download link XD

Since the thread is not much updated anymore, my guess the download link is down. Good thing I'm here.
Here's the download link: http://www.mediafire.com/?pmgmw17nqugj83z

I might have to request to close this thread and start a new one once I finish the new version. Vamp is not actually active anymore.
Though, I'll keep this open until I got the new version.
(Might migrate to VX Ace soon too.)
Zero Kiryu
QUOTE (johnkapid @ Jan 1 2012, 05:27 PM) *
QUOTE
And I can only have TCP or UDP, not both is there a way around?

Did you try port forward the same address twice? One for UDP, one for TCP.

QUOTE
Umm... My game looks nothing like urs. U should re-release it so we can have the updated one, or i just missed the download link XD

Since the thread is not much updated anymore, my guess the download link is down. Good thing I'm here.
Here's the download link: http://www.mediafire.com/?pmgmw17nqugj83z

I might have to request to close this thread and start a new one once I finish the new version. Vamp is not actually active anymore.
Though, I'll keep this open until I got the new version.
(Might migrate to VX Ace soon too.)



Yes, the game lags and crashes, and thanks, I love the new version. Theres only one thing I dont like. When events are set to 'Same as Player', they are still above the player, so when you walk up to a door, it looks like your walking under it for a second. XD

kboy33
What about the solution to my problem john?
Read my last post if you dont know what my problem is..
----------------------------------------------------------------------
Hey i remember you ! Your the PKM ONLINE guy biggrin.gif
Zero Kiryu
QUOTE (kboy33 @ Jan 3 2012, 10:55 AM) *
Hey i remember you ! Your the PKM ONLINE guy biggrin.gif


Who is? Lol
Zero Kiryu
Sorry for doub le posting, but...

I want an admin class, one that only admins can be, and are only visible to admins in Character Creation. I've tryed just plain not created characters for the class and changing my character to admin class through the server database, but when you create a new character, and scroll through the classes, there is an error once you reach where the admin class should be.

How can I do this?
Zero Kiryu
QUOTE (Zero Kiryu @ Jan 3 2012, 02:26 PM) *
Sorry for doub le posting, but...

I want an admin class, one that only admins can be, and are only visible to admins in Character Creation. I've tryed just plain not created characters for the class and changing my character to admin class through the server database, but when you create a new character, and scroll through the classes, there is an error once you reach where the admin class should be.

How can I do this?


Bump
johnkapid
QUOTE (kboy33 @ Jan 4 2012, 02:55 AM) *
What about the solution to my problem john?
Read my last post if you dont know what my problem is..
----------------------------------------------------------------------
Hey i remember you ! Your the PKM ONLINE guy biggrin.gif


But didn't I post a new tutorial? HOW CAN YOU POSSIBLY MISS IT?!

QUOTE (Zero Kiryu @ Jan 9 2012, 06:09 AM) *
QUOTE (Zero Kiryu @ Jan 3 2012, 02:26 PM) *
Sorry for doub le posting, but...

I want an admin class, one that only admins can be, and are only visible to admins in Character Creation. I've tryed just plain not created characters for the class and changing my character to admin class through the server database, but when you create a new character, and scroll through the classes, there is an error once you reach where the admin class should be.

How can I do this?


Bump


This needs a server modification. You should use a hidden class then set it in your admin character.
Also, set yourself "2" in your heirarchy in your account and character.
Zero Kiryu
QUOTE (johnkapid @ Jan 10 2012, 04:30 AM) *
QUOTE (kboy33 @ Jan 4 2012, 02:55 AM) *
What about the solution to my problem john?
Read my last post if you dont know what my problem is..
----------------------------------------------------------------------
Hey i remember you ! Your the PKM ONLINE guy biggrin.gif


But didn't I post a new tutorial? HOW CAN YOU POSSIBLY MISS IT?!

QUOTE (Zero Kiryu @ Jan 9 2012, 06:09 AM) *
QUOTE (Zero Kiryu @ Jan 3 2012, 02:26 PM) *
Sorry for doub le posting, but...

I want an admin class, one that only admins can be, and are only visible to admins in Character Creation. I've tryed just plain not created characters for the class and changing my character to admin class through the server database, but when you create a new character, and scroll through the classes, there is an error once you reach where the admin class should be.

How can I do this?


Bump


This needs a server modification. You should use a hidden class then set it in your admin character.
Also, set yourself "2" in your heirarchy in your account and character.



What do you mean? Hidden Class?
KawaiiNekoz
I was wondering how to make a map where you can only see the player in. (You can't see the other players in the map.)
Is that possible? (I'm trying to make a tutorial map)
---
Also: Where can I download VTL 1.7 RC3? (In Johnkapid's signature it says "Released" D:)
KawaiiNekoz
Bump
KawaiiNekoz
Bump
johnkapid
QUOTE
I was wondering how to make a map where you can only see the player in. (You can't see the other players in the map.)
Is that possible? (I'm trying to make a tutorial map)

I tried making this on my own but I failed. Sorry, it's not possible.

Also: Where can I download VTL 1.7 RC3? (In Johnkapid's signature it says "Released" D:)
1.6.3 Revive = VTL 1.7 RC3

DL of all released versions: https://skydrive.live.com/redir.aspx?cid=a7...86C1146!121
Slucker
Can you make a Changelog, I see no changes to 1.6.2.????
KawaiiNekoz
QUOTE (johnkapid @ Feb 3 2012, 04:26 PM) *
QUOTE
I was wondering how to make a map where you can only see the player in. (You can't see the other players in the map.)
Is that possible? (I'm trying to make a tutorial map)

I tried making this on my own but I failed. Sorry, it's not possible.

Also: Where can I download VTL 1.7 RC3? (In Johnkapid's signature it says "Released" D:)
1.6.3 Revive = VTL 1.7 RC3

DL of all released versions: https://skydrive.live.com/redir.aspx?cid=a7...86C1146!121


Thanks! ;3
Slucker
Very sad... No Support or new versions...
johnkapid
QUOTE (Slucker @ Mar 1 2012, 01:13 AM) *
Very sad... No Support or new versions...

Trying to support here. If possible, if your gonna ask questions
PM me directly.

I'm busy so much with college now.
Slucker
I want to see a new Update. You taken Telam Ludus along time ago, and there is no Update.
How long you need for a new Update???
ndhpqz3gde
can anyone please post a script where the abs are global..T.T the other player cant see the other player monster.. sad.gif can u help me wiith this john..
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.