Jump to content

nazox

Active Member
  • Posts

    170
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by nazox

  1. The problem come when you set up the network, or whenever you start virtualbox?
  2. Thanks @ Malí for the system, work great. Sorry if this isn't the right section, but think it's silly to open a post for this, still, if it's not right, delete it and apologise. With your permission, seeing that there are many people who don't know how to make it work and such would like to port what have achieved after trial and error, sorry if there is something wrong. 1.Normal Character: 2.Bonus Board Like GF (Mali version) special thanks to @ Owsap for code: 3.Special Storage: Sorry if you found some problems or don't like the code, thanks again edit2: don't know because ycant use the normal "y" so, change in the last update the "y".
  3. Thank you all for your help and giving me an idea for future quests, currently I have been able to figure it out thanks to @Th1Doose I am very grateful to you for the simplicity and clean code you have made, I highly recommend it personally. You can close the post, thanks. all of you again, good day!!
  4. Hello people, the first, thanks for your time to read this. I never try to create a quest, but now i'm little interesting in this, but i have a few problems. Maybe the code is a s... but for me work, i can spawn mob, and kill, and drop etc, but i have a problem, if other guy enter to the dungeon, this guy enter in the same channel (is baroness quest, the original doesn't work for me and i an't find it, so i try to create my version). I tried to using this functions: and: but doesn't work, people enter in the same dungeon, so i was tried to create other version of my quest, but doesn't work to.. so someone can help me? this is dungeon without d.jumps. and dungeons functions: this is dungeon with d.jump and dungeon functions: Thanks
  5. mm i don't know the problem sorry, for my work great, obviusly the problem is in python and you add in wrong site, try again when i have time i cand send you my .py but maybe i can the next week so try again
  6. Check if you have item_attr_rare in player (this files have this table), So i think you have the source code, so try to put add bonus and change bonus 6-7 on item_proto, if you can't you can try this guide:
  7. You can edit in Config max lv: If you want more lv you need edit source. About min lv to start i don't know the function but you can find something like this in others files:
  8. Hello, sorry for revive this, but i don't wan't create a new post with this sytem again and i don't know on i can put the solution, so sorry for that. The first, thanks for the system !!! This system for my not work properly give me 1 moment to explain: i was add all names of atlasinfo on this function: but don't work, the only solution is put 1 of 1 on mobs/npc category but... this is sooo many to write, so i was try put on the function maps name of "locale/.../map" but doesn't work too. Well i change a little the function and for my work is very easy but maybe it's not good solution but let's do it. 1.Open your src client and open "Gamelib/ActorInstanceCollisionDetection.cpp" and find: 1.1.Now change for this: 2.Now searc this function: 2.2.Now change for this: The diference is this: Now the function check this: pListGlobal[0] and pListGlobal[1] And now you have collision system enabled, of course you can't trespass objects [Hidden Content] thanks again.
  9. Hello, I have this error when i change MakeFile and DeviIL(i can't dw files again i have modifications), i try put -lssl -lcrypto but don't work >.<
  10. Yeap i don't check ShapeDataCount, and i know TMP4 tell me in the last comment, but i was think he say me ShapeIndex not ShapeDataCount so, fuck shit, now i see i have ShapeDataCount 146 and for this reason don't work. Now i add new value and work all great!!! thanks to @ TMP4 and sorry for messing up post and you @TheGamer PD: if someone can remove my comments to clean post, thanks The fix is search this: and replace with whatever you want.
  11. msm before new armour: mss after add new armour: item_proto value 3: How i tell you , if for example now, change "41000" to "40182" work but "41000" not :V
  12. Yeah bro i know, thanks for your answer, but doesn't work,the patch come deffault in msm you can find "shapeIndex 25" i don't add this, and i have the shapeindex in value 3, but doesn't work, if you use other shapeindex below 40182 work, but if you create new value upper than 40182 not work
  13. The problem is for me not work :V [Hidden Content] For example, Olympic armour work, because use "shapeIndex 25" but the new weapon after add new value "41000" doesn't work, if u change to inverse, i mean, 25 on armour using 41000 work, but now olympic doesn't work, how this is a little shit example, i use how reference the last of msm before i'm add the new armor so is this original last msm and work. i'm add the new armour feel like this: U compile with Dump_Proto, edit msm add in item_proto new value3 (41000) and doesn't work!! but if you change the warrior costume for example you change "40182" to "41000" and new armour change "41000" to "40182", now the new armour works, but the costume doesn't work :V so i don't know i can explain well, so i don't know the problem :V thanks again for your time edit1: in the gift in the end i have mistok and i put 4100 but i mean 41000
  14. Thanks for tell the problem, actually I don't see this problem (i don't check), if you can't put the fix, give me few hours and when I come house i can upload. Btw I don't know is me or not but I have problems with msm. If i put new armour , and if add New shapeIndex not work, but if remove other armour and put low shapeindex armour this working. Of course i know how put new armours, i check values, etc. One Day I can read maybe need change the máx value on src for msm, I want ask if you have this problem, I think too maybe is DumProto, regards .
  15. Yes, is the best "src clean 40k with source" for working, and it's nice files, working great, shit code remove, c++ update, you can use without problems
  16. Check this function: maybe you don't add this function is the function for change ch Thanks @ Mali for your time and your systems, work great :). [Hidden Content]
  17. Sorry to revive this, the first, thanks, work very great the only i have 1 problem, but i can't find solution, the problem is only i can see 1 black box in yang, i can't see in won or gem if i add, the problem for me come from (i think that because if change for money i can see more large black box) i add all well, and only i'm using won and yang, all work great only problem is box, i hope you can give me any idea, thanks!!
  18. I have 1991 in item_proto.txt item_names.txt , icon, item_list, itemdesc , and when you use dump_proto item 1991 compile well, and sysser give the same error, i know the problem say i don't have this id, i put link without item 1991 because i have the same problem with all ids, if i copy other item and change id to 11991 , 12345 or wherever id you want use i have the same problem, i check limit of range id can use and not problem for use 1991 or 19991 i have items with id 65000 so the range of number is not the problem, and thanks for reply.
  19. Maybe the problem come from uiShop.py or uiNewShop.py check again, if you can't solved send my nazox96#0243 and i send you .py and you compare.
  20. You cand open sysser on ch1 and the end you can find korean text, only add on locale_string/translate_lua or go to your source game and change korean text to your language. The system work great, you need adapted a little to your code, the firts time for me doesn't work, because i was need adapted to my code source, try again, or put problems here.
  21. Hello, sorry for reply late i was busy on work, and thanks for your answer!. This is my Item_proto.txt: [Hidden Content] And this is size of Item_names.txt item_proto.txt and item_proto dumped: (Never have the same Size, but all time work, execp now)
  22. -Hello people, the first, thanks for give me your time to read and try help me, and sorry maybe because i don't put more info about the problem but i try to explain it. -I have a problem when i try to add a new item on server. The sysser client only give me this problem: -My Sysser DB and Sysser CH is clean, the problem is when i try to create a new item i have this error, i check if i'm using this id or forgot tabs, but no, because i have the same problem if i copy other item working. -I check item_list, i check icons and rutes, and dump_proto, but all is good, and i try all find in other post but nothing work. -If i puta item on navicat->item when i go to game i can see for few seconds on "Safebox" the supost new item but i see a " Gall " for 1 second and after this second item remove. -I check of course this function on src binary but i don't edit this code i have the original, and i remove the last systems add on SRC GAME/SRC BINARY and Python, so i have the same systems and t he same code when all goes well and create items, but idk now not work. I try using a original dump_proto but i have the same problem. -So i don't know if the problem come in dump_proto for someone rason, item_proto, or idk so i want ask for helping and someone know can give me any idea how i can solved i really appreciate, and sorry for my english i hope someone can help me. -This i my item_proto.txt: [Hidden Content] -And this is the size of item_names , item_proto.txt and item_proto after use dump_proto: (Never have the same Size, but all time work, but not now) Thanks and sorry for my english i hope someone can help me .
  23. nazox

    OLD GM MAP

    I change cords, and create new x e y but sometimes i have black screen (NOT_FOUND_GLOBAL_POSITION) and others time warp but my pj tp to monkeys, or random maps :V obviusly i have in atlasinfo locale/root the same soo... :V edit2: the problem is from Size of Map i try 1 1 and 4 4 but doesn't work :V
×
×
  • 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.