Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. Maybe in this line getitem .@q[0],.@q[2]; add this getitem 7179,1; // proof of donation item
  2. here's a part of my pc.c sprintf(e_msg,msg_txt(sd,379), // Item Failed. [%s] is cooling down. Wait %.1f minutes. itemdb_jname(sd->item_delay[i].nameid), (double)e_tick / 60); else sprintf(e_msg,msg_txt(sd,380), // Item Failed. [%s] is cooling down. Wait %d seconds. itemdb_jname(sd->item_delay[i].nameid), e_tick+1); clif_colormes(sd->fd,color_table[COLOR_YELLOW],e_msg); return 1; // Delay has not expired yet Yes its true that it will crashed your client and let me check that one.. Update thanks Lelouch vi Britannia solved.
  3. Hi I am having this message while using yggberry it should be the delay message but instead this show up. I'm using 2015-05-13 ragexe client == Update == It was a client side problem with the msgstring Question : how can i put the item name?
  4. Yea I wonder why it is happening while using @jobchange command maybe because of the current weapon im using then changing into a different job.
  5. Radian

    im need

    https://github.com/ROClientSide/Translation
  6. I did try this client date and i guess its not supported. maybe try other date clients
  7. for me i use localhost 127.0.0.1 and works for local only
  8. Why not change the at conf/battle/player.conf // Players' maximum HP rate? (Default is 100) hp_rate: 100 // Players' maximum SP rate? (Default is 100) sp_rate: 100
  9. I did test on my server which is 5 days older but if you try adding a GM with yellow name it seems that you are not allowed to invite him as a friend.
  10. That is weird too i cant search a solution for that... we might need to wait to those who encounter this kind of problem
  11. I have no idea what is the problem with this please see the picture below.
  12. Maybe because your in GM suit
  13. 1 issue that everytime you bought an item using zeny or coins the map-server give's you a warning saying that [Warning]: itemdb_search: Item ID 0 does not exists in the item. Using dummy data. Edit: I tried adding it on the item_db.sql and still showing up.
  14. You made 2 topic with the same question. please wait till someone will help thanks
  15. I can say its 10/10 the theme is on point.
  16. Maybe try this? https://github.com/ROClientSide/Translation
  17. Maybe you can separate the base/job ID's of the class you want to be in the specific maximum base/job level you want.
  18. maybe you can search it on google or check it on the rathena wiki i think i saw a guide there..
  19. The only solution is to find the missing file on your data folder. im not sure what is the name of the file.
  20. Maybe its the effect? try to turn off the effect if it didn't crashed.
  21. I like the simplicity.
  22. But you did apply all the (item,mob & etc) sql right?
  23. I wanna try this and see how it works thanks!
  24. - shop qshop6 -1,909:-1 - shop qshop7 -1,909:-1 - shop qshop8 -1,909:-1 - shop qshop9 -1,909:-1 - shop qshop10 -1,909:-1 add that below this line // Dummy shop data -- copy as needed. //============================================================ - shop qshop1 -1,909:-1 - shop qshop2 -1,909:-1 - shop qshop3 -1,909:-1 - shop qshop4 -1,909:-1 - shop qshop5 -1,909:-1
  25. That should be the correct answer for your question you just need to apply that changes.
×
×
  • Create New...