Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. @java Please post in English Language ........ and kindly edit your post and translate to English language
  2. setarray .@ItemID[0],607,608,512; getitem .@ItemID[ rand( getarraysize( .@ItemID ) ) ],1; warp "prontera",155,181; end;
  3. Read this... Permanent_Monster_Spawn trunk/npc/re/mobs/dungeons/prt_maze.txt prt_maze03,100,100,80,80 monster Baphomet Jr. 1101,25,5000,0,0 trunk/npc/re/mobs/dungeons/pay_dun.txt pay_dun04,0,0,0,0 monster Dokebi 1110,40,5000,0,0
  4. what svn you are using ? tried latest svn ? i have this issue before...cant remember is it the exact issue like yours.. anyway..rAthena has fixed the problem for cart last time.... i think is this..r16298
  5. Topic starter solved this problem by using Client 2012-04-10 langtype 10
  6. try this - script Sample -1,{ OnInit: OnClock0001: // prtg_cas03 warper name set .@NPCNAME1$,"NAME"; // gefg_cas04 warper name set .@NPCNAME2$,"NAME"; if( gettime(4) ){ disablenpc (( gettime(4) % 2 == 0 )?.@NPCNAME2$:.@NPCNAME1$ ); enablenpc (( gettime(4) % 2 == 0 )?.@NPCNAME1$:.@NPCNAME2$ ); } end; }
  7. you only mentioned to enable it..but didnt mention when it will be disabled...otherwise...the script will enable all the warp .....since it wont have any disabling stuff like what you mentioned above....
  8. dunno....you only post 1 line..how i know what your script does.... and... the script...check whether the gettime(4) value is 2,4,6 or not....if yes...then the script END 2 = tuesday 4 = thursday 6 = saturday and if you want it to check it's sunday or not...you have to use if( gettime(4) == 0 )
  9. ...............{},{ disguise <ID>; },{ undisguise; }
  10. dispbottom "You got total "+points+" Points."; for the trader....check script release section for dynamic trader..
  11. change your langtype in clientinfo.xml
  12. because you didnt set a condition to check for 0 ...so it's still running on sunday..... you're the one who didnt read the post clearly... should be if(gettime(4) == 2 || gettime(4) == 4 || gettime(4) == 6 || gettime(4) == 0) end;
  13. what this mean ?? you want a @deal command ? isnt that just same with this ? @trade and what broadcast in different colour... elaborate what you want in details.....
  14. search for the free web template at download section....
  15. you dont have to...that just to ensure the player who using this / referred a player is "NEW Player" and NOT the old players.....
  16. your latest registered account id is 3000000 ???
  17. Duplicated Topic : http://rathena.org/board/topic/71119-errorsjibering-messagerejected-from-server/
  18. update your lub file...make sure your client are reading the lub file in data folder / grf ...... Translated Data Folder http://subversion.assembla.com/svn/ClientSide/Translation_Project/data/ Lates Lub Files http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/
  19. make sure you are using rAthena...and updated KRO....and updated data / lub files...and compatible clients...
  20. trunk/db/re/item_db.txt 12622,Reins_Of_Mount,Reins Of Mount,11,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ setmounting(); },{},{}
  21. Emistry

    Data.ini

    your kro folder.....if dont have..then just simply create 1 text file..and name it to Data.ini
×
×
  • Create New...