Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/05/20 in all areas

  1. Si logras ubicar lo que modificaste, podrías migrar al proyecto de llChrisll: https://github.com/llchrisll/ROenglishRE Quizá te estén faltando datos en los luas de pets.
    1 point
  2. Change shop to cashshop - shop card_mob#A -1,501:1000 - shop card_mob#B -1,501:1000 - shop card_mob#C -1,501:1000 - shop card_mob#D -1,501:1000 - shop card_mob#E -1,501:1000 - shop card_mob#F -1,501:1000 - shop card_mob#G -1,501:1000 - shop card_mob#H -1,501:1000 - shop card_mob#I -1,501:1000 - shop card_mob#J -1,501:1000 - shop card_mob#K -1,501:1000 - shop card_mob#L -1,501:1000 - shop card_mob#M -1,501:1000 - shop card_mob#N -1,501:1000 - shop card_mob#O -1,501:1000 - shop card_mob#P -1,501:1000 - shop card_mob#Q -1,501:1000 - shop card_mob#R -1,501:1000 - shop card_mob#S -1,501:1000 - shop card_mob#T -1,501:1000 - shop card_mob#U -1,501:1000 - shop card_mob#V -1,501:1000 - shop card_mob#W -1,501:1000 - shop card_mob#X -1,501:1000 - shop card_mob#Y -1,501:1000 - shop card_mob#Z -1,501:1000
    1 point
  3. After almost 10 months of this I had found the solution SCR/MAP/MOB.CPP line 81 add: int a = mob_chat_db[id].msg_id; example: //Dynamic mob chat database std::map<short,struct mob_chat> mob_chat_db; struct mob_chat *mob_chat(short id) { int a = mob_chat_db[id].msg_id; return util::map_find( mob_chat_db, id ); } Success:
    1 point
×
×
  • Create New...