Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    249

Everything posted by Dastgir

  1. Yes,they are broken , Gravity sometimes choose broken keys xD Just use NEMO and patch with your custom key, which is not broken
  2. Regarding the firewall and ports, it's all right, as I said before with my WAN IP inserted in char.conf and map.conf files I can connect normally, only when I use my NO-IP that is not connecting (myroserver.biz) the two ip's that said are the two places that I insert my public IP in char.conf and map.conf files. The application of NO-IP is properly installed and I am logged in to my account. My NO-IP is working, I can answer when PING using any PC the internet. But when I insert my NO-IP (myroserver.biz) in char.conf and map.conf files, I can not connect to my server. Can you try another name ? Yes, same problem ... The strange thing is that the login server it connects, if I mistake the password message appears incorrect password. But when I enter the correct password it fails to connect to char server. Mind showing the configuration files (char-server.conf and map-server.conf)
  3. The ROClientside Repo is just translation, you still need kRO data.grf for textures so downloading kRO would solve (all) the problem
  4. Double Sided Peoples.....

  5. http://herc.ws/board/topic/152-obtaining-hercules/ ^ This may show you how to. We Use git now, and there's no need of trunk/stable branch. All commits are tested/reviewed before merge, and is near to stable
  6. This might help: http://herc.ws/board/topic/12796-need-help-on-sql/?hl=%2Bstrict+%2Bmode#entry74093
  7. To remove response from /taekwon clif.c: Search /// /taekwon list (ZC_TAEKWON_RANK). /// 0226 { <name>.24B }*10 { <point>.L }*10 void clif_taekwon(struct map_session_data* sd) { int fd; nullpo_retv(sd); fd = sd->fd; WFIFOHEAD(fd,packet_len(0x226)); WFIFOW(fd,0) = 0x226; clif_ranklist_sub(WFIFOP(fd,2), RANKTYPE_TAEKWON); WFIFOSET(fd, packet_len(0x226)); } Replace with /// /taekwon list (ZC_TAEKWON_RANK). /// 0226 { <name>.24B }*10 { <point>.L }*10 void clif_taekwon(struct map_session_data* sd) { return; }
  8. case SP_BASE_ATK: if(sd->state.lr_flag != 2) { #ifdef RENEWAL bst->equip_atk += val; #else bonus = bst->batk + val; bst->batk = cap_value(bonus, 0, USHRT_MAX); #endif } In Renewal, it would allow negative value. In PreRenewal, it won't allow negative value, it caps from 0 to 65535
  9. nice one what about Annie's plugin? They are coming *soon* Added all 3, check the repo
  10. Updated. Included reset Stats Menu, so that your Rebirth Stat's wont vanish.
  11. Added 'sellitem2' It is similar to sellitem, but you can define cards and refines in it. Syntax: sellitem2 <Item_ID>,identify,refine,attribute,card1,card2,card3,card4{,price};
  12. Auch. This option need to set manual right. How about a thousand of card? So I need to put item id one by one. Any different idea that can be used for detect a card type ? Just loop from 4001-4999, all cards are in that range
  13. https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/just-likethis-ro/source-archive.zip
  14. We are in ep 14.kRO is currently in ep16.2 I guess that would tell why the differences are there...
  15. Rodex is not implemented
  16. Many of them are from Aegis(the name Official Servers used internally), however for new items, we don't have aegis, so that's just made similar to the name (and edited a little), such that 2 AegisName shouldn't conflict
  17. should be Unique, if it's custom, its upto you to name it..
  18. hi. i found this link that provide for Shadow Blacksmith npc. but when i load the npc i cannot see the material needed(null as in pic). can you help me whats wrong here? " /> You don't have Oridecon/Elunium
  19. Dastgir

    MAP CRASHES

    Figure out where npc with OnTouch and vendors are near, mark those cells as novending cells
  20. Someone might have to edit simpleROHook to make it compatible with new clients
  21. For a second,I thought it's a patcher skin, until I saw the menu on the top.
  22. Dastgir

    MAP CRASHES

    This is probably known issue. Mostly this happens if there's autotrader near npc having OnTouch label
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.