Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/24/17 in all areas

  1. Heya, I would like to suggest adding @reloadnpc as an official atcommand to reload scripts. Currently we have to use @unloadnpcfile followed by @loadnpc which is a bit awkward when you want to create a new script. With @reloadnpc, you'd be able to load and reload NPCs with the same command. ACMD_FUNC(reloadnpc) { if (!message || !*message) { clif_displaymessage(fd, "Usage: @reloadnpc <file name>"); return -1; } if (npc_unloadfile(message)) clif_displaymessage(fd, msg_txt(sd,1386)); // File unloaded. Be aware that mapflags and monsters spawned directly are not removed. if (!npc_addsrcfile(message) || !npc_parsesrcfile(message,true)) { clif_displaymessage(fd, msg_txt(sd,261)); return -1; } npc_read_event_script(); clif_displaymessage(fd, msg_txt(sd,262)); return 0; }
    3 points
  2. Do you mean physically for a player to check what they are, or do you mean how to code with the class itself being checked in the code? I know one example i've used to call 3rd class in scripts is if ( .@eaclass & EAJL_THIRD ) if ( .@eaclass & EAJL_THIRD )
    1 point
  3. I have no idea, i was just trying to get you to provide more information that might enable someone to help you better.
    1 point
  4. 1. Namanya orang jualan, pasti dilebih2in, pembeli yang pintar telilti dulu sebelum beli. Saran gw bikin sendiri aja, banyak guidenya kok. rA baru support sebagian episode 15.2. 2. Sejauh ini ga ada pengaruhnya baik ke server emulator ato client unpack-an, kecuali kRO nya bikin proteksi ke grf, tapi ga mungkin jugalah. jawab nb: 1. Ya kan dirubah sama server officialnya tergantung musim. Yang pasti ga ada musim rambutan. 2. Di "Stash Save" aja, biar ga cape2 ngubah/nambah. Silahkan google cara makenya. 3. Makasih udah make project gw.
    1 point
  5. 1 point
  6. How are you not sure if the map is custom or not..? I'm not asking about the model, im asking about the map itself. Edit After looking closely at the black box, it seems your map is named pal_dun, which means its a custom map. Which also leads me to believe that these are custom models.
    1 point
  7. Ragexe versi terbaru yg dirilis di rA cuma 2015-11-04aRagexe. Untuk versi yang ente gugel kenapa ngga bisa, itu karena sejak client keluaran taun 2014 ke atas, semuanya di proteksi pake Themida sama kRO, silakan gugle apa tu themida. Yang dirilis sekarang cuma versi unpacked, alias versi crackan, karena themidanya uda diilangin. Link untuk dapetin client terbaru: https://rathena.org/board/topic/104205-2015-client-support/
    1 point
  8. Old status icons are embedded in the client. In old Ragexe, you need to hexed the client in order to add custom status icons. Here is my example of custom icons, using 2010-28-07aRagexe.
    1 point
×
×
  • Create New...