Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Everything posted by PewN

  1. i have problem on this script defpattern 1, "([^:]+):.*\\s"+$MonsterName$+"(.*)", "winround";
  2. how can i get there?
  3. i got problem on my Client. 2011-03-15aRagexre i already diff this on read data folder first the BM is saving but everytime i ok it. the error pop up!. please help me im using Alexandria Lua Files here's the screenshot
  4. i want to request a refiner that have a menu on Safe limit and i will decide on refine. please
  5. how can i delete the pvpladder on sql query? cuz i got a problem here. help DELETE FROM `pvpladder` WHERE `char_id`,`name`,`streaks`,`kills`,`deaths`,`streaktime`
  6. i am using your quest shop but when i make another shop and put again the script. it doesnt work, i will i make multiple shop with a same script? what will i change?
  7. inter_athena.conf // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: log [ check your db here ] log_codepage: log_login_db: loginlog
  8. ah. i can see the image. err i think you must align the account panel on server status 8/10
  9. any screen shot? about your problem
  10. hmm. no you can't
  11. i don't know what is the problem. on browedit its okay. but when in game here my lightmaps and global lighting
  12. just add set cell on the box of the middle. and try it you can walk there!. if u script it no need to compile to add it on @go. - script walkable -1,{ oninit: setcell "prontera",145,214,166,190,cell_walkable,1; end; } and why its useless?
  13. check the lightmaps on other part. i didn't set any shadows. check the floor on upper part its dark how can i solve this? please help
  14. I dont want dynamic, i want the simple quest with preview. the old quest script.
  15. im not to pro on gfx but i made this for you Hope you like it
  16. src code? lua files?
  17. i open mo ang server mo tapos i check mo kng naka close parin ung port
  18. check mo ung data folder mo kung may clientinfo.xml dun kng meron delete mo
  19. ah. amf i didn't know that rok points and cash points are the same
  20. did u add it on skill_db?
  21. you type 300 on the 1st but on the 2nd its 1000?
  22. how can i use ROK Points?. like in pRO please help
  23. Requesting a simple quest script that have preview. I want a simple quest script with preview, Heres the example of my quest script and i want it to have a preview on it. prontera,147,232,5 script 7 Deadly Sword Quest 459,{ mes "[Royal Messenger]"; mes "Welcome to prontera, I am the 7 Deadly Royal Messanger in charge of the 7 Deadly Sword Quest."; next; menu "Listen",-,"No",Lend; mes "[Royal Messenger]"; mes "There are too quests please chose the one you must like."; next; menu "Sword of Lust",-,"Sword of Greed",Lgreed,"Sword of Gluttony",Lgluttony,"Sword of Wrath",Lwrath,"Sword of Envy",Lenvy,"Sword of Pride",Lpride,"Sword of Sloth",Lsloth,"No",Lend; mes "[Royal Messenger]"; mes "The Sword of Lust quest consist of the next items:"; mes "1000 Silver Coin"; mes "1000 Oridecon"; mes "1000 Rough Wind"; mes "1000 Flame Heart"; mes "1000 Mystic Frozen"; mes "5 Agate"; mes "100,000,000z"; next; if(countitem(675)<1000 || countitem(984)<1000 || countitem(996)<1000 || countitem(994)<1000 || countitem(995)<1000 || countitem(7291)<5 || Zeny<100000000) goto NoItems; delitem 675,1000; delitem 984,1000; delitem 996,1000; delitem 994,1000; delitem 995,1000; delitem 7291,5; set Zeny,Zeny-100000000; mes "[Royal Messenger]"; mes "I see you already have all the items you need."; mes "nice work."; getitem 20307,1; close; Lgreed: mes "[Royal Messenger]"; mes "The Sword of Greed quest consists of the next items:"; mes "1 Green Feelers"; mes "10 Star Dust"; mes "10 Rough Wind"; mes "10 Flame Heart"; mes "10 Mystic Frozen"; mes "10 Great Nature"; mes "1,000,000z"; next; if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10 || countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems; delitem 2298,1; delitem 1001,10; delitem 996,10; delitem 994,10; delitem 995,10; delitem 997,10; set Zeny,Zeny-1000000; mes "[Royal Messenger]"; mes "I see you already have all the items you need."; mes "nice work."; getitem 20314,1; close; Lgluttony: mes "[Royal Messenger]"; mes "The Sword of Greed quest consists of the next items:"; mes "1 Green Feelers"; mes "10 Star Dust"; mes "10 Rough Wind"; mes "10 Flame Heart"; mes "10 Mystic Frozen"; mes "10 Great Nature"; mes "1,000,000z"; next; if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10 || countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems; delitem 2298,1; delitem 1001,10; delitem 996,10; delitem 994,10; delitem 995,10; delitem 997,10; set Zeny,Zeny-1000000; mes "[Royal Messenger]"; mes "I see you already have all the items you need."; mes "nice work."; getitem 20315,1; close; Lwrath: mes "[Royal Messenger]"; mes "The Sword of Greed quest consists of the next items:"; mes "1 Green Feelers"; mes "10 Star Dust"; mes "10 Rough Wind"; mes "10 Flame Heart"; mes "10 Mystic Frozen"; mes "10 Great Nature"; mes "1,000,000z"; next; if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10 || countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems; delitem 2298,1; delitem 1001,10; delitem 996,10; delitem 994,10; delitem 995,10; delitem 997,10; set Zeny,Zeny-1000000; mes "[Royal Messenger]"; mes "I see you already have all the items you need."; mes "nice work."; getitem 20316,1; close; Lenvy: mes "[Royal Messenger]"; mes "The Sword of Greed quest consists of the next items:"; mes "1 Green Feelers"; mes "10 Star Dust"; mes "10 Rough Wind"; mes "10 Flame Heart"; mes "10 Mystic Frozen"; mes "10 Great Nature"; mes "1,000,000z"; next; if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10 || countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems; delitem 2298,1; delitem 1001,10; delitem 996,10; delitem 994,10; delitem 995,10; delitem 997,10; set Zeny,Zeny-1000000; mes "[Royal Messenger]"; mes "I see you already have all the items you need."; mes "nice work."; getitem 20318,1; close; Lpride: mes "[Royal Messenger]"; mes "The Sword of Greed quest consists of the next items:"; mes "1 Green Feelers"; mes "10 Star Dust"; mes "10 Rough Wind"; mes "10 Flame Heart"; mes "10 Mystic Frozen"; mes "10 Great Nature"; mes "1,000,000z"; next; if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10 || countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems; delitem 2298,1; delitem 1001,10; delitem 996,10; delitem 994,10; delitem 995,10; delitem 997,10; set Zeny,Zeny-1000000; mes "[Royal Messenger]"; mes "I see you already have all the items you need."; mes "nice work."; getitem 20317,1; close; Lsloth: mes "[Royal Messenger]"; mes "The Sword of Greed quest consists of the next items:"; mes "1 Green Feelers"; mes "10 Star Dust"; mes "10 Rough Wind"; mes "10 Flame Heart"; mes "10 Mystic Frozen"; mes "10 Great Nature"; mes "1,000,000z"; next; if(countitem(2298)<1 || countitem(1001)<10 || countitem(996)<10 || countitem(994)<10 || countitem(995)<10 || countitem(997)<10 || Zeny<1000000) goto NoItems; delitem 2298,1; delitem 1001,10; delitem 996,10; delitem 994,10; delitem 995,10; delitem 997,10; set Zeny,Zeny-1000000; mes "[Royal Messenger]"; mes "I see you already have all the items you need."; mes "nice work."; getitem 20319,1; close; Lend: mes "[Royal Messenger]"; mes "Have a nice day."; close; NoItems: mes "[Royal Messenger]"; mes "Sorry you don't have all the items or zeny I need."; mes "Come back when you have them all"; close; }
  24. use this http://trac.rathena.org/browser/rathena/trunk/sql-files/upgrade_svn16517.sql?rev=16518 and execute it!
×
×
  • Create New...