• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. Tyson12302

    Shop Points at a Certain level doesn't work

    I just noticed something strange with my Znote_accounts table. It is empty. It only has the account on there that i just created. How can i put all the accounts that have already been created on that list.
  2. Tyson12302

    Shop Points at a Certain level doesn't work

    I changed it and tried it on a different account and now it doesn't even broadcast the message when i get the level. It only works on 1 account. When i try it on other accounts it doesnt work.
  3. Tyson12302

    Shop Points at a Certain level doesn't work

    The SQL code works now let me try it with the Shop points Script on the server sec
  4. Tyson12302

    Shop Points at a Certain level doesn't work

    I changed them all. I just figured out that a SQL code that acutally works here it is UPDATE`otserv`.`znote_accounts`SET`points`='70'WHERE`znote_accounts`.`points`=60LIMIT1; This code works if i use it. How can i implement this to the LUA script?
  5. Tyson12302

    Shop Points at a Certain level doesn't work

    When i browse the points this is what it shows me . Doesn't this mean that i got 30 points, but i actually dont.
  6. Tyson12302

    Shop Points at a Certain level doesn't work

    Alright i tried it with the SQL Code and it said that the Column Points doenst exist in the field list when it does. Heres the proof. Yeah i get this error again in console when getting the level, [08/06/2015 19:24:44] mysql_real_query(): UPDATE accounts SET points=points+30 WHERE id=3 - MYSQL...
  7. Tyson12302

    Shop Points at a Certain level doesn't work

    So this right? If yes then can you please copy my code and paste it with my new column because i get mixed up with it. Thanks
  8. Tyson12302

    Shop Points at a Certain level doesn't work

    Here is the column i am using on phpmyadmin And im using that on the lua file as you can see from my other post.
  9. Tyson12302

    Shop Points at a Certain level doesn't work

    The Website Shop where people can buy items listed on the website. local t, storage = { {38, 30}, {40, 30}, {220, 30}, {250, 30}, {280, 30}, {300, 30}, {315, 30}, {330, 30} }, 256 function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL then return true end for i = 1, #t do...
  10. Tyson12302

    Shop Points at a Certain level doesn't work

    The error is gone, But the Points still didn't arrive in the Shop. I get the Broadcast message but the points down appear online.
  11. Tyson12302

    Shop Points at a Certain level doesn't work

    [08/06/2015 18:08:00] [Error - CreatureScript Interface] [08/06/2015 18:08:00] data/creaturescripts/scripts/points.lua:eek:nAdvance [08/06/2015 18:08:00] Description: [08/06/2015 18:08:01] data/creaturescripts/scripts/points.lua:18: attempt to compare table with number [08/06/2015 18:08:01]...
  12. Tyson12302

    Shop Points at a Certain level doesn't work

    I searched a couple scripts where you get Shop points at a certain level here is the script that i have in my creaturescripts/scripts/points.lua. local t, storage = { {30, 30}, {190, 30}, {220, 30}, {250, 30}, {280, 30}, {300, 30}, {315, 30}, {330, 30} }, 256 function onAdvance(cid, skill...
  13. Tyson12302

    CreatureEvent Set Passwords to Doors

    So can people go inside the house when someone is entering the house or not?
  14. Tyson12302

    Market and Mount System in 8.60 Version?

    How do i transfer my data to a higher client version?
  15. Tyson12302

    Market and Mount System in 8.60 Version?

    I have a 8.60 tibia version server and i was wondering if it was possible for me to have a Market and Mount system if i add the scripts? Or do i have to reset my whole server and start one that is 8.60+?
  16. Tyson12302

    INQ TP doesn't appear when you kill you

    Thanks that helped :)
  17. Tyson12302

    INQ TP doesn't appear when you kill you

    It still doesn't appear when i kill the Boss. I change it from doCreateItem to doCreateTeleport
  18. Tyson12302

    INQ TP doesn't appear when you kill you

    I got the TPs to appear but they appear even if the Boss is alive. Do i need to put the TP in RME or not?
  19. Tyson12302

    INQ TP doesn't appear when you kill you

    I'm totally confused now. I used this script that i got and it came with no Movement.xml scripts. I want to just get one Movement.xml script but my positions are different than the others
  20. Tyson12302

    INQ TP doesn't appear when you kill you

    I got the TP to appear but when i go into it, it doesnt TP me it just says "Entering...." and i stand on the TP. How do i change the TP destination on RME?
Back
Top