Jump to content

ThyroDree

Members
  • Content Count

    556
  • Joined

  • Last visited

Everything posted by ThyroDree

  1. is it possible to disable the Deal / Trade Request During WoE? to avoid those players who distract who is on WoE
  2. how can i connect this to my server?
  3. can you give me examples? please?
  4. 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
  5. 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?
  6. 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.
  7. and sadly dispbottom cant be in a customized color.. read this what this means?
  8. 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.
  9. 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 ?
  10. 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
  11. Okay! Thank You How can i use this point on shop ? like Currency shop
  12. is this permanent points?
  13. if i add #OWNPOINTS what is the name of the Points? Own Points? how about i want to make it YourRO Points
  14. 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:
  15. how about like this??
  16. but if a player finish the quest Player will Receive 5 Custom Points how to make it on quest ? ( not on pvping/killing way)
  17. aw but i need a permanent like CashPoint
  18. ThyroDree

    Own POints

    is it possible to make your own points in ragnarok? if yes can anyone tell me how to do it? thanks
  19. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.