Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. 1312
  2. 1310
  3. 1308
  4. 1306
  5. try this [ Pastebin ] Map Restriction based on GM Level
  6. 1304
  7. 1301
  8. 1299
  9. 1297
  10. 1294
  11. 1292
  12. diff the Multi Language Patch when u diff your custom client and use langtype of 10
  13. i think that double quotation mark is disabled in new client.... because kro already removed it
  14. 1290
  15. another way....not sure correct or not.. void clif_parse_AutoRevive(int fd, struct map_session_data *sd) { int diff; time_t timer; struct tm *t; time(&timer); t = localtime(&timer); diff = t->tm_mday*24*60 + t->tm_hour*60 + t->tm_min - pc_readglobalreg(sd, "REVIVE_DELAY"); int item_position = pc_search_inventory(sd, ITEMID_TOKEN_OF_SIEGFRIED); if( diff >= 0 && diff < battle_config.revive_interval ) return; if (item_position < 0) return; if (sd->sc.data[sC_HELLPOWER]) //Cannot res while under the effect of SC_HELLPOWER. return; if (!status_revive(&sd->bl, 100, 100)) return; clif_skill_nodamage(&sd->bl,&sd->bl,ALL_RESURRECTION,4,1); pc_delitem(sd, item_position, 1, 0, 1); pc_setglobalreg(sd,"REVIVE_DELAY", t->tm_mday*24*60 + t->tm_hour*60 + t->tm_min); } i try to copy the way for Duel Delay xD add this inside the conf/battle/misc.conf // Delay between using Token of Siegfried in minutes[/color] [color=#000000]revive_interval: 60
  16. 1288
  17. 1285
  18. 1278
  19. nice and thx for the info ^^
  20. 1276
  21. 1274
  22. 1271
  23. @tron it is custom hairstyle pack... topic starter requesting for those hairstyle..xD @danker.. issit both hairstyle pack ( female and male ) support up to 68 hairstyle ?? btw..do you have a screenshot for Male hairstyle pack also ? xD
  24. 1269
×
×
  • Create New...