Jump to content

KeiGardev

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by KeiGardev

  1. Thanks, I updated the llchrisll translation files.
  2. Hello I am using the 2022-03-30.exe, and I patched the game with the llchrisll translation, the server runs smothly but everytime I open the client I get this two errors, Newbie Question maybe, but can someone guide me in the correct direction?
  3. Yeah that explains "[Error]: buildin_getcharid: fatal error ! player not attached!" I thought it was unrelated to the NPC haha I understant now that On Init "speaks" from the NPC Context not the player Thank You it works
  4. Hello I made a Script, the idea is to have a NPC, maybe later a @command , that counts the number of cards that the Player adquired for the first time. but total cards is always returning 1 I have tried using ("SELECT COUNT(DISTINCT card_id) an then I got -1 prontera,140,174,4 script Personal storage2#prt 113,{ OnInit: // Query of obtained cards totalCards = query_sql("SELECT COUNT(*) FROM player_cards WHERE account_id = '" + getcharid(3) + "'"); // totalCards = query_sql("SELECT COUNT(card_id) FROM player_cards WHERE account_id = '" + getcharid(3) + "'"); mes "[Card Album]"; mes "Here, let me open"; mes "your Card record."; mes "You have collected " + totalCards + " cards out of 1009."; mes "Thank you for using"; mes "the Kafra Service."; close; } (I am using PHPMYADMIN to Run the server locally)this table records when you get a card, the name of the table is player_cards and is together with the other tables of Rathena_DB it looks like this: what I am doing wrong?
  5. Solved, I opened the bmp on paint and Save it as 256 color bit map
  6. Hello I made some Custom Kafras, In GIMP they are in bmp 24 Bits 450 x 675 px, and I put them in the directory data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\illust\kafra_01.bmp But when I talk to the Kafra there is a error of Resource File Loading fail, I have tried a lot of thing but the problem persist, someone can tell me what is wrong with my bmp? Thank you in advance kafra_01.bmp
×
×
  • Create New...