Jump to content

anakpondok

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by anakpondok

  1. ahhhhh now i understand coz of the $, sorry emistry didn't notice that, will try, thx so much emistry and deadlysilence
  2. if you have set the mapflag and the item_noequip.txt, players can wear the item but the effect will be disabled
  3. Yes sir, i use something like that to retrieve the zeny and still shows the max int limit, would it be possible to assign the .@zeny$ to be double?
  4. i'm trying to make an npc for admins to be able to check current total zeny in server i could load it from mysql no problem the problem is when the message appear it only shows 2,147,483,647 zeny, i know this is due to signed int on zeny my question is how to turn zeny into double only on my script so that the npc will show the correct amount of zeny? i have been testing on a very simple script to be able to show amount above 2,147,483,647 and i keep on getting 0 the simple script i made is set a, 4000000000; mes " Zeny is "+ a; close; Please kindly help
  5. try changing it into CREATE TABLE IF NOT EXISTS `interreg` ( `varname` varchar(11) NOT NULL , `value` varchar(20) NOT NULL , PRIMARY KEY ( `varname` ) ) ENGINE = InnoDB; and you can also try just incase to change ` into ' for varchars type
×
×
  • Create New...