Jump to content

greenieken

Members
  • Posts

    154
  • Joined

  • Last visited

Everything posted by greenieken

  1. What i want to do is that, when i click the last warp menu it will warp me to the last map + coordinates that i last went to.
  2. @euphy should i just change: menu "Last Warp ^777777["+lastwarp$+"]^000000",-, " ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons, " ~ Guild Castles",Castles, " ~ Special Areas",Special; if (lastwarp$ == "") dispbottom "You have not warped anywhere yet."; else warp lastwarp$,lastwarpx,lastwarpy; close; to: menu "Last Warp ^777777["+lastwarp$+"]^000000",-," ~ Save",Save, " ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons, " ~ Guild Castles",Castles, " ~ Special Areas",Special; if (lastwarp$ == "") dispbottom "You have not warped anywhere yet."; else warp lastwarp$,lastwarpx,lastwarpy; close; Save: getmapxy(.@map$,.@x,.@y,0); savepoint .@map$,.@x,.@y; dispbottom "Save point changed."; close; ??
  3. Is it agicheck2 or agiTcheck2? Yes i am using eamod actually. So any options on how to fix this one?
  4. May i know the format for this:monster Golden Dokebi 1110,1000,0,0,0 so i can edit it?
  5. That's the latest version that i am having error with. i haven't changed anything. and btw, i am using eathena trunk.
  6. What did you changed here? Seems like it's just the same.
  7. Hello.. Im having this error, anyone knows how to fix this? http://i49.tinypic.com/4uj706.png
  8. Hello can i request for a Login Screen? My server name is Exile Ragnarok Online. Thanks!
  9. Nvm.. I wouldn't hurt anyway. For as long as i dont get gravity errors. but wait, i have another problem. can anyone help me with this? http://i49.tinypic.com/2rp6vee.png
  10. Can you specify the things that i need to do to fix this.. thanks
  11. @chokoleyt what client.exe are you using? it seems that when i am using this one, it is not being read by my client.
  12. When i tried dropping items, it shows this http://i45.tinypic.com/357kc38.png, im using 2010-12-28 client.exe
  13. @BellRO I have tried everything with 2011 clients, it seems that disabling the mouse freedom will be impossible for me. So instead i used 2010-12-28
  14. Can anyone teach me on how to disable this one? I used shins diff patcher v1.0.2 and tried to look for the mouse freedom settings but it is not there. Im using a 20110315 client.exe. thanks BUMP. Anyone could help?
  15. Could anyone provide a guide on how to add custom skins? I have tried to copy and paste my custom skin in my data folder but the skin remains default.. Thanks in advance..
  16. @decimare how did you solved this problem?
  17. Mine works perfectly. i am also using 20110315.. My only problem is the freedom mouse -.-"
  18. Can anyone teach me on how to disable this one? I used shins diff patcher v1.0.2 and tried to look for the mouse freedom settings but it is not there. Im using a 20110315 client.exe. thanks
  19. I just missed one thing when I am executing the log schema. I forgot to make it my default schema before executing it. So that's why. But I have another problem, Here it is: http://i50.tinypic.com/ddclfo.png
  20. When i entered, USE mysql; SELECT * FROM `user` WHERE `user` = 'ragnarok' nothing comes out so i entered insert into `user`(`Host`,`User`,`Password`,`Select_priv`,`Insert_priv`,`Update_priv`,`Delete_priv`,`Create_priv`,`Drop_priv`,`Reload_priv`,`Shutdown_priv`,`Process_priv`,`File_priv`,`Grant_priv`,`References_priv`,`Index_priv`,`Alter_priv`,`Show_db_priv`,`Super_priv`,`Create_tmp_table_priv`,`Lock_tables_priv`,`Execute_priv`,`Repl_slave_priv`,`Repl_client_priv`,`Create_view_priv`,`Show_view_priv`,`Create_routine_priv`,`Alter_routine_priv`,`Create_user_priv`,`Event_priv`,`Trigger_priv`,`Create_tablespace_priv`,`ssl_type`,`ssl_cipher`,`x509_issuer`,`x509_subject`,`max_questions`,`max_updates`,`max_connections`,`max_user_connections`,`plugin`,`authentication_string`) values ('%','ragnarok','*08FF2D2DB3AEFCADCFEF4918974CD7FFE29916ED','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','N','','','','',0,0,0,0,'',''), ('127.0.0.1','ragnarok','*08FF2D2DB3AEFCADCFEF4918974CD7FFE29916ED','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','N','','','','',0,0,0,0,'',''), ('localhost','ragnarok','*08FF2D2DB3AEFCADCFEF4918974CD7FFE29916ED','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','N','','','','',0,0,0,0,'',''); After doing that, it still says that access denied for user ragnarok@localhost. -.-" Nvm. I figured it out. Thanks.
  21. @jupeto sir ang gamit ko kasi mySQL work bench.. hmm
  22. @iPrez panong execute paps? @luffy lahat 127.0.0.1 lang.
  23. everything is correctly entered. still the same -.-"
×
×
  • Create New...