Jump to content

leloush

Members
  • Content Count

    269
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by leloush

  1. I have doubt that this needs to fix in src, however your suggested temporary solution really works but like what u said the body relocation animations will be sacrificed also it will have a permanent delay of 0.5 or more seconds to cast the body relocation. The main issue here is the sprite itself.
  2. http://upaste.me/1296132651ff8c3c3 http://herc.ws/wiki/Bindatcmd
  3. cuz admin menu is not showing like. cp log / etc etc.. NOTE: i already have adminmenu.php in main folder then i just linked this file to header.php above the line where submenu.php and pagemenu.php is located... so im wondering why still it doesnt show? EDIT: Thanks anyways.. its just need to include the code that inside the sidebar.php..
  4. Did anyone already encountered this kind of problem? when i tried to use /w or /who nothings happen that should the system will show the msg "There are (5) Currently connected" something like that.. but it doesn't show then i tried my old grf then it works there.. does anyone have a clue where to check this? Thank you. EDIT: DANG !! im very sorry that i did a rushpost.. btw i just found out that i changed my langtype, and put it back to what is lately.. im very sorry..
  5. i think this is dead.. dont know... (sry but for me, this is not usefull i recommend the grf editor. easy and user friendly(for those who dont have knowledge in these tool)no offense.
  6. 2013 cguro.. kasi bago lng 2014 eh.. idk..(pero aq gamit ko 2012 pren.)
  7. File Name: Thor Patcher(by Rufi) File Submitter: leloush File Submitted: 21 Mar 2014 File Category: Client Resources Just a little contribution to the community of hercules. (Includes PSD file & already set the codes and positioning) you can remove the name of mine. just dont sell it in any way. -Rufi Click here to download this file
  8. Version v0.1

    566 downloads

    Just a little contribution to the community of hercules. (Includes PSD file & already set the codes and positioning) you can remove the name of mine. just dont sell it in any way. -Rufi
  9. sadly it is.. T_T well not bad at all.. look dota 2 vs RO .. but still hoping.. lately it was 20% and mabi has 80% now its increasing.. hehe
  10. hi annie.. can u please this script if its okay to use in atleast 5items (script) function script test {OnInit: if (isequipped(2236)){ @oldlook = getlook (7); @oldlok = getlook (6); setlook 7,113; setlook 6,1; end; }else{ setlook 7, @oldlook; setlook 6, @oldlok; end; } } and here's the item script(just wondering if its ok to call the same function in deequip script) {callfunc "test";},{},{callfunc "test";} i wonder if this script will work flawlesly without causing lagg to the server.. or any etc that will cause a problem to the server (idont have a bg that is using setlook) thanks
  11. hi just wondering if its possible to do on item script like this > setlook 7,1; - DONE > and save the cloth color, because when de equipped this item i just want to turn them back to original what they look before wearing this item.. the changelook or setlook was done.. but the revert to original no luck i think it needs a function ? i dont know how to do this can someone make a sample.. thanks..
  12. put mp3 file in ROfolder/BGM/01.mp3 01.mp3 is the default name for login bgm just rename the mp3 file and it should work after that make sure change the bitrate to 128kbps or 96kbps .. (i always chose 128kbps)
  13. you can still use mail system via alt+h then send message. or it can be access via npc. yup there is a bug regarding on it specially when you have a @security on your server. yeah they can send via alt + h but the reciever won't get the items/msg since you need the @mail or mail npc to view the inbox so its useless just make sure the mail.txt is disabled so no npc at all no commands as well.
  14. bug maybe... last time i have an issue with this mail system.. they can dup items via mail system and i dont know how they do it.. i just found out that they got loads of stuff so decided to mac ban them and oh i remember there is a same issue also i forgot if its here or on rA. disable the npc and dont put @mail commands on group 0 that's what i did after..
  15. yommy is too awesome... but you should not post comment something like this.. yet there still an awesome persons left in hercules...
  16. yeah im waiting too.. hehehe i would sacrifice the ext. vending system for this.. and move to the latest when the clan system will be available.. just a little concern about the clan system it would be nice if its 2 clan or 2 type on;y , " Devil and Angel " so there is rivalry between these two clans
  17. nice share haha.. astig sa news feeds ng page nila.. kanya kanya silang version ng flappy bird.. salamat sa share..
  18. i tried to find where line this need to add idk sir dats says its on script.c Place This above "BUILDIN_FUNC(dispbottom)" but only i can see in my script.c is idk. if its a typo error only /*========================================== * Displays a message for the player only (like system messages like "you got an apple" ) *------------------------------------------*/BUILDIN(dispbottom){ TBL_PC *sd=script_rid2sd(st); const char *message; message=script_getstr(st,2); if(sd) clif->disp_onlyself(sd,message,(int)strlen(message)); return true;} http--,,--//herc.ws/board/uploads/monthly_01_2014/post-4102-0-51649400-1389537183_thumb.jpg][/url] i dont think its a good idea to replace a code from source.. that is made from diff emulators.. not unless someone will confirm that is compatible to any emulator (or u know what u are doing.)
  19. i think, that is dispbottom2 by sir dats.. (it is a custom commands that will make dispbottom to have a color) and he said not working.. idk
  20. and sadly dispbottom cant be in a customized color.. read this
  21. 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 ? im wondering sir.. what u really want? lol just wondering.... someone gives a script using announce with a color.. and the other one gaves u with dispbottom.. and now u want them both ? if u add that line.. it will announce like what u showed in the previous post with a screenshot.(u don't want it right?) AFAIK.. dispbottom cant be in a color code..(not unless someone will do it for u and i believe it will required source modif.) no offense.. just wondering...
  22. isee and what do u mean by without clicking the link?
  23. what does this script do sir? it will direct you to team speak link? via ingame?
  24. leloush

    Own POints

    if i add #OWNPOINTS what is the name of the Points? Own Points? how about i want to make it YourRO Points #YOURROPOINTS #Yourropoints or #Ownpoints is just a variables i think so if u want to call it then just add it to the disp bottom what will be the name of this points.. "+OWNPOINTS+" / "+YOURROPOINTS+" will just show you how many points(number) is currently u have.. but it will not show the name "OWNPOINTS" or "YOURROPOINTS" just add it to the msg.. everytime u will add it on a checking.. something like talking to an npc is required a "yourpoints" mes "you have "+#OWNPOINTS+" Cash Points/Your Points/Wat ever Points." close; ingame this will show. you have 15 Cashpoints/your points/watever points. And oh, sir dats already point it out here.
×
×
  • Create New...

Important Information

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