Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. remove this.. if(sd->bl.m == map_mapname2mapid("prontera")) { clif_displaymessage(fd, "@afk is not allowed on this map."); return 0; }
  2. if you are looking a fix for your script..then show your script...and give a way for us to duplicate your problem... if you are looking for a script ....please be specify how it works....
  3. it's possible, my Doppelganger script & peopleperson's Split Personality script have proven to you guys that skills can be saved and change / switch anytime according tot he script.. my Build Manager & Euphy Build Manager have proven to you guys status can be save and switch at anytime according to the script.. so, most of it is possible except the hotkey parts...even though i can think of it how the hotkey is saved, but not instant updated on your clients if your switched or etc... anyway.....will think of it if i want to update my Build Manager scripts.....
  4. your RO will automatically follow the time set in your host server....
  5. but...isnt we got this ?? xD getiteminfo( <itemID>,6 )
  6. For the 3rd Time, ... if you are posting in forum, please do follow forum rules. http://rathena.org/board/index.php?app=forums&module=extras&section=boardrules This is a client & patcher support section, not a client or patcher stuff release section..and it's also not a section for you to advertise or to promote your stuffs. Topic Close.
  7. i dont care it's free or not...as i mentioned in previos post... http://rathena.org/b...-to-first-five/ this section is not a section for you to release or show your stuff that you want to share with others... please read the forum rules... http://rathena.org/b...tion=boardrules well, personally ...your picture...show nothing other than free from virus... i only trust that your client is free from virus....but not free from any possibility of code injections which will endanger other users who request from you.... i can also simply said i make somekind of hackfree file..and provide few picture..and said it is a working stuff... If you able to provide a better proof to convince us....then feel free to show it and make sure you did in a correct forum... Topic Close AGAIN
  8. atoi() will convert alphabets into integers....
  9. like this ?? OnDance: specialeffect2 atoi( .@atcmd_parameters$[0] ); an array .@atcmd_parameters$[] will be filled with the given parameters, starting with an index of 0. Example: @test Testing Command The following array values will be generated: .@atcmd_parameters$[0] = "Testing" .@atcmd_parameters$[1] = "Command"
  10. what you want to add in the parameter list ??? and it's possible if you know how to edit the src .....
  11. Weeew...i am 2nd....i got chances to get this too...LOL... yay ~ But, this is not a place for you to show / advertise your works.. if you want to advertise / show it to others...do it at the advertisement / showcase / etc section...but not here... beside, there are alot way of doing this in a more secure way than sending you the client info ..... and your topic sound like a fraud ..... Topic Closed.
  12. use search engine.... i believe it has been discussed several times.... update ur msgstringable.txt ....
  13. @Rage everything is given to you...just edit accordingly....... @GMOcean erm, in my opinion, @Count is not needed if you save the data using a permanent character variable...xD no extra work / process is required to save the data to another temporary variable...
  14. Emistry

    .lua files

    use search engine...
  15. Edit_Max_Level
  16. something like this ? prontera,155,181,5 script Sample 45,{ if( @Count < 300 ){ dispbottom "Killed "+@Count+"/300 Poring."; } warp "prontera",155,181; end; OnNPCKillEvent: if( killedrid == 1002 && @Count < 300 ){ set @Count,@Count + 1; dispbottom "Killed "+@Count+"/300 Poring."; } end; } if you want the kill count saved even after they logout...then change @Count to Count // Character based or #Count // Account based
  17. Emistry

    SQL DEBUG

    you dont have the skillcooldown table in your SQL machine... import you skillcooldown table should be able to fix your problem.
  18. isnt that is normal ? some player even can boost the asura to 100k ~ 130k above normally ... with extra buff and trick....they can even reach 1m damage...
  19. Emistry

    Santa Suit

    maybe ur clientside sprite problem ? because, your rogue has turned into merchant ..O.O
  20. what mean ? elaborate more on what you need ?
  21. what are you requesting here ??? if you are requesting script...read this http://rathena.org/b...-request-rules/ if you are releasing script..follow the rules and do it here http://rathena.org/b...cript-releases/
  22. http://rathena.org/board/topic/56317-decompiled-luas-for-2011-11-22aragexere-client/
  23. remove this inside the pvp script .. atcommand "@size 3";
  24. most of the script in eA will also work in rA , except for rA script to work in eA fully. to add the npc... it's the same for ALL npc no matter it is custom or not.... Adding_a_Script
  25. find any dynamic shop script in the forum....and use it... if you want it to combined into the shop script.. just copy the part for OnPCLoginEvent: paste the whole part into the dynamic shop script you got...
×
×
  • Create New...