Jump to content

xSaG

Banned
  • Posts

    36
  • Joined

  • Last visited

  • Feedback

    0%

About xSaG

  • Birthday 08/30/1997

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male

Social Networks

  • Skype
    punct.punct3

Recent Profile Visitors

1762 profile views

xSaG's Achievements

Contributor

Contributor (5/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

15

Reputation

  1. Hi, enter the char_skill.cpp looking bool CHARACTER::UseSkill(DWORD dwVnum, LPCHARACTER pkVictim, bool bUseGrandMaster) and add below if ((dwVnum == SKILL_GEOMKYUNG || dwVnum == SKILL_GWIGEOM) && !GetWear(WEAR_WEAPON)) return false; Good luck!
  2. in case someone steals your server, you can not edit commands ...
  3. Hi, Open config.cpp and search: if ((fp = fopen("CMD", "r"))) delete function: if ((fp = fopen("CMD", "r"))) { while (fgets(buf, 256, fp)) { char cmd[32], levelname[32]; int level; two_arguments(buf, cmd, sizeof(cmd), levelname, sizeof(levelname)); if (!*cmd || !*levelname) { fprintf(stderr, "CMD syntax error: <cmd> <DISABLE | LOW_WIZARD | WIZARD | HIGH_WIZARD | GOD>\n"); exit(1); } if (!strcasecmp(levelname, "LOW_WIZARD")) level = GM_LOW_WIZARD; else if (!strcasecmp(levelname, "WIZARD")) level = GM_WIZARD; else if (!strcasecmp(levelname, "HIGH_WIZARD")) level = GM_HIGH_WIZARD; else if (!strcasecmp(levelname, "GOD")) level = GM_GOD; else if (!strcasecmp(levelname, "IMPLEMENTOR")) level = GM_IMPLEMENTOR; else if (!strcasecmp(levelname, "DISABLE")) level = GM_IMPLEMENTOR + 1; else { fprintf(stderr, "CMD syntax error: <cmd> <DISABLE | LOW_WIZARD | WIZARD | HIGH_WIZARD | GOD>\n"); exit(1); } interpreter_set_privilege(cmd, level); } fclose(fp); } Good luck!
  4. That looks nice? 1. 2.
  5. Update: open cmd_general.cpp and search: ACMD(do_acce) Add affter if (ch->GetOfflineShopOwner()) { ch->ChatPacket(CHAT_TYPE_INFO, "Nu poti crafta o esarfa cand ai magazinul offline deschis."); return; }
  6. Hello, Search in game source cmd_general.cpp and open then search ACMD(do_open_offline_shop) Add affter if (ch->IsAcceOpen()) { ch->ChatPacket(CHAT_TYPE_INFO, "Nu poti sa folosesti magazinul offline cand craftezi o esarfa."); return; } Update 1: open cmd_general.cpp and search: ACMD(do_acce) ACMD(do_acce) Add affter if (ch->GetOfflineShopOwner()) { ch->ChatPacket(CHAT_TYPE_INFO, "Nu poti crafta o esarfa cand ai magazinul offline deschis."); return; } Manifestation: Good luck !
  7. Search : if (item->GetVnum() == 50200 | item->GetVnum() == 71049) Add after all function if (item->GetVnum() == vnum_item) { if (GetExchange() || GetMyShop() || GetShopOwner() || IsOpenSafebox() || IsCubeOpen() || IsAcceOpen()) { ChatPacket(CHAT_TYPE_INFO, "You can not do that"); return false; } else { AddAffect(SKILL_HOSIN, POINT_RESIST_NORMAL_DAMAGE, 40, AFF_HOSIN, 360, 0, true, true); AddAffect(SKILL_REFLECT, POINT_REFLECT_MELEE, 40, AFF_BOHO, 360, 0, true, true); AddAffect(SKILL_GICHEON, POINT_CRITICAL_PCT, 40, AFF_GICHEON, 360, 0, true, true); item->SetCount(item->GetCount() - 1); ChatPacket(CHAT_TYPE_INFO, "You got 40% force,reflection and blessing for 360 seconds"); } }
  8. No complet.... Search in locale_service.cpp Under add: Search in locale_service.cpp Under add: Search in char.cpp Under add: Search in char.cpp Under add:
  9. as you say ok :)) A moderator can give close topic I found the problem.
  10. Hey,I got a bug green and purple potions give them when using them are infinite not disappear. Can someone help me?
  11. As your Lycan removed from women to create cracter?
  12. hey sell my for 20 euro paypal source game/db/client and sf pvm hard skype:punct.punct3 mess: [email protected]
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.