Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. it method to assign quest to player is the same as previous ... refer Setquest / Erasequest / Completequest / Changequest / Checkquest
  2. it's command...not permission.... both are different.. trunk/doc/atcommands.txt trunk/doc/permissions.txt
  3. in your LUA / LUB files.. http://subversion.assembla.com/svn/ClientSide/Lua_Project/lua%20files/quest/
  4. edit this file trunk/db/re/item_trade.txt
  5. for(set @i,@i; getarg(@i) != 0; set @i,@i+2) getitem getarg(@i),getarg(@i+1); announce strcharinfo(0)+" has compleeted the quest.",0; <--------------------- close;
  6. show your edited script...and check for any error or etc...
  7. Script Release > Script Collection > Emistry Script > Refine Ticket
  8. set @KAFRAPOINTS,#KAFRAPOINTS + rand( 1,10 ); refer rand
  9. trunk/conf/battle/homunc.conf // Does autoloot work, when a monster is killed by homunculus only? homunculus_autoloot: yes
  10. http://subversion.assembla.com/svn/ClientSide/Translation_Project/ you should use search engine ~ >.<
  11. try this ? OnInit: while( 1 ){ areapercentheal "<mapname>",<x1>,<y1>,<x2>,<y2>,<hp>,<sp>; sleep 1000; } end;
  12. perhap it's caused by content ? because i remember that LINUX and WINDOW use different characters for certains word...like.... "newline" ..and etc.... if your old server file doesnt content much modification..i think you can just redownload a new 1 and edit edit it..
  13. instead of stating the line error....next time it's better to post a screenshot..or the error contents... and ...use search engine.... anyway..this is your solution.. PCRE
  14. like this ? http://pastebin.com/raw.php?i=1isdvkFZ you can start learning sql stuff here http://www.w3schools.com/sql/sql_create_table.asp
  15. please make sure you use the correct npc folder / path when you add this script.. both RE and PRE-RE use different folder... trunk/npc/re/ trunk/npc/pre-re/ beside....please dun alway mention "Didnt Work" ... give detail...elaborate...check your map server..and etc...
  16. @Annie instead of loop all users....how about only loop for the users who stayed in the maps during the "event" started ? because the rest of the player who are not in these map...they will have the OnPCLoadMapEvent get triggered when they enter the map.. so i think if we only loop through all the player that inside these guild castle map in enough.. query_sql("SELECT `account_id` FROM`char` WHERE `online` = 1 AND `last_map` IN ( 'prtg_cas01','prtg_cas03' ) LIMIT 128 OFFSET "+ .@count, .@aid );
  17. perhap you should take a look on your permission setting for member group in forum ?
  18. @donkeyg are you sure you are using this script ? http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/ because you dont have this http://pastebin.com/raw.php?i=dEqrkczy inside your database.. the above method wont be able to solve the problem you are requesting... Annie fix the problem based on the script given in the 1st post .....
  19. @SlashGeeGee it's fixed in the server configuration... trunk/conf/script_athena.conf // Default value of the 'max' argument of the script command 'input'. // When the 'max' argument isn't provided, this value is used instead. // Defaults to INT_MAX. //input_max_value: 2147483647 input_max_value: 10000000 change the value if you want to enable input higher value.
  20. try this http://pastebin.com/raw.php?i=AmNQY4up mapname,coordinate duplicate(AutoSummon) AutoSummon#<mob id> -1,3,3,{
  21. you can try this.. http://pastebin.com/raw.php?i=xJE8s1zS
  22. you can try setup like this for duplicate npc.. http://pastebin.com/raw.php?i=mjbNHJ7d it work fine when i test in my server... and the reason for you to unable summon it...i think it's because you set the delay too long
  23. http://rathena.sourceforge.net/tools/diff_patcher.php?client=2010-07-30aRagexeRE
  24. Emistry

    Monster EXP

    maybe your required exp range is too large ? check your exp table.
×
×
  • Create New...