-
Content Count
556 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by ThyroDree
-
is it possible to disable the Deal / Trade Request During WoE? to avoid those players who distract who is on WoE
-
how can i connect this to my server?
-
up
-
can you give me examples? please?
-
i am using a Thor Patcher how can i add the patcher shows how many Online in my Server and Checks the Login,Char, and Map Server if Online or Offline
-
also found this posted by annieruru for Rathena Emulator by the way i am using Rathena Emulator i will replace my dispbottom on script.c?
-
i got a problem adding those line of dispbottom2 of Dastgir i don't know where to add here check it In Clif.C: Place this at end of file: In Clif.H Place this at the end: So the Format you will use dispbottom2("0x00FF00","MESSAGE"); OR dispbottom2 "0x00FF00","MESSAGE"; REPLACE 0x00FF00 to any colour code.
-
and sadly dispbottom cant be in a customized color.. read this what this means?
-
i just want to change the color of the message in the Chat Box and... i don't want the message to be like broadcast i just want it to broadcast on Chat Box Only but with Customized Color.
-
Oh I get it now.. this would be the solution for that.. ^^ - script test#444 -1,{OnCommand: if ( !getstrlen( .@atcmd_parameters$ ) ) { message strcharinfo(0), "Please, enter a message (usage: @bst <message>)."; end; } $@input$ = implode(.@atcmd_parameters$," " ); $@name$ = strcharinfo(0); .@symbol$ = substr( .@atcmd_parameters$, 0,1 ); if ( .@symbol$ != "B>" && .@symbol$ != "S>" && .@symbol$ != "T>" ) { message strcharinfo(0), "Market Symbol is Needed when using this command ( B> S> T> )"; end; } if ( bst_delay + 60 > gettimetick(2) ) { message strcharinfo(0), "There is a 60 seconds delay of using this command again"; end; } query_sql ("SELECT `char`.`account_id` FROM `char` JOIN `login` ON `char`.`account_id` = `login`.`account_id` WHERE `char`.`online` = 1", .@account_id); bst_delay = gettimetick(2); // delay while ( .@i < getarraysize(.@account_id) ) { if ( attachrid( .@account_id[.@i] ) ) dispbottom "[Market]" + $@name$ + " : " + $@input$; // display to every character on the server. detachrid; .@i++; } end;OnInit: bindatcmd "bst",strnpcinfo(0)+"::OnCommand", 0, 1; // bind @bst command. end;} but AnnieRuru just used this to the old bst script to make color on chat can u just add this ?
-
if i already tried this and working but when a type @bst B>Tao Gunka pa Message said [Player]: B>Tao Gunka i want to be like this [Market] Player : B>Tao Gunka i also can you teach me how can i change the color of the broadcast on chat box? i want to change it to Orange Color
-
SORRY DOUBLE POST
-
Okay! Thank You How can i use this point on shop ? like Currency shop
-
is this permanent points?
-
what is this? ^^^
-
if i add #OWNPOINTS what is the name of the Points? Own Points? how about i want to make it YourRO Points
-
Up for this i got a problem the problem is after @bst B> Tao Gunka = PM ME B>Tao Gunka = PM ME is Broadcasting i just want it to broadcast on Chat Box Only here:
-
how about like this??
-
but if a player finish the quest Player will Receive 5 Custom Points how to make it on quest ? ( not on pvping/killing way)
-
aw but i need a permanent like CashPoint
-
is it possible to make your own points in ragnarok? if yes can anyone tell me how to do it? thanks
-
anyone can share to me a script/src that if the Guild have items in Guild Storage and the Guild master tries to delete the guild with items in guild storage after the guild will be delete Message will pop out says "This Guild still have items on Guild Storage..Are you sure? you want to disband this guild?" is this doable? Thank You
-
is this working properly?
-
IP/Account ID Checker ( Shows character name in the IP )
ThyroDree replied to ThyroDree's question in Script Requests
Bump. -
up