Khev
Sep 17 2009, 04:00 PM
And you can't open a message with the Chat opened..
Just tried talking to the girl without the "He" or "She" above her head with the chat open.
Her message didn't appear and I couldn't move, but I could still open/close the chat and some windows.
buny
Sep 17 2009, 04:01 PM
SOME ERROR!!!!
when i register...
i found
Click to view attachmentwhen i open 2 cilent
and about a sec...
Click to view attachmenti found this too

i wanna this can cancel with 'enter'
How can other player join other guild??
Kwan
Sep 17 2009, 04:18 PM
How would i be able to change the default font color to white? I know where i can change it but i dont know if it needs a hex or just white.
Im using a dark windowskin so i kinda need this lol
t5yvxc
Sep 17 2009, 06:21 PM
Thanks for the nice script, I just have one question, how do i make it so other people can download my game and change the game icon?
buny
Sep 17 2009, 06:47 PM
How to make graphic in robe too??
i try...
Graphic = Robe
and not show!
t5yvxc
Sep 17 2009, 09:02 PM
I would like to make my own character sets, how do I set it where i can use my own character sets
Ultyma
Sep 17 2009, 09:18 PM
QUOTE (t5yvxc @ Sep 17 2009, 09:02 PM)

I would like to make my own character sets, how do I set it where i can use my own character sets
Open up the Client Editor.
Go into the Scripts.
And find Config underneath Materials.
You just need to Specify the Class, Name of the File, and # of the File.
Look at the ones that are set to the default for clarification if you need.
Of course. You'll need to import the Character Sets you wish to use into the Client, as well.
Anyway.
Great job with this, Vlad!
Especially the bit with being able to let people register from our Websites.
That's definitely a nice little feature.
An in-depth guide on how to properly work all the functions would be much appreciated.
Perhaps I can contribute if I get enough time to mess around with it.
Definitely found the medium for my next project.
And, I'll update YOU personally on the progress as it gets started.
Thanks alot for your dedication and hard work!
The community won't likely forget this!!!!!
t5yvxc
Sep 17 2009, 10:15 PM
Thanks, but when I try to add my own character, he doesnt show up in character creation or using him. The character sets are the same as the others (3x4), but slightly larger than them.
Nether-storm
Sep 18 2009, 12:16 AM
Hey, what is the Sql DB Password?EDIT: Nevermind.
dandanthedan
Sep 18 2009, 12:43 AM
@Nether-storm: just leave it blank
@Vlad: wow! thanks for the update, but uhmm..when i press Register after filling up the form, it doesnt work..what am i doing wrong?
anyways, ive some more bug screenshots
BEFORE i got your update..since i really dont know what other things you've changed with the update, just tell me if its fixed already, so here it is:
another shop prob
again another shop prob
loot problem
number input problem
chat problem
chatproblem again
battle problem
battle problem again
another battle problem
and two more things:
In the options window, could you at least add this:
and uhmm..i forgot the other one..

just tell me if these things are already in the new version..

i really want this script to be bug free as possible..
Michael
Sep 18 2009, 01:54 AM
Also, could you fix the party option. There isn't any option to add a person in the party. Also, how do you get the chatbox to open?
Gamerbird
Sep 18 2009, 02:08 AM
Press F5 Michael.
Yeah the party option would be good, so you could send messeges to your party to help you through a cave or such.
Also some options would be good as well.
Change character, log out and such.
deffenex
Sep 18 2009, 07:55 AM
Could one person just make a long in depth post on how to set it up please.
commandokev
Sep 18 2009, 09:37 AM
Awsome!
Just wondering if anyone has a server up and running that anyone can join?
Kwan
Sep 18 2009, 11:13 AM
QUOTE (deffenex @ Sep 18 2009, 11:55 AM)

Could one person just make a long in depth post on how to set it up please.
Check out Vlads blog.
Khev
Sep 18 2009, 12:02 PM
QUOTE (dandanthedan @ Sep 18 2009, 05:43 AM)

In the options window, could you at least add this:
CODE
#==============================================================================
# Window Options
#==============================================================================
class Window_Options < Window_Base
def initialize
super((Graphics.width-144)/2, (Graphics.height-122)/2, 144, 120)
@title.draw_text(@title.rect, "Options", 1)
$windows << self
Button.new(self, 46, 22, "Return") { on_close }
Button.new(self, 10, 55, "Change Character") { changechar }
Button.new(self, 52, 88, "Quit") { command_shutdown }
refresh
end
def changechar
$scene = Scene_Chars.new
Graphics.transition(60)
end
def on_close
super
refresh
end
def command_shutdown
#Sound.play_decision
RPG::BGM.fade(800)
RPG::BGS.fade(800)
RPG::ME.fade(800)
$scene = nil
end
def refresh
self.contents.clear
end
end
See if it fits your needs

EDIT: Just tested it, and it doesn't update the char at all. So this would be just a base for another script.. I'll work on it later, maybe. :*
Michael
Sep 18 2009, 02:37 PM
Also, could you put like GM and Admin Commands. For example, make a script that If your a GM and you type in the chatbox @ban -Playername- it bans the players. I've also made a GM Hall for GM's to get items for events. I've made an item which teleports you there but I'd rather have it as when you put in a command such as @tele -GM Hall- it teleports you there. Its just a freakin awesome idea that I came up with and remembered off other games.
deffenex
Sep 18 2009, 03:45 PM
this may be a stupid question but what and or where is BloodyDB?
Xzygon
Sep 18 2009, 03:48 PM
In version 1.0.3, it should be in the Server.zip file. It's named Database.sdf and not BloodyDB
Edit--
Found a glitch. When you try to leave the guild, the box showing confirmation shows up. The "yes" is where i assume its supposed to be, but the "no" is about 2-3 inches to the right of the box, and when you click yes, you don't leave the guild.
vladislaus
Sep 18 2009, 05:39 PM
update!
Khev
Sep 18 2009, 05:45 PM
Downloading 1.0.4
Great work so far, vlad
Kwan
Sep 18 2009, 06:05 PM
Nevermind. I see the problem. I dont usually check databases for these types of things lol.
Khev
Sep 18 2009, 06:15 PM
Did you run with the new 1.0.4 server?
Kwan
Sep 18 2009, 06:20 PM
QUOTE (Khev @ Sep 18 2009, 10:15 PM)

Did you run with the new 1.0.4 server?
I didnt know i had to copy the actors in the new one to mine.
Khev
Sep 18 2009, 06:27 PM
@Kwan: Err, the problem might be you're running the new client with the old server...
@vladislaus: I know this might sound difficult, but is there anyway to make the ABS mouse-based? Like you double-click on a monster and you start attacking it automatically whenever within range and can follow it until told otherwise... (It does remember some really popular RPGs like Ragnarok, Tibia, etc.)
Kwan
Sep 18 2009, 06:28 PM
EDIT: Actually on both versions whenever i create a new character their names are blue. Then i double click them and an error pops up saying:
Script 'Window Char Info' line 37: NoMethodError occurred. Undefined method 'name' for nil:NilClass
This also is happening to me on vlads demo.
wyvern_rider
Sep 18 2009, 06:56 PM
Hi to all.
Ok I am the one who sure you wanted to cry with the coments of the BLOG. LOL.
Well ok I will stop with the presentation(but call me Ramiro please hehe).
Ok I said than I wanted to help and here it´s my proof...
I made a better character maker,
Sure you will remember the Ragnarok Online game because this system works similar. But for it I had to make a Bit of changes.
First:
Now Have to make 16 classes insthead of 8, because this system changes gives (cuantity of classes) / 2 + selected class if the character is female.(For character making propuses)
You can´t puts new graphics(by module) and all the clases has the same graphics.(Remeber, RO character creation)
This systems works fine and it was tested by me and a friend.
Here there are some screens:And of course here it´s the
demo.Client_changed_.rar - 2.44MBI want to help vlad hehe, I hope it´s usefull for someone at least...
Well tanks for reading this message and sorry for my bad english(I'm a spanish man)
See ya all!
Michael
Sep 18 2009, 09:38 PM
QUOTE (Kwan @ Sep 19 2009, 12:28 PM)

EDIT: Actually on both versions whenever i create a new character their names are blue. Then i double click them and an error pops up saying:
Script 'Window Char Info' line 37: NoMethodError occurred. Undefined method 'name' for nil:NilClass
This also is happening to me on vlads demo.
If the character names are blue, that means there Administrators. You've must of accidently made the account to admin. Also that might be because you either deleted or moved the class in the database.
@deffenex: Its called the Database and I think it configures the whole system. Also its located in your Server folder.
@Xzygon: That problem is fixed in version 1.0.4.
@commandokev: That wouldn't be happening for a while now, this system just came a few days ago.
Xzygon
Sep 18 2009, 10:25 PM
Ooh, yeah saw that update in v.1.0.4
And Yeah, I agree with you Michael, it would take awhile for people to get an up-and-running, considering if they started with the current latest server, they have to get rid of the bugs themselves quickly, make their own party system right now if they need to, they would probably want to make their own commands, and all the rest of the stuff that they would want to add.
I myself am only working on creating maps, monsters, items at the moment.
dandanthedan
Sep 19 2009, 01:26 AM
thank you sooo much for the update!!
can anyone help me make this waypoint script compatible with this one:
Waypoints VXi am pretty sure this would be very helpful!
and is there going to be a pvp system soon?
or a minimap system?
EDIT: skills that inflicts states doesnt work...they just miss everytime..

EDIT again: can you make the gear a visual equipment too? so we can equip googles or sunglasses or masks and everyone can see it..
Michael
Sep 19 2009, 01:29 AM
As far as I know dan, no scripts are compatible without Vlad or someone doing something to the script. Making it work with every other script there is.
AlphaSpirit
Sep 19 2009, 02:19 AM
I can't create a new character with the new update (1.0.4). It just says that is created succesfuly and then i can't see it
dandanthedan
Sep 19 2009, 02:42 AM
thanks for answering me michael..
also..is there going to be a quest system soon?
Michael
Sep 19 2009, 02:58 AM
I hope so. Also, Control Self Switch doesn't work! How are we ment to do quests by events and other things without Self Switches working. Well... it does work but when I log out and go back into the game, the switch resets to the start again. You can't have multiple pages, this is really bad!
Vlad, I am asking you to please make them work unless theres a way in the variables. I'll try that later maybe but for now, I would like an answer from someone or you.
AlphaSpirit
Sep 19 2009, 04:05 AM
I kinda realized that a day ago ... Now i use switches, not self switches, because of that.
goldensun9753
Sep 19 2009, 06:04 AM
ive been looking for apache server on google for days and havent found one with a www folder, can someone plz post a link, so everyone whos having trouble can get their games up?
AlphaSpirit
Sep 19 2009, 06:47 AM
QUOTE (goldensun9753 @ Sep 19 2009, 04:04 PM)

ive been looking for apache server on google for days and havent found one with a www folder, can someone plz post a link, so everyone whos having trouble can get their games up?
did you try wamp? it has a www folder
cr4200
Sep 19 2009, 06:54 AM
@Alpha Spirit: I had the same problem with the characters not appearing when created, but then I fixed it. First, did you load the new sql database into the server, secondly are you using hamachi, if so make sure its on.
Khev
Sep 19 2009, 06:54 AM
Are the switches set locally, when set through an event?
Like, you have a treasure chest that sets switch 1 ON.
Will this set switch 1 for all players, or just the ones that clicked on it?
EDIT: Never mind, just tested it.
Hmm, it works as a local switch, so that's good!

There's my trasure chest system
goldensun9753
Sep 19 2009, 07:02 AM
QUOTE
did you try wamp? it has a www folder
Yes but it didnt work
AlphaSpirit
Sep 19 2009, 07:07 AM
QUOTE (cr4200 @ Sep 19 2009, 04:54 PM)

@Alpha Spirit: I had the same problem with the characters not appearing when created, but then I fixed it. First, did you load the new sql database into the server, secondly are you using hamachi, if so make sure its on.
Ok. I've installed hamachi and set it online and changed the database, but still it didn't solve the problem.

Edit : Nevermind, solved the problem. I just cleared the logs or something. Don't know.
Khev
Sep 19 2009, 07:12 AM
QUOTE (dandanthedan @ Sep 19 2009, 06:26 AM)

thank you sooo much for the update!!
can anyone help me make this waypoint script compatible with this one:
Waypoints VXi am pretty sure this would be very helpful!
What makes them uncompatible?
Is there an error or something?
And about the visual equipmente, you just have to set on the Notes in the database...
For example, the Robe's note is: "Graphic = !$Robe"
Just put an image on the Equipment folder, name it as !$image and set it on the equipment you want as "Graphics = !$image"
AlphaSpirit
Sep 19 2009, 07:15 AM
Vlad, could you please set that weapons, armour, jewelry doesn't stack up? Example: Instead of 3 swords stack up in one place in inventory, there should be three swords in each inventory slot

Also, for items that don't fill up HP and MP there should be only description or even nothing.
EDIT : When you point your mouse where is an event, it shows a hand cursor. That is bad when you create a trap somewhere. The player can just point everywhere until he finds where the trap is.
Khev
Sep 19 2009, 07:21 AM
For AlphaSpirit's idea, it's just to set something like "if value = 0, then hide it"
Xzygon
Sep 19 2009, 08:46 AM
Psst..
@Dan - There's already a PVP system in. You can attack each other with weapons
And is there a limit to the inventory? I'm not exactly sure, I haven't put enough items in the inventory to test it.
dandanthedan
Sep 19 2009, 09:42 AM
@michael: ive realized that too..thats why i use switches, not self switches..

@khev: when trying to access the waypoints window, the screen just blur and stuck up...btw, did you fix your window options? i love it, u know that..^^
@wyvern rider: your idea was awesome! that was what i was hoping for! i really hope vlad would integrate it to his system so that when he updates, we dont have to copy your script again anymore..

@xzygon: yah i noticed that but it seems more PKing to me than PVPing, what im looking for is a player invites another player to a duel then the other player accepts it and they'll duel...OR....a special map and the only place where players can kill each other free for all..like in ragnarok..
@vlad: thanks for trying to fix these bugs vlad
but ive found more bugs in the system...
anyone experiencing these too,
ill post it here:
firstly an error,:
and ive got some suggestions:
and one more thing, vlad can you have this in the system instead of the using of facesets..it would be real awesome..

it was made by wyvern_rider and its a very great addition to your system..

here is his demo:
Character Creation Demoand another suggestion:
an advanced PVP system: player invites another player to a duel then the other player accepts it and they'll duel...OR....a special map and the only place where players can kill each other free for all..like in ragnarok..
there were still others but im too tired to screenshot them..

very very last question: am I asking too much?
im sorry..just very interested in this system..
Xzygon
Sep 19 2009, 10:43 AM
@Dan
Wow, you did a lot of work right there. Nice. And yeah, I was thinking of a proper PvP system, like a pvp coliseum of some sort or something like that. And the faceset...What's it used for exactly? I tried to test it out and I couldn't find any use for it xD
As for the current hp / max hp, I think your supposed to add it in Window Character
You'll have to find what's defined as the current hp as opposed to max hp, and then do something with that. I'm pretty sure I can do it, it's just that I'm too lazy to find it right now
Khev
Sep 19 2009, 11:17 AM
I'm saving myself from editing a script the most as vlad's releasing updates..
Try to concentrate on items, maps, story
dandanthedan
Sep 19 2009, 11:51 AM
QUOTE (Xzygon @ Sep 20 2009, 03:43 AM)

@Dan
Wow, you did a lot of work right there. Nice. And yeah, I was thinking of a proper PvP system, like a pvp coliseum of some sort or something like that. And the faceset...What's it used for exactly? I tried to test it out and I couldn't find any use for it xD
As for the current hp / max hp, I think your supposed to add it in Window Character
You'll have to find what's defined as the current hp as opposed to max hp, and then do something with that. I'm pretty sure I can do it, it's just that I'm too lazy to find it right now

i seldom go online so i just put it all in one post...
im not a scripter so i dont know what to add in window character..

and yah, the faceset seems kinda useless since we're dealling with mmorpg here..
Khev
Sep 19 2009, 12:16 PM
Did anyone happen to change the "Graphic" on the character creator window? I mean, there's Class, Gender and Graphic. My class works fine, my gender works fine, but when I change one's graphic, I can't change it back to the first one O_O.
Is that a bug or am I doing something wrong?
My Actors Database is:
Paladin Male (class: Paladin)
Paladin2 Male (class: Paladin)
Warrior Male (class: Warrior)
...
Paladin Female (class: Paladin)
Paladin2 Female (class: Paladin)
Warrior Female (class: Warrior)
...
etc.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.