Jump to content

Speachless

Premium
  • Posts

    683
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by Speachless

  1. Open special_item_group.txt ( from locale/yourplace ) Write a new group Group mounts { Vnum 10030 1 71114 1 1 2 71116 1 1 3 71118 1 1 4 71120 1 1 5 71121 1 1 6 71124 1 1 7 71125 1 1 8 71126 1 1 9 71127 1 1 10 71128 1 1 }
  2. Go in main.cpp if ((p2p_socket = socket_tcp_bind(g_szPublicIP, p2p_port)) == INVALID_SOCKET) make it look like : // if internal ip exists, p2p socket uses internal ip, if not use public ip if ((p2p_socket = socket_tcp_bind(*g_szInternalIP ? g_szInternalIP : g_szPublicIP, p2p_port)) == INVALID_SOCKET) if ((p2p_socket = socket_tcp_bind(g_szPublicIP, p2p_port)) == INVALID_SOCKET) { perror("socket_tcp_bind: p2p_socket"); return 0; }
  3. Shutdown in CMD should be on IMPLEMENTOR not DISABLE . You should write an ipfw rule.
  4. Write in all config CH : ADMINPAGE_IP: localhost ADMINPAGE_PASSWORD: randompassword, whatever you want. Write in db conf.txt in that last line : BIND_IP: 127.0.0.1
  5. Thank you, i found from where it increase, it's completely normal thing as you said
  6. The number began to increase more and more. Is that normal too ?
  7. In my bank account i will have like - 20 Euro disponible sold ? If yes, thank you . Thread can be closed. yes but how longer you whait to pay your bank back the more you need to pay back you will pay interest Ok, thank you.
  8. In my bank account i will have like - 20 Euro disponible sold ? If yes, thank you . Thread can be closed.
  9. I bought a pro plan from cloudflare, and it shows that they will ask me for money next mounth, so they give the pro plan in advance and it works verry good. I completed with my credit card info, they will automaticaly wirthdraw money from my credit card ? And what happens if i have no money on card ( rare moments ) .
  10. Hope this will help you ; [Hidden Content] Copy that text in a notepad and after in navicat skill_proto with ctrl+q .
  11. I will notice that, now i am working for something like : switch (map_index) { case 314: if (ch->GetLevel() < 90) DBManager::instance().Query("INSERT INTO log.wait_hack SET login='%s', nickname='%s'", ch->GetDesc()->GetAccountTable().login, ch->GetName()); return false; Because i want to know who wanted to play in not a fair mode. Use quest function char_log hm ?
  12. I will notice that, now i am working for something like : switch (map_index) { case 314: if (ch->GetLevel() < 90) DBManager::instance().Query("INSERT INTO log.wait_hack SET login='%s', nickname='%s'", ch->GetDesc()->GetAccountTable().login, ch->GetName()); return false; Because i want to know who wanted to play in not a fair mode.
  13. I tried to make it like this : bool CAN_ENTER_ZONE(const LPCHARACTER& ch, int map_index) { switch (map_index) { case 301: case 302: case 303: case 304: case 314: case 200: if (ch->GetLevel() < 90) return false; } else { case 218: if (ch->GetLevel() < 75) return false; } return true; } But it gives some errors.
  14. This is my quest check level : quest incazdebug1 begin state start begin when login with pc.get_map_index() == 314 begin if pc.get_level() < 90 then warp_to_village() end end end end I found a player in this map under the level 90, i mean with level 80 .. Is there a way with a hack to teleport with what level you want there? and It wasn't a GM who teleported him there, because no1 in mai staff doesn't have any command It could bypass the quest check with the ghost mode and teleport him with wedding ring ? I'm just asking for a probably way...
  15. Change your uiWhisper.py from another client.
  16. Darkdev script is pretty good, but not the free version because that is outdated. You are a romanian, so don't say that is not good because darkdev is made by a romanian On : You should improve the design and make sure you use the premium scripts.
  17. I don't know how to do any of that, but i am hundred percent sure you need to enable it also in launcher.
  18. omg THAT HAS NOTHING to do with wolfman I just gave an example. 1) Go to /usr/game/share/data/pc2/assassin/horse 2) Copy run.msa from assassin to sura/horse
  19. Do you know the hack which allow players to create items ? just vizual items ? They can show them in trade, pm and chat, but this items are just visual not real. Is there a way to make the game check if it exist in database ? and after let show them in chat etc ?
×
×
  • 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.