Jump to content

EnKor

Premium
  • Posts

    239
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by EnKor

  1. Up! How can i HIDE NPC (9013) From normal map(KEY M) too? please!
  2. Solved! xD I miss to hide it in normal map too (M) key -.- Where i can add this to hide it in normal map too?
  3. its the best option yes, cuz i only need to hide one vnum 9013... but how? :\ and i realy need to hide it.
  4. how can i make that quest to place NPC 9013 in map every time i turn on my server?
  5. but that way, people will atack my Chest(npc) and that cant happen. And cant be to cuz if i do that people can find it with
  6. Hi there, in some maps i have many Chest(NPC). And i wanna players find it. The problems is: Players can see that Chest (NPC) in MAP or Minimap. How can i avoid this? I wanna Hide NPC Vnum 9013. I realy need to hide this... any help please? server files in 40k with both source
  7. simple exemple. when blablabla begin pc.givereward_item say("bfjfhjhh") end when blablabla begin say("fjdhjfhjjh) pc.giverewarditem end in the first exemple. u get the item, then u get say text. if u dont end the quest u can get infinite itens. the next one. o get say..... and only then u get item. if u dont complete the quest u never get the item. hope u get this noob exemple.
  8. when login begin pc.remove_item(costumeID, pc.count_item(costumeID)) pc.remove_item(costumeID, pc.count_item(costumeID)) etc... end or make a query. its more secure! for this u can do this way! 1º CLOSE UR SERVER!!! 2º go navicat and run this: DELETE from player.item WHERE vnum = 'costumeID'; DELETE from player.item WHERE vnum = 'costumeID'; DELETE from player.item WHERE vnum = 'costumeID'; DELETE from player.item WHERE vnum = 'costumeID'; DELETE from player.item WHERE vnum = 'costumeID'; etc... Start ur server
  9. desc.cpp void DESC::DisconnectOfSameLogin() { if (GetCharacter()) { if (m_pkDisconnectEvent) return; GetCharacter()->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("´Ù¸¥ ÄÄÇ»ÅÍ¿¡¼­ ·Î±×ÀÎ ÇÏ¿© Á¢¼ÓÀ» Á¾·á ÇÕ´Ï´Ù.")); DelayedDisconnect(5); //in here } else { SetPhase(PHASE_CLOSE); } } How can i add one flag //in here with account ID? like this -> SetEventFlag("AccoundID",1) The ideia is, b4 player get kick, server create one flag with is account ID. Then i can use in quest: When login with game.get_event_flag("account_id") == xxxxx begin
  10. When some one trie to login one account and if that acount is ON, online player will get this msg "´Ù¸¥ ÄÄÇ»ÅÍ¿¡¼­ ·Î±×ÀÎ ÇÏ¿© Á¢¼ÓÀ» Á¾·á ÇÕ´Ï´Ù" from desc.cpp and then he will be disconect. Is there any way to make some quest function to when DelayedDisconnect begin? Free Hugs for all
  11. i belive u have some problem in quest. How do u do that below minimap? Players count? thats nice!
  12. just add one or two say() befour say_item
  13. if u use 40k and cant compile ur source.... yes. give up now and start with some source for server and client.
  14. this dont solve the problem. i have some mounts and i have folder there and accumulation to. but some mounts give rollback and others dont have speed. If i run unmount or if i run in mount the speed is 100% same. why?
  15. its the bigest problem in here. everyone ask for help, but when they found the soluction they say "close please" but dont tell how to solve. to sad.
  16. Hi there. i wanna use one item to give me one type of bonus only in one map and ONLY when we use it. For exemple: Sword+0 give +15 ATTBONUS_SURA by only at map_index 1. if (item->GetVnum() == 10 && GetMapIndex() == 1 ) { PointChange(POINT_ATTBONUS_SURA, GetPoint(POINT_ATTBONUS_SURA) +15); } but dont work. so, how can i make this? Any help please!
  17. How to change this: if ( int(m_pOwner->GetQuestFlag("BlockItem.Enable")) == 1 ) to get this: pc.getqf("Enable",1) ?
  18. hi there, I add some new mounts in my server. But some are to fast and i get rollback, others are to slow. I have search for some fix for one weak and i cant find anything. Some friend told me i need to make new msa for mounts. But i cant find any MSA Maker. Can any one help me please? i have trie all type of Accumulation. None work! Accumulation 0.00 -589.625915 0.00 Accumulation 0.00 -300.00 0.00 i add mount folder name in navicat, i remove folder name, i add folter to data\monters, give 777 .... none work too.... What can i do?? Please help me. If the problem is it in MSA, please can any one share MSA maker?? Ty.
  19. in my home_server this working 5* and no problems but in my main server, core crash. Why???
  20. lols..... this is ur client? are u sure???
  21. Hi there. Guys, how can i enable in source the option to chance itens while run\fight?
  22. Hi there, i need help for some one u know realy how to help. In the last 2 days, my server and website with almost 3 years, have be takedown with DDoS atacks. I'm alone im my team. I allways have be alone. In all this 3 years i have take many attacks, but i can resolve all of then. At this moment i realy cant. I realy dont know what can i do now... I realy dont understant whats going on. My website is in OVH and when i ask for suport they say this: realy they cant see the attack?? So whats going on.... And why the webserver go down?? Logs are clean. My server is in EterHost.... and my server go down with DDoS of 10MB.... serius??? so i realy dont know what to do down... i realy dont know... and i realy dont wanna end this way. Its not fair.... Can any one help me? Please... Yesterday e read this tutorial and i change my sysctl.conf in my server .... but.... i realy dont know if this is good of if it work. Cuz i realy dont know anything about protections...
×
×
  • 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.