Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. define "new" your request is totally lack of information and and useless in some way. we doesn't write a new script based on a word "new". If you request for a system, kindly think through the idea before you post any. For your information, if you really some some secure antibot, go get gameguard instead. Any script-based antibot can be easily bypass by any bot software. Thank you.
  2. OnMinute00: // Put all your start timer here donpcevent "Card Collector::OnBeginCollector"; .look4card = .allcardid[ rand( .allcards ) ]; delwaitingroom; waitingroom "Card - "+getitemname( .look4card ),0;
  3. Please ensure the external link doesn't expired or get removed.
  4. OnPCLoadMapEvent: if ( strcharinfo(3) == "payon" && getcharid(2) != 19 ) { warp "prontera",155,181; } end; payon mapflag loadevent
  5. I would be more happy to work on it if you happened willing to spent your time to write on full details on how these things work out. based on your topic, I only know 2 things, zodiac + instance, and nothing else. which is totally useless if you meant this is how to request someone to write/provide a script LOL Please follow the board rules given https://rathena.org/board/topic/85850-scripting-requests-rules/ thank you in advance.
  6. make sure the value stored in the .@i variable are correct and match with the IF-ELSE condition checking statement.
  7. checkquest return -1 if the quest isn't started/given. So you have to add a checking for the value that returned. if ( checkquest( .@i ) >= 0 ) { erasequest .@i; } otherwise you could also use isbegin_quest if ( isbegin_quest( .@i ) > 0 ) { erasequest .@i; }
  8. perhaps you missed some update patch ?? make sure you updated to latest patches.
  9. https://rathena.org/board/tags/forums/hosting/
  10. getunitdata 'BossID,.@bossdata; what is that .@bossdata stored?? it stored nothing inside..
  11. OnHour12: if( !gettime(4) || ( gettime(4) == 6 && gettime(3) >= 12 ) || ( gettime(4) == 1 && gettime(3) < 12 ) ) { it only trigger on these day.. 12PM Sunday - should work on 12PM 12PM Saturday - should work on 12PM 12PM Monday - failed bcause trigger on 12 but you set it before 12PM
  12. maybe you have certain script that disabled it, or you accidentally unloaded it or you didnt set the server to load it by default after restart/reload
  13. your server account doesn't match with your settings. check the default account that you stored in the login table and your conf files.
  14. use attachnpctimer before you use the initnpctimer
  15. probably just your wireless connection issue ? signal strength ?
  16. update your db/re/mapcache.dat since the GAT files are different.
  17. you need to attach the timer to a player. viewpoint only work if there are any player attached to current executing script.
  18. perhap you should show your settings/changes here.
  19. sql-files/main.sql#L5-L25 sql-files/main.sql#L214-L234 sql-files/main.sql#L296-L316
  20. Please elaborate the problem you currently facing. Provide us with the following or more details if possible: - Run-time server console errors/warnings (if any). - Client side errors/warnings (if any). - Any edits to scripts or source mods (if any).
  21. Emistry

    Lasagna

    yes or no .... if you expecting for better answer, at least try to elaborate or describe what is that "lasagna npc: that you referring to.
  22. your sound files isn't compatible or missing.
  23. You mentioned you get somekind of error message, but you never show what error message was it ?
×
×
  • Create New...