Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Sylphe

101
Resources / Re: Shalaren's Shop (RE-OPEN)
June 21, 2014, 06:26:53 pm
Hey Shalaren are you still alive ? :333
102
RMXP Script Database / Re: [XP] Blizz-ABS
June 21, 2014, 06:05:27 pm
ok thank you =))
103
RMXP Script Database / Re: [XP] Blizz-ABS
June 21, 2014, 02:51:45 pm
Hello ! It's me again !
I try to make a VERY 'complexificated' combo in the Blizz-ABS Config last version
and I need to do a condition with a script : if $char = 'hello' then GOTO ACTION 5 else GOTO ACTION 6
But in the combo condition window, there are two text areas.
I wonder if I have to do like this :
Value 1
   Type = script
    Value = $bool
Value2
   Type = script
   Value ='hello'

OR

Value 1
   Type = script
    Value = $bool == 'hello'
Value2
   Type = Idunno
   Value = ... blank space

OR anything else ?

104
RMXP Script Database / Re: [XP] RMX-OS
June 19, 2014, 10:54:18 am
oh ok ^^ when I type those char in chat, I see small squares instead
105
RMXP Script Database / Re: [XP] RMX-OS
June 18, 2014, 04:12:51 am
ok good thx :)
And did you try to make specific chars like "^ è à é" etc appear in the chat in game ? Or is it possible to do this without too much code ?  :ninja:
106
RMXP Script Database / Re: [XP] RMX-OS
June 16, 2014, 02:20:45 pm
Hey it's me again, speaking of database.... I have a lot of players for my tests and I want to erase them all !! Would a small "DELETE FROM PLAYER" SQL Request be correct and don't affect other datas ?
107
Lol ok sorry
I just have a custom Title with a red image, and I want "Stanland Madness" typed in big as I showed in last post, and in Yellow-Orange color, something flashy ^^
please :)
if you want to know specific things ask me lol I don't know what you want to know exactly
108
RMXP Script Database / Re: [XP] RMX-OS
June 14, 2014, 04:19:24 pm
Yeah good idea ^^ I found what was the bug for my "reset game" problem.
It appears that when the number of events on a map reach a certain number and a client go on this map... the client loose all his data

EDIT : it may not be the amount of events but the amount of process in the map : I can put 3 more PNJs just saying "Hello" in my map, and no problem appears... Then I remove those 3 PNJs and I add one more monster instead... And BAM all data lost
109
RMXP Script Database / Re: [XP] RMX-OS
June 14, 2014, 03:39:32 pm
I can leave it ON with a parallel script that handle the "death" status of hero :)
But thank you I didn't notice there was an Auto Game Over ^^
Next stage : Custom the title screen of RMX-OS haha
110
RMXP Script Database / Re: [XP] RMX-OS
June 14, 2014, 02:51:59 pm
Ow okay ^^ for me, it resets all the client game datas xD

EDIT : another small ANOOYING bug lol : I use Blizz ABS and Blizz ABS controller, it's OK everything fine but.... I died ! And when I relog , I start from my death !! XD Game Over unlimited
111
YEAH ! I want to create a logo where stanland's madness is typed, something like this :
112
RMXP Script Database / Re: [XP] RMX-OS
June 12, 2014, 05:17:36 pm
But why can't we have more than 1 character in our groups ? Is it because the server doesn't recognize other actors ?
113
RMXP Script Database / Re: [XP] RMX-OS
June 12, 2014, 04:43:04 pm
Ow okay I didn't notice the characters limit
But I knew for the non-saving when an event  is running, that's why I put some "Erase this event" everywhere XD I also have a PNJ with network saving script... but it is non efficient :/
Maybe... It doesn't support "contact with hero"/"auto process"/"parallel process" events, even when called once and erased after

EDIT : Contact with Hero is supported, the "Erase event" action is not supported, then I have an event just showing an image and showing text in parallel process... and then doing nothing in an empty page... And without this script I don't have any problem lol
114
RMXP Script Database / Re: [XP] RMX-OS
June 12, 2014, 04:18:49 pm
Hey Blizz !  I have a small problem with the datas or the server (I think).
When I use an "automatic"/"parallel"/"contact with hero" events with Show Message action or when I add a character in the group... The game is resetted : When I reconnect, I start from the RIGHT BEGINNING instead of resuming from where I was before deconnecting my character

:S I don't have much other scripts, just LoginMessage, OnlineAwareness, DailyMessage and GlobalSwitches
Maybe it is normal ?

115
Big Problem with this script, It comes from the extension in the server

it says

src/Client1.rb:234:in 'block in handle'
IDEM :233:in 'each_value'
IDEM 'handle'
116
RMXP Script Database / Re: [XP] Blizz-ABS
October 13, 2013, 05:39:44 pm
argh that's what I feared xD but
thank you for reponding !  :) I'll deal with combo, not to get too many skills whith hotkeys^^
ow and do you think this correlation between ASCII code will be changed in a future version of blizzABS ? haha  :^_^':
117
RMXP Script Database / Re: [XP] Blizz-ABS
October 13, 2013, 05:14:05 pm
ow sorry I did a mistake I rectify : I want to usemy skill when I type 2 !^^
Yeah I think this is not normal and I think that directInput is better for my project than chosing skill after skill=)
But it confound the 2, 4, 6, 8 numbers Key and the Up Down Left Right arrows :(
and I don't use any script interacting with inputs or something.
that's weird ._.

wait I think I understood what you told me... When I use directHotkeys I have to set another keys for moving , in place of the arrows ? T_T
118
RMXP Script Database / Re: [XP] Blizz-ABS
October 13, 2013, 03:30:15 pm
Hello this script is just amazing, I'm not good at sciprting and was searching for a stable A-RPG script (hard to get lol)
And finally I find you thank you a lot ! :D
I also have 1 small problem with a function : Direct input hotkeys.. I searched in the code and found an idea of the exact source of the problem that is :
When I'm in direct input mode and I put skills on 2, 4 6, 8 ... When I'm walking below for example, the script automatically active the 2-relied skill.... But I just want to activate it when I type S ! Not whenever I'm walking down :(
I searched in BlizzABS2 script and found that the down arrow is relied to number 2, left, up, right, left up etc where relied to other specific numbers
I'm not so bad in scripting but I don't know how to fix the problem, that is very important I think :/