[ACG]Advanced code generator for Rappelz & API

04/27/2015 12:36 MrStubborn#1
NULLED
04/27/2015 12:44 colonelx#2
Good Job
keep going
nice & helpful project :)
04/27/2015 14:56 ismokedrow#3
I think you're return format would be harder to parse by someone using a c# front end, I would use an output like:

name:Example Name,value:993311
this way they could split the entry into name and code by on , and on :

You should also add a breakline after each result when you print the result, for good formatting. Otherwise good job mate.
04/27/2015 15:23 MrStubborn#4
Quote:
Originally Posted by colonelx View Post
Good Job
keep going
nice & helpful project :)
thanks bro :awesome:

Quote:
Originally Posted by ismokedrow View Post
I think you're return format would be harder to parse by someone using a c# front end, I would use an output like:

name:Example Name,value:993311
this way they could split the entry into name and code by on , and on :

You should also add a breakline after each result when you print the result, for good formatting. Otherwise good job mate.
i don't know about c# , but i think there are many libraries with awesome future will help you to parse JSON objects easier :)

anyway i will try to make string output easier for c# users ;)

EDIT : i added a text type to this thread , happy programming .
04/28/2015 16:14 colonelx#5
MrStubborn
i think there is a problem in json cuz i can't prase it plz check it again
this what i got in c# : Invalid JSON primitive.
oh and if you want to make sure if it work good download json foramtter extension for chrome so if it's correct then it will prase it if not correct then it will be like plain text
04/29/2015 11:51 MrStubborn#6
Quote:
Originally Posted by colonelx View Post
MrStubborn
i think there is a problem in json cuz i can't prase it plz check it again
this what i got in c# : Invalid JSON primitive.
oh and if you want to make sure if it work good download json foramtter extension for chrome so if it's correct then it will prase it if not correct then it will be like plain text
idk why you get this message
first try to send request normal in the browser
because error massages are not in json so you may get "Invalid JSON primitive" because that ,
so make sure your code is correct before put it into your app

NOTE : ACG uses this API to get items names & ids , so that why i am sure about it's format :D
05/03/2015 16:49 DARK-REVO#7
Nice man , i hope see it better
05/07/2015 21:13 MrStubborn#8
Quote:
Originally Posted by DARK-REVO View Post
Nice man , i hope see it better
Thanks ;)
04/28/2016 16:54 MrStubborn#9
link updated.