Jump to content

Sober

Inactive Member
  • Posts

    217
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Sober

  1. make: "/usr/ports/Mk/bsd.python.mk" line 623: Malformed conditional (${PYTHON_REL} >= 320 && defined(PYTHON_PY3K_PLIST_HACK)) make: Fatal errors encountered -- cannot continue make: stopped in /usr/ports/lang/python26 i get these errors when i try to install python, also pkg_info does not work on FreeBSD 10.0
  2. there is something alternative, you can do a net.SendQuestInputStringPacket on the duel button and for example if the variable that you send == 2 then a quest will run
  3. Okay anyone knows what is going on?As i expected the thread got deleted from epvp, here the thread is dead, can Vanilla or someone that knows what will happen tell me?
  4. i said about game 404 the oldest gamefile leaked xD it was leaked around 2006 i think
  5. As i was a bit sleepy i read the title like this xD "i need some one to code my life"
  6. UP!I am just curious to know what it realy does
  7. what does the folder with the mob data do exactly?I was always wondering... I mean the subfolders in the folder in /share/data/
  8. learn python+lua+C++ and create your own than asking.....
  9. I suppose you have forgotten to declare the variables e.g Sword_def_Value = ui.TextLine()
  10. [Hidden Content] next time use the search function before asking
  11. Okay i changed some variable names, and did some other small changes and now seems to work fine thanks guys anyways !
  12. That was the case Now the whole quest is executed but i still have a problem, the item that i receive does not take any socket nor bonuses
  13. I have tried this way, but quest stops again at line local ret = item.select(id) i even chat(id) and it returns me correctly the item id... What the hell is wrong o.O
  14. local res = mysql_query("SELECT vnum,applytype0,applyvalue0,applytype1,applyvalue1,applytype2,applyvalue2,applytype3,applyvalue3,applytype4,applyvalue4,socket0,socket1,socket2 FROM player.test WHERE item_id='"..tostring(item_id).."'") pc.give_item2_select(tonumber(res[1][1])) item.set_socket(0,tonumber(res[1][12])) item.set_socket(1,tonumber(res[1][13])) item.set_socket(2,tonumber(res[1][14])) item.set_attr(tonumber(res[1][2]),tonumber(res[1][3])) item.set_attr(tonumber(res[1][4]),tonumber(res[1][5])) item.set_attr(tonumber(res[1][6]),tonumber(res[1][7])) item.set_attr(tonumber(res[1][8]),tonumber(res[1][9])) item.set_attr(tonumber(res[1][10]),tonumber(res[1][11])) I have this piece of code and the quest stops at the line item.set_socket(0,tonumber(res[1][12])), i think that the item is not even selected. Ingame i receive the item but bonuses and stones are not added... I try to chat(item.get_id()) but quest stops there too... Syserr: RunState: LUA_ERROR: locale/germany/quest/object/state/auction:35: attempt to index global `item' (a string value) WITH ERRORCODE 1 RunState: LUA_STATE: index 0 ref 3 Any expert who can help??! I am using Vanilla core
  15. all the noobs that try to copy it without knowing python they forget the TABS!!!
  16. Great job the only thing that doesn't seem good is the second animation , it looks a bit strange
  17. why 34k source and not 40k which is the only one available and the newest one? o.O
  18. I don't see Vanilla online anymore ... Is the project dead? :/
×
×
  • 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.