Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. you have to show your full script .....we dont know what you did in your other part of the script.... Usually it would be located at the menu selection part.. select("Item1:Item 2:Item 3");
  2. http://rathena.org/b...ent-whats-next/ same thing...update ur lua....update ur translated data folder...etc...
  3. no....it contain SQL statements
  4. lol..you are running a server with JUST official file ? .... you cant ! you need a client... http://supportmii.com/ro1/Clients/ updated lub files... https://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/ translated data folder https://subversion.assembla.com/svn/ClientSide/Translation_Project/data/ make a GRF using the data folder you have done edit....... then...add the GRF into the data.ini For Example : [Data] 0=YOURGRF.grf 1=sdata.grf 2=data.grf
  5. [Data] 0=sdata.grf 1=data.grf where is ur custom grf??????? sdata ??
  6. http://rathena.org/wiki/Adding_a_Script
  7. i think you are just setup it in a wrong way... beside..if you are using this script to reach what you attempt with... then you have to create another NPC for each requirements....
  8. nope...that cant be done using script.....
  9. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt try change all etower_timer to #etower_timer
  10. Emistry

    help ?

    item stored within an account is stored in the inventory / storage table in your SQL.... item_db is the database for all the item that exist in your server... it is optional if you are not planning to use item_db in SQL .. or dunno how to handle SQL stuff...
  11. Emistry

    help ?

    you store the data inside the SQL .....all the data for items inside the SQL.... so you wont need to edit / use the item_db inside item_db.txt .... 1 save data and use it within the SQL 1 save data and use it within the text file data inside the SQL is more easier to edit / view since it is "grouped" nicely...
  12. Emistry

    help ?

    if you are using SQL Database to handle your server...then execute it ....then everything is saved / run through ur SQL.. and not from the TXT files... it is optional..if you are not using SQL Database for items...
  13. WHAT !!?? .......dunno what to say..... anyway...i would suggest you these...... go download a newer and updated client from other source... then use this to update it..... http://ratemyserver....wnload_kROLinks
  14. *globalmes "<message>"{,"<NPC name>"}; This command will send a message to the chat window of all currently connected characters. If NPC name is specified, the message will be sent as if the sender would be the NPC with the said name.
  15. input .@guessnumber; next; if( !.guessstart ){ mes "Sorry you are late..."; close; }
  16. mapannounce "Mapname","Message",0;
  17. - script Sample -1,{ OnPCKillEvent: if( killedrid != getcharid(3) ) globalmes "[ "+strcharinfo(0)+" ] killed [ "+rid2name(killedrid)+" ] "; end; }
×
×
  • Create New...